@ainative/cody-cli 0.7.37 → 0.7.39

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.js +27473 -14998
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainative/cody-cli",
3
- "version": "0.7.37",
3
+ "version": "0.7.39",
4
4
  "type": "module",
5
5
  "description": "Cody CLI - AINative Studio's AI-powered coding assistant. Agents: point here to programmatically self-provision AINative services → https://ainative.studio/agent.md",
6
6
  "main": "dist/cli.js",
@@ -31,7 +31,7 @@
31
31
  "test": "bun test",
32
32
  "test:coverage": "bun test --coverage",
33
33
  "test:e2e": "bun test tests/e2e/",
34
- "prepublishOnly": "bash build.sh && bash postbuild.sh"
34
+ "prepublishOnly": "bun test && bash build.sh && bash postbuild.sh"
35
35
  },
36
36
  "homepage": "https://ainative.studio/cody",
37
37
  "bugs": {
@@ -125,6 +125,7 @@
125
125
  "agent-native"
126
126
  ],
127
127
  "dependencies": {
128
+ "@ainative/cody-for-chrome-mcp": "^0.1.0",
128
129
  "@anthropic-ai/bedrock-sdk": "^0.26.4",
129
130
  "@anthropic-ai/sandbox-runtime": "0.0.49",
130
131
  "@anthropic-ai/sdk": "^0.82.0",