feat: US-004 - Delete isToolConfirmationMessage function
The isToolConfirmationMessage function was already removed in commit 488e7a9. This update marks US-004 as complete with a note. The migration to ToolResult.Silent will be completed in US-005. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -61,8 +61,8 @@
|
|||||||
"go build ./... succeeds"
|
"go build ./... succeeds"
|
||||||
],
|
],
|
||||||
"priority": 4,
|
"priority": 4,
|
||||||
"passes": false,
|
"passes": true,
|
||||||
"notes": ""
|
"notes": "isToolConfirmationMessage was already removed in commit 488e7a9. US-005 will complete the migration to ToolResult.Silent."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "US-005",
|
"id": "US-005",
|
||||||
|
|||||||
@@ -6,10 +6,11 @@ Tool 返回值结构化重构 - 将 Tool 接口返回值从 (string, error) 改
|
|||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
### Completed (2/21)
|
### Completed (3/21)
|
||||||
|
|
||||||
- US-001: Add ToolResult struct and helper functions
|
- US-001: Add ToolResult struct and helper functions
|
||||||
- US-002: Modify Tool interface to return *ToolResult
|
- US-002: Modify Tool interface to return *ToolResult
|
||||||
|
- US-004: Delete isToolConfirmationMessage function (already removed in commit 488e7a9)
|
||||||
|
|
||||||
### In Progress
|
### In Progress
|
||||||
|
|
||||||
@@ -20,7 +21,7 @@ Tool 返回值结构化重构 - 将 Tool 接口返回值从 (string, error) 改
|
|||||||
| ID | Title | Status | Notes |
|
| ID | Title | Status | Notes |
|
||||||
|----|-------|--------|-------|
|
|----|-------|--------|-------|
|
||||||
| US-003 | Modify ToolRegistry to process ToolResult | Pending | registry.go already updated |
|
| US-003 | Modify ToolRegistry to process ToolResult | Pending | registry.go already updated |
|
||||||
| US-004 | Delete isToolConfirmationMessage function | Pending | |
|
| US-004 | Delete isToolConfirmationMessage function | Completed | Already removed in commit 488e7a9 |
|
||||||
| US-005 | Update AgentLoop tool result processing logic | Pending | |
|
| US-005 | Update AgentLoop tool result processing logic | Pending | |
|
||||||
| US-006 | Add AsyncCallback type and AsyncTool interface | Pending | |
|
| US-006 | Add AsyncCallback type and AsyncTool interface | Pending | |
|
||||||
| US-007 | Heartbeat async task execution support | Pending | |
|
| US-007 | Heartbeat async task execution support | Pending | |
|
||||||
|
|||||||
Reference in New Issue
Block a user