@longtable/provider-codex 0.1.58 → 0.1.59

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/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ export const CODEX_PROVIDER_CAPABILITIES = {
14
14
  "Installed prompt files are not guaranteed to become slash commands in current Codex builds.",
15
15
  "Native parallel subagents may exist in an interactive session, but the npm CLI must not require them.",
16
16
  "Sequential panel fallback is the stable provider-neutral path.",
17
- "MCP elicitation can present Researcher Checkpoints when the Codex client exposes granular MCP elicitations; numbered prompts remain the fallback."
17
+ "Attached tmux sessions can use a LongTable-owned tmux_popup renderer first; MCP elicitation and numbered prompts remain fallback transports."
18
18
  ]
19
19
  };
20
20
  export function getCodexProviderCapabilities() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "private": false,
5
5
  "description": "Codex adapter surface for LongTable",
6
6
  "type": "module",
@@ -15,9 +15,9 @@
15
15
  "typecheck": "tsc -p tsconfig.json --noEmit"
16
16
  },
17
17
  "dependencies": {
18
- "@longtable/checkpoints": "0.1.58",
19
- "@longtable/core": "0.1.58",
20
- "@longtable/setup": "0.1.58"
18
+ "@longtable/checkpoints": "0.1.59",
19
+ "@longtable/core": "0.1.59",
20
+ "@longtable/setup": "0.1.59"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",