conductor(plan): Mark task 'Task 2.2' as complete

This commit is contained in:
2026-03-02 16:47:15 -05:00
parent 4b7338a076
commit 2d8f9f4d7a

View File

@@ -14,8 +14,8 @@ Focus: Stop `mma_exec.py` from injecting massive full-text dependencies and remo
Focus: Expose all native MCP tools in the config and GUI, and ensure mutating tools trigger user approval. Focus: Expose all native MCP tools in the config and GUI, and ensure mutating tools trigger user approval.
- [x] Task 2.1: Update `manual_slop.toml` and `project_manager.py`'s `default_project()` to include all new tools (e.g., `set_file_slice`, `py_update_definition`, `py_set_signature`) under `[agent.tools]`. e4ccb06 - [x] Task 2.1: Update `manual_slop.toml` and `project_manager.py`'s `default_project()` to include all new tools (e.g., `set_file_slice`, `py_update_definition`, `py_set_signature`) under `[agent.tools]`. e4ccb06
- [~] Task 2.2: Update `gui_2.py`'s settings/config panels to expose toggles for these new tools. - [x] Task 2.2: Update `gui_2.py`'s settings/config panels to expose toggles for these new tools. 4b7338a
- [ ] Task 2.3: In `mcp_client.py`, define a `MUTATING_TOOLS` constant set. - [~] Task 2.3: In `mcp_client.py`, define a `MUTATING_TOOLS` constant set.
- [ ] Task 2.4: In `ai_client.py`'s provider loops (`_send_gemini`, `_send_gemini_cli`, `_send_anthropic`, `_send_deepseek`), update the tool execution logic: if `name in mcp_client.MUTATING_TOOLS`, it MUST trigger a GUI approval mechanism (like `pre_tool_callback`) before dispatching the tool. - [ ] Task 2.4: In `ai_client.py`'s provider loops (`_send_gemini`, `_send_gemini_cli`, `_send_anthropic`, `_send_deepseek`), update the tool execution logic: if `name in mcp_client.MUTATING_TOOLS`, it MUST trigger a GUI approval mechanism (like `pre_tool_callback`) before dispatching the tool.
## Phase 3: DAG Engine Cascading Blocks (Application Core) ## Phase 3: DAG Engine Cascading Blocks (Application Core)