@openape/apes 1.31.1 → 1.31.2
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/dist/cli.js
CHANGED
|
@@ -5852,7 +5852,7 @@ var mcpCommand = defineCommand53({
|
|
|
5852
5852
|
if (transport !== "stdio" && transport !== "sse") {
|
|
5853
5853
|
throw new Error('Transport must be "stdio" or "sse"');
|
|
5854
5854
|
}
|
|
5855
|
-
const { startMcpServer } = await import("./server-
|
|
5855
|
+
const { startMcpServer } = await import("./server-OSX5LE4W.js");
|
|
5856
5856
|
await startMcpServer(transport, port);
|
|
5857
5857
|
}
|
|
5858
5858
|
});
|
|
@@ -6490,7 +6490,7 @@ async function bestEffortGrantCount(idp) {
|
|
|
6490
6490
|
}
|
|
6491
6491
|
}
|
|
6492
6492
|
async function runHealth(args) {
|
|
6493
|
-
const version = true ? "1.31.
|
|
6493
|
+
const version = true ? "1.31.2" : "0.0.0";
|
|
6494
6494
|
const auth = loadAuth();
|
|
6495
6495
|
if (!auth) {
|
|
6496
6496
|
throw new CliError("Not logged in. Run `apes login` first.", 1);
|
|
@@ -6763,10 +6763,10 @@ if (shellRewrite) {
|
|
|
6763
6763
|
if (shellRewrite.action === "rewrite") {
|
|
6764
6764
|
process.argv = shellRewrite.argv;
|
|
6765
6765
|
} else if (shellRewrite.action === "version") {
|
|
6766
|
-
console.log(`ape-shell ${"1.31.
|
|
6766
|
+
console.log(`ape-shell ${"1.31.2"} (OpenApe DDISA shell wrapper)`);
|
|
6767
6767
|
process.exit(0);
|
|
6768
6768
|
} else if (shellRewrite.action === "help") {
|
|
6769
|
-
console.log(`ape-shell ${"1.31.
|
|
6769
|
+
console.log(`ape-shell ${"1.31.2"} \u2014 OpenApe DDISA shell wrapper`);
|
|
6770
6770
|
console.log("");
|
|
6771
6771
|
console.log("Usage:");
|
|
6772
6772
|
console.log(" ape-shell Start interactive grant-mediated REPL");
|
|
@@ -6825,7 +6825,7 @@ var configCommand = defineCommand65({
|
|
|
6825
6825
|
var main = defineCommand65({
|
|
6826
6826
|
meta: {
|
|
6827
6827
|
name: "apes",
|
|
6828
|
-
version: "1.31.
|
|
6828
|
+
version: "1.31.2",
|
|
6829
6829
|
description: "Unified CLI for OpenApe"
|
|
6830
6830
|
},
|
|
6831
6831
|
subCommands: {
|
|
@@ -6883,7 +6883,7 @@ async function maybeRefreshAuth() {
|
|
|
6883
6883
|
}
|
|
6884
6884
|
}
|
|
6885
6885
|
await maybeRefreshAuth();
|
|
6886
|
-
await maybeWarnStaleVersion("1.31.
|
|
6886
|
+
await maybeWarnStaleVersion("1.31.2").catch(() => {
|
|
6887
6887
|
});
|
|
6888
6888
|
runMain(main).catch((err) => {
|
|
6889
6889
|
if (err instanceof CliExit) {
|
|
@@ -305,7 +305,7 @@ function registerAdapterTools(server) {
|
|
|
305
305
|
async function startMcpServer(transport, port) {
|
|
306
306
|
const server = new McpServer({
|
|
307
307
|
name: "apes",
|
|
308
|
-
version: true ? "1.31.
|
|
308
|
+
version: true ? "1.31.2" : "0.1.0"
|
|
309
309
|
});
|
|
310
310
|
registerStaticTools(server);
|
|
311
311
|
registerAdapterTools(server);
|
|
@@ -333,4 +333,4 @@ async function startMcpServer(transport, port) {
|
|
|
333
333
|
export {
|
|
334
334
|
startMcpServer
|
|
335
335
|
};
|
|
336
|
-
//# sourceMappingURL=server-
|
|
336
|
+
//# sourceMappingURL=server-OSX5LE4W.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openape/apes",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.2",
|
|
4
4
|
"turbo": {
|
|
5
5
|
"tags": [
|
|
6
6
|
"publishable"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@lydell/node-pty": "1.2.0-beta.12",
|
|
32
32
|
"shell-quote": "^1.8.4",
|
|
33
33
|
"zod": "^4.3.6",
|
|
34
|
-
"@openape/cli-auth": "0.5.
|
|
35
|
-
"@openape/grants": "0.12.1",
|
|
34
|
+
"@openape/cli-auth": "0.5.1",
|
|
36
35
|
"@openape/core": "0.18.0",
|
|
36
|
+
"@openape/grants": "0.12.1",
|
|
37
37
|
"@openape/agent-runtime": "0.2.2",
|
|
38
|
-
"@openape/
|
|
39
|
-
"@openape/
|
|
38
|
+
"@openape/proxy": "0.4.6",
|
|
39
|
+
"@openape/shapes": "0.7.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.3.5",
|
|
File without changes
|