@cmetech/otto 1.0.4 → 1.0.6

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": "@cmetech/otto",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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,13 +182,14 @@
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.4",
186
- "@cmetech/otto-engine-darwin-x64": "1.0.4",
187
- "@cmetech/otto-engine-linux-arm64-gnu": "1.0.4",
188
- "@cmetech/otto-engine-linux-x64-gnu": "1.0.4",
189
- "@cmetech/otto-engine-win32-x64-msvc": "1.0.4"
185
+ "@cmetech/otto-engine-darwin-arm64": "1.0.6",
186
+ "@cmetech/otto-engine-darwin-x64": "1.0.6",
187
+ "@cmetech/otto-engine-linux-arm64-gnu": "1.0.6",
188
+ "@cmetech/otto-engine-linux-x64-gnu": "1.0.6",
189
+ "@cmetech/otto-engine-win32-x64-msvc": "1.0.6"
190
190
  },
191
191
  "overrides": {
192
- "gaxios": "7.1.4"
192
+ "gaxios": "7.1.4",
193
+ "uuid": "^11.0.0"
193
194
  }
194
195
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-build/contracts",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Shared public contracts for OTTO workspace boundaries",
5
5
  "license": "MIT",
6
6
  "otto": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-build/daemon",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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.4",
33
- "@otto-build/rpc-client": "^1.0.4",
32
+ "@otto-build/contracts": "^1.0.6",
33
+ "@otto-build/rpc-client": "^1.0.6",
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.4",
3
+ "version": "1.0.6",
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.4",
38
- "@otto-build/rpc-client": "^1.0.4",
37
+ "@otto-build/contracts": "^1.0.6",
38
+ "@otto-build/rpc-client": "^1.0.6",
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/native",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Native Rust bindings for OTTO — high-performance native modules via N-API",
5
5
  "type": "commonjs",
6
6
  "otto": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto/pi-agent-core",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "General-purpose agent core (vendored from pi-mono)",
5
5
  "type": "module",
6
6
  "otto": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto/pi-ai",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Unified LLM API (vendored from pi-mono)",
5
5
  "type": "module",
6
6
  "otto": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto/pi-coding-agent",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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.4",
31
+ "@otto-build/contracts": "^1.0.6",
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/pi-tui",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Terminal User Interface library (vendored from pi-mono)",
5
5
  "type": "module",
6
6
  "otto": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-build/rpc-client",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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.4"
37
+ "@otto-build/contracts": "^1.0.6"
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.4",
3
+ "version": "1.0.6",
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",