mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
1cf0354f72
> This PR was authored by Mux on behalf of Mike. ## Summary - add persistent plan mode for chats and the chat-specific plan file flow - add structured planning tools such as `ask_user_question` and `propose_plan` - keep `write_file` and `edit_files` constrained to the chat-specific plan file during plan turns - allow shell exploration in plan mode, including subagents, via `execute` and `process_output` - block implementation-oriented, provider-native, MCP, dynamic, and computer-use tools during plan turns - update the chat UI, tests, and docs for the new planning flow
3 lines
67 B
SQL
3 lines
67 B
SQL
ALTER TABLE chats DROP COLUMN plan_mode;
|
|
DROP TYPE chat_plan_mode;
|