aaif-goose / aaif-goose/vscode-goose
feat: surface tool-call lifecycle as collapsible cards
- 主要语言
- TypeScript
- 星标
- 43
- 派生
- 20
- PR 合并指标
- 30 天内没有已合并 PR
描述
Extracted from #39. Forward ACP `tool_call` / `tool_call_update` as TOOL_CALL_START and sparse TOOL_CALL_UPDATE messages (merged by toolCallId), with an extension-side helper that flattens tool content into short preview lines. Render via ToolCallCard: status pill (Pending/Running/Completed/Failed), inline input preview, expandable Input / Result preview / Output sections.
Cleanup while porting: the ToolCallStatus union is written out three times in #39; dedupe into one shared type.
**Size**: M | **Depends on**: #61 (content model); independent of #65 | **Tier**: 2
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at issue #39 to understand the context and the existing ToolCallStatus union duplication. Start by examining the extension code that handles ACP tool_call and tool_call_update events. Create a shared type for ToolCallStatus, then implement TOOL_CALL_START and TOOL_CALL_UPDATE message forwarding. Design the ToolCallCard component with status pills and collapsible sections for input, result, and output previews. Test by simulating tool calls in the extension.
由索引模型根据 Issue 内容生成。
评估
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100