multica/server/cmd/multica
Jiayuan 91cbf32fd1 fix(cli): address code review feedback for agent/skill/runtime commands
- Add --config flag to skill create/update (accepts JSON string)
- Add --runtime-config flag to agent create/update (accepts JSON string)
- Add --yes flag to skill delete with confirmation prompt
- Improve agent skills set error message (guide users to --skill-ids '')
- Validate --days range (1-365) in runtime usage
- Include last known status in ping/update timeout errors
2026-04-03 16:00:12 +08:00
..
cmd_agent.go fix(cli): address code review feedback for agent/skill/runtime commands 2026-04-03 16:00:12 +08:00
cmd_attachment.go fix(agent): instruct agents to use download_url for attachments (#356) 2026-04-02 07:45:42 -07:00
cmd_auth.go feat(cli): default to production URLs (api.multica.ai, multica.ai) 2026-04-01 13:27:58 +08:00
cmd_auth_test.go feat(cli): default to production URLs (api.multica.ai, multica.ai) 2026-04-01 13:27:58 +08:00
cmd_compat_test.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_config.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_daemon.go feat(daemon): support direct download update for non-Homebrew installs (#334) 2026-04-02 15:38:06 +08:00
cmd_issue.go feat(cli): add issue runs and run-messages commands 2026-04-02 03:30:33 +08:00
cmd_issue_test.go fix: address PR #149 review findings 2026-03-27 16:15:58 +08:00
cmd_login.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
cmd_repo.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
cmd_runtime.go fix(cli): address code review feedback for agent/skill/runtime commands 2026-04-03 16:00:12 +08:00
cmd_skill.go fix(cli): address code review feedback for agent/skill/runtime commands 2026-04-03 16:00:12 +08:00
cmd_update.go feat(daemon): support direct download update for non-Homebrew installs (#334) 2026-04-02 15:38:06 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go feat(daemon): add --profile flag for multi-environment isolation 2026-03-30 20:21:23 +08:00
main.go feat(cli): add agent, skill, and runtime management commands 2026-04-03 15:41:17 +08:00