@cmetech/otto 1.0.7 → 1.0.8
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 +6 -6
- package/packages/contracts/package.json +1 -1
- package/packages/daemon/package.json +3 -3
- package/packages/mcp-server/package.json +3 -3
- package/packages/native/package.json +1 -1
- package/packages/pi-agent-core/package.json +1 -1
- package/packages/pi-ai/package.json +1 -1
- package/packages/pi-coding-agent/package.json +2 -2
- package/packages/pi-tui/package.json +1 -1
- package/packages/rpc-client/package.json +2 -2
- package/pkg/package.json +1 -1
- package/scripts/install.js +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cmetech/otto",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Terminal-based developer chat assistant. Permanent hard fork of gsd-pi with LangFlow flow triggers, a flow builder, and optional gateway routing for compliance environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -182,11 +182,11 @@
|
|
|
182
182
|
"@anthropic-ai/claude-agent-sdk": "0.2.83",
|
|
183
183
|
"fsevents": "~2.3.3",
|
|
184
184
|
"koffi": "^2.9.0",
|
|
185
|
-
"@cmetech/otto-engine-darwin-arm64": "1.0.
|
|
186
|
-
"@cmetech/otto-engine-darwin-x64": "1.0.
|
|
187
|
-
"@cmetech/otto-engine-linux-arm64-gnu": "1.0.
|
|
188
|
-
"@cmetech/otto-engine-linux-x64-gnu": "1.0.
|
|
189
|
-
"@cmetech/otto-engine-win32-x64-msvc": "1.0.
|
|
185
|
+
"@cmetech/otto-engine-darwin-arm64": "1.0.8",
|
|
186
|
+
"@cmetech/otto-engine-darwin-x64": "1.0.8",
|
|
187
|
+
"@cmetech/otto-engine-linux-arm64-gnu": "1.0.8",
|
|
188
|
+
"@cmetech/otto-engine-linux-x64-gnu": "1.0.8",
|
|
189
|
+
"@cmetech/otto-engine-win32-x64-msvc": "1.0.8"
|
|
190
190
|
},
|
|
191
191
|
"overrides": {
|
|
192
192
|
"gaxios": "7.1.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otto-build/daemon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "OTTO daemon — background process for project monitoring and Discord integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@anthropic-ai/sdk": "^0.52.0",
|
|
32
|
-
"@otto-build/contracts": "^1.0.
|
|
33
|
-
"@otto-build/rpc-client": "^1.0.
|
|
32
|
+
"@otto-build/contracts": "^1.0.8",
|
|
33
|
+
"@otto-build/rpc-client": "^1.0.8",
|
|
34
34
|
"discord.js": "^14.25.1",
|
|
35
35
|
"yaml": "^2.8.0",
|
|
36
36
|
"zod": "^3.24.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otto-build/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "MCP server exposing OTTO orchestration tools for compatible clients",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"otto": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"test": "npm run build:test && node --test dist/mcp-server.test.js dist/remote-questions.test.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@otto-build/contracts": "^1.0.
|
|
38
|
-
"@otto-build/rpc-client": "^1.0.
|
|
37
|
+
"@otto-build/contracts": "^1.0.8",
|
|
38
|
+
"@otto-build/rpc-client": "^1.0.8",
|
|
39
39
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
40
40
|
"zod": "^4.0.0"
|
|
41
41
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otto/pi-coding-agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Coding agent CLI (vendored from pi-mono)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"otto": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"copy-assets": "node scripts/copy-assets.cjs"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@otto-build/contracts": "^1.0.
|
|
31
|
+
"@otto-build/contracts": "^1.0.8",
|
|
32
32
|
"@mariozechner/jiti": "^2.6.2",
|
|
33
33
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
34
34
|
"chalk": "^5.5.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@otto-build/rpc-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Standalone RPC client SDK for OTTO — zero internal dependencies",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"otto": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"test": "node --test dist/rpc-client.test.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@otto-build/contracts": "^1.0.
|
|
37
|
+
"@otto-build/contracts": "^1.0.8"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=22.0.0"
|
package/pkg/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loop24/client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"piConfig": {
|
|
5
5
|
"_comment": "AUTO-SYNCED from root package.json by scripts/sync-piconfig.mjs (runs on prebuild). Do not edit this block directly — edit root package.json and re-run `npm run build` or `npm run sync-piconfig`.",
|
|
6
6
|
"name": "otto",
|
package/scripts/install.js
CHANGED
|
@@ -516,7 +516,10 @@ function copyBundledTools() {
|
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
const binExt = platform() === 'win32' ? '.exe' : ''
|
|
519
|
-
|
|
519
|
+
// Must match getBinDir() in packages/pi-coding-agent/src/config.ts:
|
|
520
|
+
// join(getAgentDir(), 'bin') where getAgentDir() is ~/.otto/agent/.
|
|
521
|
+
// If config.ts ever moves the agent dir, update both spots together.
|
|
522
|
+
const dest = join(homedir(), '.otto', 'agent', 'bin')
|
|
520
523
|
mkdirSync(dest, { recursive: true })
|
|
521
524
|
|
|
522
525
|
const tools = ['rg', 'fd']
|
|
@@ -534,7 +537,7 @@ function copyBundledTools() {
|
|
|
534
537
|
}
|
|
535
538
|
|
|
536
539
|
if (copied.length > 0) {
|
|
537
|
-
printStep('Bundled tools', `${copied.join(' + ')} copied to ~/.otto/bin/`)
|
|
540
|
+
printStep('Bundled tools', `${copied.join(' + ')} copied to ~/.otto/agent/bin/`)
|
|
538
541
|
}
|
|
539
542
|
}
|
|
540
543
|
|