Skip to content

multica

v0.3.43 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

auth breaking_upgrade

Summary

AI summary

Broad release touches daemon, chat, models, and MUL-4347.

Changes in this release

Feature Medium

Route coalesced replies per root thread

Route coalesced replies per root thread

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Add task‑owned direct‑chat input batches with explicit no_response outcome

Add task‑owned direct‑chat input batches with explicit no_response outcome

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Bound daemon.log size with rotation

Bound daemon.log size with rotation

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Discover Codex model and reasoning catalog dynamically

Discover Codex model and reasoning catalog dynamically

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Add Linear‑style issue identifier autolink in editor

Add Linear‑style issue identifier autolink in editor

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Add Codex gpt‑5.6 series models to model list and pricing

Add Codex gpt‑5.6 series models to model list and pricing

Source: llm_adapter@2026-07-15

Confidence: high

Feature Medium

Unify avatar upload with crop editing in views

Unify avatar upload with crop editing in views

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Fix Cursor MCP auth source seeding (ZIC-52)

Fix Cursor MCP auth source seeding (ZIC-52)

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Authorize and chronologically order per-thread coalesced replies

Authorize and chronologically order per-thread coalesced replies

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Reject CLI file paths outside the workdir for --description-file and --content-file

Reject CLI file paths outside the workdir for --description-file and --content-file

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Low

Recover stale Claude resume sessions in daemon

Recover stale Claude resume sessions in daemon

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Make overflowing tab additions visible in desktop UI

Make overflowing tab additions visible in desktop UI

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Batch status applies directly and coalesce staged parent notifications for issues

Batch status applies directly and coalesce staged parent notifications for issues

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Tolerate binding token clock skew in Lark integration

Tolerate binding token clock skew in Lark integration

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Validate Codex empty-model effort and enforce exact 5.6 aliases

Validate Codex empty-model effort and enforce exact 5.6 aliases

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Preserve merged comment delivery for tasks

Preserve merged comment delivery for tasks

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Bugfix Low

Scope claim‑time comment fetch to workspace and guard --attachment paths in CLI

Scope claim‑time comment fetch to workspace and guard --attachment paths in CLI

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Refactor Low

Unify ActorAvatar size tiers, round all avatars & cropper UI components

Unify ActorAvatar size tiers, round all avatars & cropper UI components

Source: granite4.1:30b@2026-07-15-audit

Confidence: high

Full changelog

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)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track multica

Get notified when new releases ship.

Sign up free

About multica

The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.

All releases →

Related context

Earlier breaking changes

  • v0.3.8 Removes custom_env from agent resources, adds audited env endpoint (MUL-2600)

Beta — feedback welcome: [email protected]