@ghenya/clinn 0.8.7 → 0.8.8

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.
@@ -2,6 +2,6 @@
2
2
  ██ ██ ██ ████ ██ ████ ██
3
3
  ██ ██ ██ ██ ██ ██ ██ ██ ██
4
4
  ██ ██ ██ ██ ██ ██ ██ ██ ██
5
- ██████ ███████ ██ ██ ████ ██ █0.8.3
5
+ ██████ ███████ ██ ██ ████ ██ █0.8.8
6
6
 
7
7
 
package/Src/index.jsx CHANGED
@@ -22,7 +22,7 @@ const CLINN_CONFIG = path.join(CLINN_DIR, "config.json");
22
22
  const PKG_CONFIG = path.join(__dirname, "..", "config.json");
23
23
  const LOGO_PATH = path.join(__dirname, "..", "Logos", "StartLogo.txt");
24
24
 
25
- const VER = "0.8.7";
25
+ const VER = "0.8.8";
26
26
 
27
27
  function ensureDir() { if (!fs.existsSync(CLINN_DIR)) fs.mkdirSync(CLINN_DIR, { recursive: true }); }
28
28
  function loadConfig() {
package/config.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "agent": {
3
3
  "name": "Clinn",
4
- "version": "0.7.15",
4
+ "version": "0.8.8",
5
5
  "description": "控制台智能体助手"
6
6
  },
7
7
  "llm": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghenya/clinn",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "终端原生 AI 编程助手 — DeepSeek 驱动,50+ 工具,对话记忆,虚拟浏览器,Ink 全屏界面",
5
5
  "main": "Src/index.jsx",
6
6
  "bin": {