@standardagents/code 0.13.3 → 0.13.4
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/dist/index.js +173 -180
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardagents/code",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
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",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"markdown:check": "node scripts/sync-progressive-markdown-runtime.mjs --check",
|
|
31
31
|
"version:check": "node scripts/check-version-lockstep.mjs",
|
|
32
32
|
"typecheck": "tsc --noEmit",
|
|
33
|
-
"test": "pnpm version:check && pnpm typecheck &&
|
|
33
|
+
"test": "pnpm version:check && pnpm typecheck && node scripts/run-tests.mjs"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@standardagents/code-network": "0.13.
|
|
36
|
+
"@standardagents/code-network": "0.13.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@clack/prompts": "^1.6.0",
|