v0.2.24
multica-ai/multicav0.2.24May 3, 2026by github-actions[bot]
AI Summary
Agent avatar upload command, repo checkout ref selection support, and performance improvements for issue detail timeline rendering.
Key Highlights
- Agent avatar upload CLI command
- Repo checkout ref selection support
- Persist ModelListStore across replicas via Redis
- Memoize timeline render to mitigate inbox freeze
- Expose GPT-5.5 family in Codex runtime model picker
New Features
- Agent avatar upload command
- Repo checkout ref selection
- Persist ModelListStore via Redis
- Memoized timeline rendering for performance
Full Release Notes
## Changelog * cf0d58ab5060e5ad01aa66c934b8a8cd4bb66b14 docs(changelog): add 0.2.24 entry covering 0.2.22 → 0.2.23 → today (#2028) * c2f199650aafbb449fac2d6163f1fdeac083cb4f feat(cli): add agent avatar upload command (#1760) * 862b0509dfc373265d50d29c1a95d36fe93613e9 feat: support repo checkout ref selection (#1988) * 3f046d03f7d000e900919ab7e86cd95b6b078b94 fix(agent): expose GPT-5.5 family in Codex runtime model picker (#2020) * 170fa2102b7a8a4a982a230f1c0014fb1476edc7 fix(agent/hermes): wire streamingCurrentTurn gate to drop history replay (#2024) * 972c65dbc1fb4b327e74c2546673a1568ad1bbb2 fix(cli): make multica login --token accept the PAT as a value (#2017) * c4352da126a0d34d56bf8ef764c3d7fc5db1bffa fix(daemon): drain background repo syncs before test teardown (#2026) * ba5b7db78e87c5324707e9cc79f41ea0f9c1d21e fix(server): persist ModelListStore across replicas via Redis (#2022) * cf47d9b70231034c36899f4f8d2ecb34f3a829b2 fix: guard session resume by runtime (#1905) * 3fe3b849816889bcd6a68d980320353f39d79501 fix: hydrate agent cache after create (#2027) * f85b7cce913c235c197f6014f7e999a810580545 fix: make CLI update completion status reliable (#2018) * d0c66f3173cccc34e195cf01855420323f46bf98 perf(issue-detail): memoize timeline render to mitigate Inbox long-timeline freeze (#2025) * a414a00b4a23b416c8a23c0905d44c8edc8e8fb8 refactor(repocache): clarify resolveBaseRef comment and cover tag refs (#2023) * e665b597b3e2f75602350e397b6dac23ce3a5aac refactor(server): polish runtime-guard nits from PR #1905 review (#2021)