multica/src/agent/cli
Jiayuan a990a1c3ca feat(profile): add interactive setup command for agent profiles
- Add `multica profile setup <id>` command for interactive profile setup
- Create profile-setup skill with conversational setup wizard
- Agent collects user info through natural dialogue and updates profile files
- Supports updating user.md, workspace.md, and config.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 23:49:48 +08:00
..
commands feat(profile): add interactive setup command for agent profiles 2026-02-01 23:49:48 +08:00
autocomplete.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
colors.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
index.ts refactor(cli): unify CLI with multica command and subcommands 2026-02-01 23:09:44 +08:00
interactive.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
non-interactive.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
output.test.ts test(cli): add comprehensive tests for output formatting functions 2026-02-01 02:53:23 +08:00
output.ts test(cli): add comprehensive tests for output formatting functions 2026-02-01 02:53:23 +08:00
profile.ts refactor(profile): simplify profile structure by removing identity and bootstrap 2026-02-01 23:49:37 +08:00
skills.ts feat(credentials): add JSON5 credential system 2026-02-01 02:28:27 +08:00
tools.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00