multica/src/agent
Jiang Bohan 67d54306a1 feat(cli): add tools configuration options
Add --tools-profile, --tools-allow, and --tools-deny CLI options
to configure tool policy from command line.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 02:25:22 +08:00
..
context-window test(context): add unit tests for context window guard 2026-01-30 14:00:38 +08:00
profile Merge pull request #30 from multica-ai/forrestchang/add-unit-tests 2026-01-30 14:13:10 +08:00
session Merge pull request #30 from multica-ai/forrestchang/add-unit-tests 2026-01-30 14:13:10 +08:00
skills docs: add language switch and update root README skills section 2026-01-30 17:10:01 +08:00
tools test(tools): add policy system unit tests 2026-01-31 02:25:22 +08:00
async-agent.ts refactor(agent): simplify AsyncAgent to use result.text instead of stream interception 2026-01-30 11:52:01 +08:00
autocomplete.ts fix(autocomplete): Tab completes selected suggestion to input 2026-01-30 17:49:12 +08:00
channel.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
cli.ts feat(cli): add tools configuration options 2026-01-31 02:25:22 +08:00
index.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
interactive-cli.ts feat(cli): add real-time autocomplete dropdown for commands 2026-01-30 16:20:17 +08:00
output.ts chore(agent): drop bash tool alias 2026-01-30 01:51:29 +08:00
profile-cli.ts refactor(shared): extract DATA_DIR constant to shared/paths.ts 2026-01-30 13:49:35 +08:00
runner.ts Merge pull request #36 from multica-ai/feat/skills-system 2026-01-30 17:07:12 +08:00
skills-cli.ts feat(cli): enhance status command with rich diagnostics 2026-01-30 16:33:10 +08:00
sync-agent.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
tools.ts refactor(tools): integrate policy filtering into resolveTools 2026-01-31 02:25:22 +08:00
types.ts refactor(tools): integrate policy filtering into resolveTools 2026-01-31 02:25:22 +08:00