Releases: JoeyCacciatore3/onestoneai-releases
Releases · JoeyCacciatore3/onestoneai-releases
Release list
OneStone v0.7.14
Search quality fixes, conversation data truthfulness, feature parity across execution paths, VISION removal, mobile relay 403 fix
OneStone v0.7.13 — MA-254 Phase 1: Dashboard SDK Migration
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