multica/server/pkg/agent
yushen de0a983674 fix(server): remove debug logging and add error handling from review
- Remove debug log.Printf calls from handler/daemon.go and service/task.go
  that used the global log package instead of structured logging
- Remove unused truncate() helper from service/task.go
- Add error handling for EnqueueTaskForIssue in createAgentInitIssue
- Clean up verbose debug logging in daemon/daemon.go handleTask
- Add shutdown sequence comment to codex.go lifecycle goroutine

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:48:01 +08:00
..
agent.go feat(daemon): unified agent SDK supporting Claude Code and Codex 2026-03-24 14:05:03 +08:00
agent_test.go fix(agent): fix data races, add tests, and fix raw protocol detection 2026-03-24 14:21:10 +08:00
claude.go fix(agent): fix data races, add tests, and fix raw protocol detection 2026-03-24 14:21:10 +08:00
claude_test.go fix(agent): fix data races, add tests, and fix raw protocol detection 2026-03-24 14:21:10 +08:00
codex.go fix(server): remove debug logging and add error handling from review 2026-03-24 17:48:01 +08:00
codex_test.go fix(agent): fix data races, add tests, and fix raw protocol detection 2026-03-24 14:21:10 +08:00