diff --git a/turnstone/core/session.py b/turnstone/core/session.py index c4d17a5d..284132c1 100644 --- a/turnstone/core/session.py +++ b/turnstone/core/session.py @@ -891,7 +891,10 @@ class ChatSession: " search(query='MAX_RETRIES') → " "read_file(path='found.py') → " "edit_file(path='found.py')\n\n" - "Plan, think through, or strategize → plan_agent:\n" + "Plan, design, or architect something → " + "explore codebase then plan_agent:\n" + " bash(command='ls') → read_file(path='app.py') → " + "plan_agent(goal='add caching to the application')\n" " plan_agent(goal='refactor database layer " "from monolith to service')\n" " plan_agent(goal='restructure auth module')\n\n"