@nextclaw/nextclaw-narp-runtime-codex-sdk 0.1.10 → 0.1.11

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.
@@ -1,6 +1,5 @@
1
1
  import { NarpStdioRuntimeWrapperContext } from "@nextclaw/nextclaw-narp-stdio-runtime-wrapper";
2
- import { CodexSdkNcpAgentRuntimeConfig } from "@nextclaw/nextclaw-ncp-runtime-codex-sdk";
3
- import { CodexOpenAiResponsesBridgeResult, CodexOpenAiResponsesBridgeRuntimeConfig } from "@nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk";
2
+ import { CodexOpenAiResponsesBridgeResult, CodexOpenAiResponsesBridgeRuntimeConfig, CodexSdkNcpAgentRuntimeConfig } from "@nextclaw/nextclaw-ncp-runtime-codex-sdk";
4
3
  import { NcpAgentRuntime } from "@nextclaw/ncp";
5
4
 
6
5
  //#region src/services/codex-narp-runtime-wrapper.service.d.ts
@@ -1,6 +1,5 @@
1
1
  import { NarpStdioRuntimeWrapper } from "@nextclaw/nextclaw-narp-stdio-runtime-wrapper";
2
- import { CodexLiveOutputStream, CodexSdkNcpAgentRuntime } from "@nextclaw/nextclaw-ncp-runtime-codex-sdk";
3
- import { buildCodexBridgeModelProviderId, ensureCodexOpenAiResponsesBridge } from "@nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk";
2
+ import { CodexLiveOutputStream, CodexSdkNcpAgentRuntime, buildCodexBridgeModelProviderId, ensureCodexOpenAiResponsesBridge } from "@nextclaw/nextclaw-ncp-runtime-codex-sdk";
4
3
  //#region src/services/codex-narp-runtime-wrapper.service.ts
5
4
  const NARP_API_MODE_HEADER = "x-nextclaw-narp-api-mode";
6
5
  var DeferredCodexNarpRuntime = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/nextclaw-narp-runtime-codex-sdk",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "private": false,
5
5
  "description": "NARP stdio launcher for the NextClaw Codex SDK runtime.",
6
6
  "type": "module",
@@ -19,10 +19,9 @@
19
19
  "README.md"
20
20
  ],
21
21
  "dependencies": {
22
- "@nextclaw/nextclaw-narp-stdio-runtime-wrapper": "0.1.6",
23
- "@nextclaw/ncp": "0.5.12",
24
- "@nextclaw/nextclaw-ncp-runtime-codex-sdk": "0.1.33",
25
- "@nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk": "0.1.67"
22
+ "@nextclaw/nextclaw-narp-stdio-runtime-wrapper": "0.1.7",
23
+ "@nextclaw/ncp": "0.5.13",
24
+ "@nextclaw/nextclaw-ncp-runtime-codex-sdk": "0.1.34"
26
25
  },
27
26
  "devDependencies": {
28
27
  "@types/node": "^20.17.6",