refactor: subagent usage and related tools

This commit is contained in:
Acbox
2026-02-22 16:35:50 +08:00
parent 6a6600a440
commit 928b0c0ee5
18 changed files with 403 additions and 68 deletions
@@ -0,0 +1,5 @@
-- 0012_subagent_usage (rollback)
-- Remove usage column from subagents table.
ALTER TABLE subagents DROP COLUMN IF EXISTS usage;