Skip to content

OneStone v0.7.13 — MA-254 Phase 1: Dashboard SDK Migration

Choose a tag to compare

@JoeyCacciatore3 JoeyCacciatore3 released this 21 Jul 20:58

v0.7.13 — MA-254 Phase 1: Dashboard CLI→SDK Migration

What changed

Dashboard chat turns now run through the Anthropic SDK (runSdkTurn) with your subscription OAuth token instead of the Claude Code CLI subprocess. Routines and subagents remain on CLI in this phase.

Benefits:

  • External MCP tools now wired for dashboard turns (MA-236b closed)
  • Governed tool analytics — tool calls visible in ops log + analytics
  • Accurate token budget math (SDK tool list matches computeTokenBudget)
  • Temperature + max-tokens channel settings now applied
  • MA-176 middleware seam available

Backward compat: Conversations pinned to 'subscription' keep routing through CLI.

Artifacts

  • Linux: AppImage (x64)
  • Windows: Portable exe (NSIS requires wine which is unavailable in the current build environment — portable is the recommended distribution)

Build

  • Quality gate: 180 test files, 2457 tests, 0 type errors, 0 lint warnings