Skip to content

D3 Code 0.1.8 (Devis)

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:53

D3 Code 0.1.8 (Devis) for Apple Silicon Macs.

What's changed

  • Follow-ups in the web and desktop composer automatically queue while an agent is working. Idle conversations with an empty queue still send immediately.
  • Removed the Steer/Queue selector. Steering is an explicit Send now action on a queued message.
  • Send now has a clearer labeled control with an upward-right arrow, keyboard focus, and restrained motion that respects reduced-motion settings.
  • Queued messages preserve their order through startup and attachment preparation. Fast text-only turns now release the next queued message even when no checkpoint was created.
  • Delivery retries preserve the original command, including queues saved by 0.1.7. Approvals, required answers, and connection guards remain in force.

The device queue remains local to the web or desktop client; native mobile uses its separate existing outbox.

Install or update

Download D3-Code-0.1.8-arm64.dmg, open it, and replace D3 in Applications. Existing D3 installations can also use Check for updates.

The macOS app is Developer ID signed and notarized. Provider accounts and D3 data are retained when updating the app.

Base and verification

  • Upstream T3 base: v0.0.41-nightly.20260910.1486 (unchanged).
  • OMP runtime checked locally: 18.1.16; OMP updates remain separate from D3 updates.
  • Focused real-DOM composer/outbox interactions, FIFO and recovery regressions, web type checking, and signed-release pipeline checks.