| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-27 | 950 Bytes | |
| v0.2.1 source code.tar.gz | 2026-02-27 | 487.8 kB | |
| v0.2.1 source code.zip | 2026-02-27 | 595.6 kB | |
| Totals: 3 Items | 1.1 MB | 3 | |
What's Changed
Sandbox Spawn Reliability
- Auto-topup on 402: When sandbox creation fails with
INSUFFICIENT_CREDITS, automatically top up credits via x402 and retry once — both the orchestratorspawnAgentandspawn_childtool paths - Fix sandbox pricing tiers: Align
createSandboxspecs with valid Conway tiers using a lookup table (was sending invalid1 vCPU / 1024 MB / 5 GB) - Remove sandbox deletion: Conway API no longer supports
DELETE /v1/sandboxes—deleteSandboxis now a no-op, all callers updated
Replication Fixes
- Self-replication scoping: Replication tools now correctly target the child sandbox, not the parent
- Self-mod edits:
git-versionsource edits now resolve to the repo root
Other
- Configurable max turns per wake cycle
- Memory error learning to prevent repetitive tool failures
- Various community fixes (discovery pagination, ESM imports, SQL injection prevention)