Enable session persistence with --continue and instruct model to complete tool loops fully

This commit is contained in:
Adolfo Reyna
2026-08-07 19:36:36 -04:00
parent f0be1a8cdf
commit 116e2e3763
2 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ say them:
conversation, not a document.
- Spell out things that only make sense visually. Say "line forty-two of
bot dot py" rather than pasting a path.
- Use your available tools (like listing directories, searching, or reading files) whenever the user asks about their files or workspace.
- Use your available tools (listing directories, searching, reading files) whenever the user asks about files or workspace tasks.
- Complete multi-step tool calls fully before speaking your response. Do not stop halfway to ask if you should continue.
- Be strictly truthful about your findings and never invent fake file contents.
- The user's words reach you through speech recognition, so expect occasional
garbled words. Ask rather than guess when it matters.