multica/server/internal/handler
Jiayuan Zhang 42aef6e13e fix: address review issues in skills system
- Fix authorization bypass in DeleteSkillFile (missing workspace/role check)
- Extract skills page into features/skills/ module (thin route shell)
- Fix skill files disappearing after save (use API return values + merge in refreshSkills)
- Fix silently swallowed DB errors in ListAgents/GetAgent skill queries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 15:37:08 +08:00
..
agent.go fix: address review issues in skills system 2026-03-25 15:37:08 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go feat(server): add comment CRUD endpoints and issue filter/update enhancements 2026-03-23 20:15:09 +08:00
daemon.go fix(server): remove debug logging and add error handling from review 2026-03-24 17:48:01 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler_test.go fix(test): remove skills column from integration test fixtures 2026-03-25 15:27:50 +08:00
inbox.go Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
issue.go refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
skill.go fix: address review issues in skills system 2026-03-25 15:37:08 +08:00
workspace.go feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00