Skip to content

Commit 1ec649d

Browse files
authored
fix: align capabilities with agent runs
1 parent 847faaf commit 1ec649d

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to @miosa/cli will be documented in this file.
44

5+
## [1.0.67] - 2026-06-14
6+
7+
### Fixed
8+
- Updated `miosa capabilities` guidance so `sandbox prompt` describes the
9+
durable `/agent-runs` path instead of the old raw exec path.
10+
511
## [1.0.66] - 2026-06-14
612

713
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@miosa/cli",
3-
"version": "1.0.66",
3+
"version": "1.0.67",
44
"description": "MIOSA platform CLI — projects, sandboxes, deploys, databases, more",
55
"type": "module",
66
"bin": {

src/commands/capabilities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ const manifest: CapabilitiesManifest = {
408408
],
409409
success_signals: [
410410
"devices catalog includes sandbox_worker and computer",
411-
"sandbox prompt posts to /sandboxes/<id>/exec",
411+
"sandbox prompt creates a durable /agent-runs record",
412412
"agent output references files under /workspace",
413413
],
414414
failure_signals: [
@@ -478,7 +478,7 @@ const manifest: CapabilitiesManifest = {
478478
"connectors list includes refero/design-research with managed true when platform configured",
479479
"sandbox connector binding returns miosa-tok-* placeholder_token",
480480
"connector preflight returns bound true",
481-
"sandbox prompt exec returns exit_code 0 or structured agent output",
481+
"sandbox prompt returns an agent run with exit_code 0 or structured agent output",
482482
],
483483
failure_signals: [
484484
"CONNECTOR_NOT_FOUND",

0 commit comments

Comments
 (0)