@standardagents/code 0.13.4 → 0.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardagents/code",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "Standard Code — a terminal coding agent whose LLM loop runs on a Standard Agents instance while its tools execute on your machine via this CLI.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -33,7 +33,7 @@
33
33
  "test": "pnpm version:check && pnpm typecheck && node scripts/run-tests.mjs"
34
34
  },
35
35
  "dependencies": {
36
- "@standardagents/code-network": "0.13.4"
36
+ "@standardagents/code-network": "0.13.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@clack/prompts": "^1.6.0",