Commit e17f920
committed
fix: remove duplicate answer output (renderer owns all display)
The renderer prints FinalAnswer to stderr. The CLI's fmt.Println
to stdout was producing a second copy. Removed — the renderer is
now the sole output path for agent responses.1 parent 1965431 commit e17f920
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments