You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This decision applies to the current request only.
124
-
Update the policy file or use CLI flags to change the default.
125
-
126
-
Allow the agent to use 'list_files'? yes
127
-
✓ Approved: 'list_files' tool will run now
128
-
[TOOL] list_files {"path":"apps/web/app/pricing"}
129
-
Tool Permission Request: list_files
130
-
The agent wants to use the 'list_files' tool.
131
-
132
-
This decision applies to the current request only.
133
-
Update the policy file or use CLI flags to change the default.
134
-
135
-
Allow the agent to use 'list_files'? yes
136
-
✓ Approved: 'list_files' tool will run now
137
-
138
-
---
139
-
140
-
add --full-auto mode, where the agent can run without any user intervention, including tool permission requests. This mode should be used with caution, as it allows the agent to make decisions autonomously. Ensure that users are aware of the risks and provide clear documentation on how to use this mode safely. Consider implementing additional safeguards, such as limiting the types of tools that can be used in full-auto mode or requiring a specific configuration file that outlines acceptable behaviors. full approve of tool calls.
141
-
142
-
Status: Implemented via the new `--full-auto` flag (see docs/guides/full_auto_mode.md for safeguards and usage).
143
-
144
-
---
145
-
146
-
check dead code: vtcode-core/src/core/agent/runner.rs
147
-
148
-
I reached the configured tool-call limit of 30 for this turn and paused further tool execution. Increase `tools.max_tool_loops` in vtcode.toml if you need more, then ask me to continue.
149
-
150
-
-> remove VTCODE_MAX_TOOL_LOOPS env, and read from vtcode.toml only.
151
-
152
-
---
153
-
154
89
✓ Allow the agent to use 'read_file'? · yes
155
90
✓ Approved: 'read_file' tool will run now
156
91
[TOOL] list_files {"path":"packages/ai"}
@@ -236,3 +171,31 @@ Long-term Vision
236
171
- Engineers becoming more generalist with design and product skills enabling single engineers to own large product spaces, with potential for new programming languages designed to be less footgun-y for LLMs to use and Tony Stark/Jarvis collaboration model where humans talk to agent coworkers building individual parts while maintaining control over direction even if agents become smarter at programming
keyboard navigation to scroll up and down the chat history, and move to cursor in chat message input e.g. using arrow keys or j/k for vim-style navigation. also allow ctrl+arrow to move by word, home/end to move to start/end of line, and page up/down to scroll by page in chat history.
178
+
179
+
---
180
+
181
+
add escape key to cancel current run, double cancel to halt chat session.
182
+
183
+
---
184
+
185
+
on control-c, briefly token summarize and tools used before exiting.
186
+
187
+
---
188
+
189
+
add https://github.com/rust-cli/anstyle/blob/main/crates/anstyle-git to handle ansi git color codes in `run_terminal_cmd` tool call output if git is used as a tool.
190
+
191
+
---
192
+
193
+
add https://github.com/rust-cli/anstyle/blob/main/crates/anstyle-ls to handle ansi ls color codes in `list_files` tool call output if ls is used as a tool.
194
+
195
+
---
196
+
197
+
explore https://github.com/rust-cli/anstyle/tree/main/crates/anstyle-syntect to enhance or replace current `syntect` package we are using. enhance tools output with syntax highlighting for code snippets in tool call outputs.
198
+
199
+
---
200
+
201
+
`colorchoice-clap` check https://github.com/rust-cli/anstyle/tree/main/crates/colorchoice-clap to handle color choice in clap.
0 commit comments