Urgent.News

What's breaking now, across thousands of outlets.

Tech

codsh 0.23.0 — Mission Contract: `/ship` that won't silently drift

codsh is a DeepSeek-native terminal coding agent on open dsh . It is not a Claude Code env wrapper. The hook stays the same: /ship takes one sentence to verified code. 0.23.0 ships the Mission Contract control plane for that loop — so acceptance criteria stay sealed, drift blocks the run instead of rewriting the goal, and delivery needs recorded evidence. What changed in 0.23.0 When Gate 1…

codsh 0.23.0 introduces the Mission Contract control plane to the DeepSeek-native terminal coding agent, ensuring acceptance criteria remain sealed and drift blocks the process. This release enforces protection against external drift, requiring recorded evidence for delivery. Key changes include a machine-checkable Mission Contract, immutable main track and out-of-scope decisions, alignment gate verification, and a drift detector that scores plan/action drift.

The package consists of codsh-cli + codsh-bundle 0.23.0, compatible with Node ≥22.19. The update emphasizes the distinction between ad-hoc agent plans and structured, evidence-based workflows.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Registrar APIs vs DNS Interfaces — Different Jobs in a Tenant Migration

A registrar API and a DNS interface overlap at the word ‘domain’, but they make different promises. For a gaming platform creating one subdomain per tenant, the registrar path owns registration…

  • Registrar APIs manage domain account, delegation, registration, and transfer state.
  • DNS interfaces handle authoritative zone records like A, AAAA, or CNAME entries.
  • Separating registrar API and DNS interface ensures clear migration path and minimizes retry risk.

More from Thursday 17 September →