@twinklerg/coden 0.1.3 → 0.1.4

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +113 -106
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -10,7 +10,7 @@ CodeN(Code NJU)是一个用 TypeScript 独立实现的极简编程智能体
10
10
 
11
11
  ```bash
12
12
  bun add -g @twinklerg/coden # 或 npm install -g @twinklerg/coden
13
- coden --version # 0.1.3
13
+ coden --version # 0.1.4
14
14
  coden --help
15
15
  ```
16
16