multica/server/cmd/multica
yushen 4d8b2edb2d fix: address PR #149 review findings
- Replace custom contains/searchString with strings.Contains in tests
- Fix variable shadow (r -> reposJSON) in workspace handler
- Wire daemon auth token + server URL into spawned agent env vars
- Remove unused CreateAgentTaskWithContext query (dead code after refactor)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 16:15:58 +08:00
..
cmd_agent.go refactor(daemon): remove pairing flow, use CLI auth token instead 2026-03-26 16:39:57 +08:00
cmd_auth.go fix(auth): improve CLI login callback page to match frontend design 2026-03-26 15:44:01 +08:00
cmd_config.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_daemon.go feat(daemon): multi-workspace support with hot-reload 2026-03-26 16:52:22 +08:00
cmd_issue.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
cmd_issue_test.go fix: address PR #149 review findings 2026-03-27 16:15:58 +08:00
cmd_runtime.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_status.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
main.go feat(cli): add issue management commands 2026-03-27 12:33:53 +08:00