@agentrouter-top/relay-dsh-plugin-codex 0.2.2-agentrouter.2 → 0.2.2-agentrouter.3
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/AGENTROUTER-FORK.md +1 -1
- package/docs/context-admission.md +27 -0
- package/docs/kernel-policy.md +12 -0
- package/docs/transcript-presentation.md +20 -0
- package/lib/client.js +77 -0
- package/lib/client.js.map +1 -1
- package/lib/host-plugin.js +31 -5
- package/lib/host-plugin.js.map +1 -1
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentrouter-top/relay-dsh-plugin-codex",
|
|
3
|
-
"version": "0.2.2-agentrouter.
|
|
4
|
-
"description": "Codex conversation backend for DeepSeek Harness, powered by the Codex App Server with approvals and DSH tool support. AgentRouter fork: optional launch/native-behavior configuration and pinned Codex runtime.",
|
|
3
|
+
"version": "0.2.2-agentrouter.3",
|
|
4
|
+
"description": "Codex conversation backend for DeepSeek Harness, powered by the Codex App Server with approvals and DSH tool support. AgentRouter fork: optional launch/native-behavior configuration, context admission, kernel/model consistency and pinned Codex runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh-plugin",
|
|
7
7
|
"deepseek-harness",
|
|
@@ -64,7 +64,10 @@
|
|
|
64
64
|
"dsh-client-compat.mjs",
|
|
65
65
|
"dsh-client-compat.d.mts",
|
|
66
66
|
"AGENTROUTER-FORK.md",
|
|
67
|
-
"docs/behavior-defaults.md"
|
|
67
|
+
"docs/behavior-defaults.md",
|
|
68
|
+
"docs/context-admission.md",
|
|
69
|
+
"docs/kernel-policy.md",
|
|
70
|
+
"docs/transcript-presentation.md"
|
|
68
71
|
],
|
|
69
72
|
"dsh": {
|
|
70
73
|
"client": {
|