Skip to content

Commit 0d9de31

Browse files
committed
feat: add release automation and improve error messaging for tool-call limits
1 parent 6db3ecb commit 0d9de31

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/project/TODO.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,23 @@ explore https://github.com/rust-cli/anstyle/tree/main/crates/anstyle-syntect to
199199
---
200200

201201
`colorchoice-clap` check https://github.com/rust-cli/anstyle/tree/main/crates/colorchoice-clap to handle color choice in clap.
202+
203+
---
204+
205+
can we let the agent output text as ansi codes directly, and not markdown, so we can render it directly in terminal with colors and styles? check if the model can do that.
206+
207+
--
208+
209+
▌ when max_tool_loops limit is reached in moddile runloop
210+
▌ chat agent work flow. show error and let user know to
211+
▌ ucheck and adjust max_tool_loops config and guide theme
212+
213+
==
214+
215+
▌ in --full-auto, show a warning and indicate current
216+
▌ mode is Full Auto in welcome message
217+
218+
---
219+
220+
▌ check dead code: vtagent-core/src/core/agent/runner.rs
221+
▌ if can be used, if not remove it

0 commit comments

Comments
 (0)