@standardagents/code 0.13.10 → 0.13.11
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4017,7 +4017,7 @@ function readVersion() {
|
|
|
4017
4017
|
if (typeof pkg.version === "string" && pkg.version) return pkg.version;
|
|
4018
4018
|
} catch {
|
|
4019
4019
|
}
|
|
4020
|
-
return "0.13.
|
|
4020
|
+
return "0.13.11" ;
|
|
4021
4021
|
}
|
|
4022
4022
|
function isLocalHost(host) {
|
|
4023
4023
|
return host === "localhost" || host === "127.0.0.1" || host === "::1" || host.endsWith(".local") || host.endsWith(".localhost") || /^10\./.test(host) || /^192\.168\./.test(host) || /^172\.(1[6-9]|2\d|3[01])\./.test(host);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardagents/code",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.11",
|
|
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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"check:rust": "cargo fmt --all --check && cargo clippy --workspace --all-targets -- -D warnings"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@standardagents/code-network": "0.13.
|
|
40
|
+
"@standardagents/code-network": "0.13.11"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@clack/prompts": "^1.6.0",
|