@shuind/dsh-codex-harness 0.1.8 → 0.1.9

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ DSH 继续负责会话、文件系统、Shell、Skills 和插件扩展;本包
7
7
  ## 安装
8
8
 
9
9
  ```sh
10
- dsh plugin --profile web add @shuind/dsh-codex-harness@0.1.8
10
+ dsh plugin --profile web add @shuind/dsh-codex-harness@0.1.9
11
11
  ```
12
12
 
13
13
  重启 Web,创建新会话,在模式菜单中选择 `Codex 模式`。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuind/dsh-codex-harness",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "A minimal Codex harness for GPT models that do not fit DSH's native interface, while remaining compatible with the DSH plugin ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",
46
- "url": "git+https://github.com/shuind/dsh-codex.git"
46
+ "url": "git+https://github.com/shuind/dsh-codex-harness.git"
47
47
  },
48
48
  "keywords": [
49
49
  "dsh-plugin",