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:
yinwm
2026-02-12 19:30:47 +08:00
parent ca781d4b37
commit c6c61b4e9d
2 changed files with 5 additions and 4 deletions

View File

@@ -61,8 +61,8 @@
"go build ./... succeeds"
],
"priority": 4,
"passes": false,
"notes": ""
"passes": true,
"notes": "isToolConfirmationMessage was already removed in commit 488e7a9. US-005 will complete the migration to ToolResult.Silent."
},
{
"id": "US-005",

View File

@@ -6,10 +6,11 @@ Tool 返回值结构化重构 - 将 Tool 接口返回值从 (string, error) 改
## Progress
### Completed (2/21)
### Completed (3/21)
- US-001: Add ToolResult struct and helper functions
- US-002: Modify Tool interface to return *ToolResult
- US-004: Delete isToolConfirmationMessage function (already removed in commit 488e7a9)
### In Progress
@@ -20,7 +21,7 @@ Tool 返回值结构化重构 - 将 Tool 接口返回值从 (string, error) 改
| ID | Title | Status | Notes |
|----|-------|--------|-------|
| 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-006 | Add AsyncCallback type and AsyncTool interface | Pending | |
| US-007 | Heartbeat async task execution support | Pending | |