claude-code-best/packages/builtin-tools/src/tools
James Feng 18f5f99e7d fix: resolve all 14 test failures to 0
- Remove duplicate notifyAutomationStateChanged that shadowed real impl (sessionState 3→0)
- Fix messages.ts stub: re-export instead of type-only (ExecuteTool/VaultHttpFetch mock leaks)
- Fix CWD-dependent paths in queryModelOpenAI and VaultHttpFetch tests (use import.meta.url)
- Add missing logger.ts stub for remote-control-server
- CI: add --isolate flag, baseline 14→0
- Tests: 3643 pass,14 fail → 3857 pass,0 fail (--isolate)
2026-06-05 01:17:04 +08:00
..
AgentTool fix: fork子进程工具过滤漏洞 — 注入 filterParentToolsForFork 并重写测试 2026-06-04 19:13:30 +08:00
AskUserQuestionTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
BashTool refactor: 精简系统提示词 — 合并沟通风格段落、精简 memory/工具描述、截断 gitStatus 2026-06-04 10:46:51 +08:00
BriefTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ConfigTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
CtxInspectTool fix: restore notifyAutomationStateChanged + skip 4 unfixable tests 2026-06-02 01:42:46 +08:00
DiscoverSkillsTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
EnterPlanModeTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
EnterWorktreeTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ExecuteTool chore(typecheck): tsc 基线 62→26,补 @agentclientprotocol/sdk,daemon 可用 2026-06-02 11:12:38 +08:00
ExitPlanModeTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ExitWorktreeTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
FileEditTool fix: 修复 anthropic 煞笔的四个 bug (#352) 2026-06-04 14:59:49 +08:00
FileReadTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
FileWriteTool fix: 修复 anthropic 煞笔的四个 bug (#352) 2026-06-04 14:59:49 +08:00
GlobTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
GrepTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ListMcpResourcesTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ListPeersTool feat(bridge): tsc 全绿 — 补齐 Bridge/UDS/TCP/ACP 远程控制链类型 2026-06-02 11:26:11 +08:00
LocalMemoryRecallTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
LSPTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
McpAuthTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
MCPTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
MonitorTool fix: restore MonitorTool.tsx and WorkflowPermissionRequest.tsx from Phase 2a 2026-06-04 01:15:36 +08:00
NotebookEditTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
OverflowTestTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
PowerShellTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
PushNotificationTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ReadMcpResourceTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
RemoteTriggerTool feat: full merge of f2e9af49 autonomy PR #386 — source + tests 2026-06-04 20:56:53 +08:00
REPLTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ReviewArtifactTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
ScheduleCronTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SearchExtraToolsTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SendMessageTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SendUserFileTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
shared Phase 2b Batch 2: merge BashTool(23) + FileEditTool(13) + FileWriteTool(5) drift files 2026-06-03 15:44:00 +08:00
SkillTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SleepTool feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
SnipTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
src/types feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SubscribePRTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SuggestBackgroundPRTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
SyntheticOutputTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskCreateTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskGetTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskListTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskOutputTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskStopTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TaskUpdateTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TeamCreateTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TeamDeleteTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TerminalCaptureTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
testing feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TodoWriteTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
TungstenTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
VaultHttpFetchTool fix: resolve all 14 test failures to 0 2026-06-05 01:17:04 +08:00
VerifyPlanExecutionTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
WebBrowserTool fix(security): extract shared stripHtmlToText() utility (fixes #18-24) 2026-06-03 17:05:49 +08:00
WebFetchTool feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
WebSearchTool fix(security): Phase 4 — fix remaining reachable CodeQL alerts 2026-06-03 19:51:17 +08:00
WorkflowTool chore: add analytics files to .gitignore, remove stale .ts stub 2026-06-04 01:15:36 +08:00
utils.ts feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00