@verboo/code 0.8.11 → 0.9.0

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +134276 -136792
  2. package/package.json +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verboo/code",
3
- "version": "0.8.11",
3
+ "version": "0.9.0",
4
4
  "description": "Verboo Code — coding agent for the Verboo platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,6 +25,8 @@
25
25
  "scripts": {
26
26
  "build": "bun run scripts/build.ts",
27
27
  "postinstall": "node scripts/postinstall.mjs || true",
28
+ "integrations:generate": "bun run scripts/generate-integrations-artifacts.ts",
29
+ "integrations:check": "bun run scripts/generate-integrations-artifacts.ts --check",
28
30
  "dev": "bun run build && node dist/cli.mjs",
29
31
  "dev:profile": "bun run scripts/provider-launch.ts",
30
32
  "dev:profile:fast": "bun run scripts/provider-launch.ts auto --fast --bare",
@@ -69,16 +71,16 @@
69
71
  },
70
72
  "dependencies": {
71
73
  "@alcalzone/ansi-tokenize": "0.3.0",
72
- "@anthropic-ai/bedrock-sdk": "0.26.4",
74
+ "@anthropic-ai/bedrock-sdk": "0.29.1",
73
75
  "@anthropic-ai/foundry-sdk": "0.2.3",
74
76
  "@anthropic-ai/sandbox-runtime": "0.0.46",
75
- "@anthropic-ai/sdk": "0.81.0",
76
- "@anthropic-ai/vertex-sdk": "0.14.4",
77
+ "@anthropic-ai/sdk": "0.91.1",
78
+ "@anthropic-ai/vertex-sdk": "0.16.0",
77
79
  "@commander-js/extra-typings": "12.1.0",
78
80
  "@growthbook/growthbook": "1.6.5",
79
81
  "@grpc/grpc-js": "^1.14.3",
80
82
  "@grpc/proto-loader": "^0.8.0",
81
- "@mendable/firecrawl-js": "4.18.1",
83
+ "@mendable/firecrawl-js": "4.23.0",
82
84
  "@modelcontextprotocol/sdk": "1.29.0",
83
85
  "@opentelemetry/api": "1.9.1",
84
86
  "@opentelemetry/api-logs": "0.214.0",
@@ -91,10 +93,12 @@
91
93
  "@opentelemetry/sdk-trace-base": "2.6.1",
92
94
  "@opentelemetry/sdk-trace-node": "2.6.1",
93
95
  "@opentelemetry/semantic-conventions": "1.40.0",
96
+ "@orama/orama": "^3.1.18",
97
+ "@orama/plugin-data-persistence": "^3.1.18",
94
98
  "@vscode/ripgrep": "^1.17.1",
95
99
  "ajv": "8.18.0",
96
100
  "auto-bind": "5.0.1",
97
- "axios": "1.15.0",
101
+ "axios": "1.15.2",
98
102
  "bidi-js": "1.0.3",
99
103
  "chalk": "5.6.2",
100
104
  "chokidar": "4.0.3",