File tree Expand file tree Collapse file tree
claude-agent-github-wiki/app/response/[runId] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ export default function ResponsePage() {
7878
7979 // Process streamed text chunks
8080 const combinedText = parts ?. join ( "" ) || "" ;
81-
8281 // Determine status
8382 const getStatus = ( ) => {
8483 if ( runError || streamError ) return "error" ;
@@ -145,7 +144,7 @@ export default function ResponsePage() {
145144 </ CardHeader >
146145 < CardContent >
147146 < Progress value = { progress } className = "mb-3" />
148- < div className = "flex justify-between text-sm text-muted-foreground" >
147+ < div className = "flex justify-between text-sm text-muted-foreground h-4 " >
149148 < span > { metadata ?. repository || "Repository" } </ span >
150149 < span > { metadata ?. repoSize || "" } </ span >
151150 </ div >
@@ -171,7 +170,7 @@ export default function ResponsePage() {
171170 </ CardContent >
172171 </ Card >
173172 { question && (
174- < div className = "flex items-center gap-2 bg-black/90 p-3 rounded-md border mt-3 w-fit" >
173+ < div className = "flex items-center gap-2 bg-black/90 p-3 rounded-xl border mt-3 w-fit" >
175174 < p className = "text-white" >
176175 < span className = "font-medium text-white/70" > Question:</ span > { " " }
177176 { question }
You can’t perform that action at this time.
0 commit comments