mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
- DB: NOT NULL DEFAULT '' profile_description on user (migration 095) - API: PATCH /api/me accepts profile_description (max 2000 runes); UserResponse echoes it; lenient zod schema + EMPTY_USER fallback on the client per CLAUDE.md API Response Compatibility - UI: Settings → Account adds an "About you" textarea with live counter and max-length guard - CLI: multica user profile get / update with --description / --description-stdin / --description-file / --clear - Daemon: claim handler resolves runtime owner and surfaces RequestingUserName + RequestingUserProfileDescription on the task; buildMetaSkillContent emits `## Requesting User` between `## Agent Identity` and `## Available Commands`, blockquoted and framed as background context (omitted entirely when description is empty) Co-authored-by: multica-agent <github@multica.ai>