diff --git a/agentica/packages/agentic-jujutsu/package-lock.json b/agentica/packages/agentic-jujutsu/package-lock.json index e8f32b3..f1b3611 100644 --- a/agentica/packages/agentic-jujutsu/package-lock.json +++ b/agentica/packages/agentic-jujutsu/package-lock.json @@ -13,7 +13,8 @@ }, "bin": { "agentic-jujutsu": "bin/cli.js", - "jj-agent": "bin/cli.js" + "jj-agent": "bin/cli.js", + "jj-mcp": "bin/mcp-server.js" }, "devDependencies": { "@napi-rs/cli": "^2.18.4", @@ -24,12 +25,12 @@ "node": ">=16.0.0" }, "optionalDependencies": { - "agentic-jujutsu-darwin-x64": "2.1.1", - "agentic-jujutsu-linux-arm-gnueabihf": "2.1.1", - "agentic-jujutsu-linux-arm64-musl": "2.1.1", - "agentic-jujutsu-linux-x64-gnu": "2.1.1", - "agentic-jujutsu-linux-x64-musl": "2.1.1", - "agentic-jujutsu-win32-x64-msvc": "2.1.1" + "agentic-jujutsu-darwin-x64": "2.3.5", + "agentic-jujutsu-linux-arm-gnueabihf": "2.3.5", + "agentic-jujutsu-linux-arm64-musl": "2.3.5", + "agentic-jujutsu-linux-x64-gnu": "2.3.5", + "agentic-jujutsu-linux-x64-musl": "2.3.5", + "agentic-jujutsu-win32-x64-msvc": "2.3.5" } }, "node_modules/@isaacs/cliui": { @@ -92,6 +93,27 @@ "@qudag/napi-core-win32-x64-msvc": "0.1.0" } }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-darwin-arm64": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-darwin-x64": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-linux-arm64-gnu": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-linux-arm64-musl": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-linux-x64-gnu": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-win32-arm64-msvc": { + "optional": true + }, + "node_modules/@qudag/napi-core/node_modules/@qudag/napi-core-win32-x64-msvc": { + "optional": true + }, "node_modules/@types/node": { "version": "20.19.24", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz", @@ -101,6 +123,24 @@ "undici-types": "~6.21.0" } }, + "node_modules/agentic-jujutsu-darwin-x64": { + "optional": true + }, + "node_modules/agentic-jujutsu-linux-arm-gnueabihf": { + "optional": true + }, + "node_modules/agentic-jujutsu-linux-arm64-musl": { + "optional": true + }, + "node_modules/agentic-jujutsu-linux-x64-gnu": { + "optional": true + }, + "node_modules/agentic-jujutsu-linux-x64-musl": { + "optional": true + }, + "node_modules/agentic-jujutsu-win32-x64-msvc": { + "optional": true + }, "node_modules/ansi-regex": { "version": "6.2.2", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", @@ -583,12 +623,13 @@ "dev": true }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^2.0.2" }, "engines": { "node": ">=16 || 14 >=14.17"