multica/server/internal
yushen 994242d2db feat(agent): auto-create init issue on agent creation with workspace context
When a new agent is created, automatically create an initialization issue
assigned to it so the agent starts working immediately. The issue
description incorporates the workspace context field, giving the agent
background info to set up its environment (clone repos, etc.).

Also adds workspace context to the task context snapshot for all tasks,
and renders it in the daemon prompt so agents always have workspace
background when executing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:38:00 +08:00
..
auth Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
cli fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
daemon feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00
handler feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00
middleware Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
realtime test: add comprehensive test suite (Go unit/integration, Vitest, Playwright E2E) 2026-03-22 11:50:25 +08:00
service feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00
util feat(server): add task service layer and daemon REST protocol 2026-03-23 18:34:51 +08:00