@node9/proxy 2.23.0 → 2.23.1

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 (4) hide show
  1. package/dist/cli.js +1502 -1310
  2. package/dist/cli.mjs +1430 -1238
  3. package/dist/dashboard.mjs +12 -2
  4. package/package.json +1 -1
@@ -7059,12 +7059,21 @@ var init_platform_shell = __esm({
7059
7059
  }
7060
7060
  });
7061
7061
 
7062
- // src/codex-trust.ts
7062
+ // src/codex-app-server.ts
7063
7063
  import { parse as parseToml3 } from "smol-toml";
7064
+ var init_codex_app_server = __esm({
7065
+ "src/codex-app-server.ts"() {
7066
+ "use strict";
7067
+ }
7068
+ });
7069
+
7070
+ // src/codex-trust.ts
7071
+ import { parse as parseToml4 } from "smol-toml";
7064
7072
  var init_codex_trust = __esm({
7065
7073
  "src/codex-trust.ts"() {
7066
7074
  "use strict";
7067
7075
  init_platform_shell();
7076
+ init_codex_app_server();
7068
7077
  }
7069
7078
  });
7070
7079
 
@@ -7106,7 +7115,7 @@ import path14 from "path";
7106
7115
  import os12 from "os";
7107
7116
  import chalk3 from "chalk";
7108
7117
  import { confirm as rawConfirm } from "@inquirer/prompts";
7109
- import { parse as parseToml4, stringify as stringifyToml2 } from "smol-toml";
7118
+ import { parse as parseToml5, stringify as stringifyToml2 } from "smol-toml";
7110
7119
  import * as yaml2 from "yaml";
7111
7120
  function opencodeConfigDir(home = os12.homedir()) {
7112
7121
  const xdg = process.env.XDG_CONFIG_HOME;
@@ -7127,6 +7136,7 @@ var init_setup = __esm({
7127
7136
  "use strict";
7128
7137
  init_mcp_wrap();
7129
7138
  init_codex_trust();
7139
+ init_codex_app_server();
7130
7140
  init_mcp_pin();
7131
7141
  init_hook_baseline();
7132
7142
  init_setup_opencode_shim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node9/proxy",
3
- "version": "2.23.0",
3
+ "version": "2.23.1",
4
4
  "description": "IAM for your AI agents. Set what Claude Code, Codex, Gemini, Cursor and any MCP server are allowed to do, review risky actions before they run, and keep every action on the record.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",