multica/server
Jiang Bohan 365b5b5f0e feat(agent): add task cancellation with stop button
Users can now interrupt running agents via a "Stop" button on the live
card. The daemon polls task status every 5 seconds and kills the agent
process when cancellation is detected.

Changes:
- New CancelAgentTask SQL query and CancelTask service method
- POST /api/issues/{id}/tasks/{taskId}/cancel endpoint
- Daemon polls GetTaskStatus during execution, cancels context on match
- Frontend: Stop button on AgentLiveCard, task:cancelled WS event
2026-03-31 18:43:37 +08:00
..
cmd feat(agent): add task cancellation with stop button 2026-03-31 18:43:37 +08:00
internal feat(agent): add task cancellation with stop button 2026-03-31 18:43:37 +08:00
migrations feat(agents): reply as thread instead of top-level comment (#205) 2026-03-31 13:48:39 +08:00
pkg feat(agent): add task cancellation with stop button 2026-03-31 18:43:37 +08:00
go.mod feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.sum feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00