v0.3.43
HKUDS/CLI-Anythingv0.3.43Jul 10, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing the Chat V2 experience, improving daemon management with log rotation and dynamic model discovery, and refining UI elements such as issue identifiers and avatar handling.
Key Highlights
- Chat V2 improvements include task-owned direct-chat input batches and explicit no_response outcomes.
- Daemon log size is now bounded with rotation, and Codex models are discovered dynamically.
- Linear-style issue identifier autolinks have been added to the editor.
- Codex gpt-5.6 series models (sol/terra/luna) have been added to the model list.
- UI refinements include unifying avatar upload with crop editing.
New Features
- Task-owned direct-chat input batching
- Daemon log size rotation
- Dynamic Codex model and reasoning catalog discovery
- Linear-style issue identifier autolink
- Codex gpt-5.6 series models
Full Release Notes
## Changelog * fe46dfdbf66599d20a584d5e720e14ea4e4f8ac4 MUL-4203: Fix Cursor MCP auth source seeding (ZIC-52) * f599333f9728dc68f14439fadc0481735e00499f [MUL-4348] Route coalesced replies per root thread (#5202) * 37b0a6e72e45b0336d7d444485f6fd39165cc9a9 docs(changelog): add v0.3.43 release entry (MUL-4376) (#5216) * cb87dd106be58ce21f996c7109e43d04c8e9437f feat(chat): task-owned direct-chat input batches + explicit no_response outcome (MUL-4351) (#5195) * 6c3b79db190dfc3d72e0b44ce7ec172f8765b52d feat(daemon): bound daemon.log size with rotation (MUL-4330) (#5170) * f7ca045fb181efbc7f1dca481abd2bccd4c40ea6 feat(daemon): discover Codex model and reasoning catalog dynamically (#5198) * 3f02083fecb513ba52628503bea78d9a07cfc8b6 feat(editor): Linear-style issue identifier autolink (MUL-4241) (#5090) * 6b980a8e7175818a4982e114213579cb8a4b30fb feat(models): add Codex gpt-5.6 series (sol/terra/luna) to model list & pricing (MUL-4347) (#5188) * c6783efd88086d377faa2d8b69692cac4dbb0463 feat(views): unify avatar upload with crop editing (#5074) * 3c417ea631118d2fa0b87303819cd43c9dfdc529 fix(MUL-4348): authorize + chronologically order per-thread coalesced replies (#5211) * 69132f9fa6e3f28533cef6840bf70852c4d31ef6 fix(chat): remove unread-count badge from chat FAB (MUL-4374) (#5213) * 3b7eafc3ad898377c3f59df87f25f5a87c2ea354 fix(cli): reject --description-file/--content-file paths outside the workdir (MUL-4252) (#5167) * 521052a00b8c5fee96c4627aea237797212f275d fix(daemon): recover stale Claude resume sessions (#5173) * 595f785ac9337b12ca6b496dced2b38e0dd8a093 fix(desktop): make overflowing tab additions visible (#5215) * 302662aee3318a8bc7a2207adebc7c730c84a478 fix(issues): batch status applies directly; coalesce staged parent notifications (MUL-4155) (#5151) * 4217de438950e95c8a57111905c4ee1055ac943d fix(lark): tolerate binding token clock skew (#5191) * 8e0fbecab591c915d26c5f841a59dd816d7da18b fix(models): codex empty-model effort validation + exact 5.6 aliases (MUL-4347) (#5196) * bf161f2f9c160b0549a71f47d19ba418006089e0 fix(tasks): preserve merged comment delivery (#5192) * cc3daaf3b4e1a0f00a80b898545c446eec9724c8 fix: scope claim-time comment fetch to workspace + guard --attachment paths (MUL-4252) (#5190) * f4de0948a27849fd947b83d2960392babb961d8e refactor(ui): unify ActorAvatar size tiers + round all avatars & cropper (MUL-4277, MUL-4184) (#5133) * 78591f60225d157cfbb6add03f53b9c31dd53e80 test(server): cap pkg/agent test concurrency under -race (#5077)