claude-code-best/packages/builtin-tools
James Feng a30bb60034 fix: restore MonitorTool.tsx and WorkflowPermissionRequest.tsx from Phase 2a
These were wrongly reduced to empty stubs during Bun splitting deadlock
experiments. The deadlock root cause was ToolSearchTool alone (now fixed
by moving to src/tools/). These two files are safe to restore.

MonitorTool (180 lines): long-running background monitor with
  tengu_monitor_tool_used telemetry, BashTool permission delegation,
  and spawnShellTask integration.

WorkflowPermissionRequest (145 lines): permission confirmation UI
  with logUnaryEvent accept/reject tracking, progressive trust
  (don't ask again), and strategy-pattern permission routing.

Verified: build (562 files) + runtime (-p mode) pass without deadlock.
2026-06-04 01:15:36 +08:00
..
src fix: restore MonitorTool.tsx and WorkflowPermissionRequest.tsx from Phase 2a 2026-06-04 01:15:36 +08:00
package.json feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00
tsconfig.json feat: pull in Vite build system + complete packages/builtin-tools/ 2026-06-01 18:18:03 +08:00