@wukonglabs/wukong 0.0.23 → 0.0.25

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 已完成的对话条目类型定义。
3
3
  *
4
- * 从 app.tsx 抽出(24-tui-redesign-viewport.md Step 1),便于 MainArea 引用。
4
+ * 从 app.tsx 抽出,便于 MainArea 引用。
5
5
  * 仅类型,无运行时影响。
6
6
  */
7
7
  export interface HistoryItem {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 已完成的对话条目类型定义。
3
3
  *
4
- * 从 app.tsx 抽出(24-tui-redesign-viewport.md Step 1),便于 MainArea 引用。
4
+ * 从 app.tsx 抽出,便于 MainArea 引用。
5
5
  * 仅类型,无运行时影响。
6
6
  */
7
7
  export {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * useViewport —— 读取终端尺寸,动态计算主区可用高度。
3
3
  *
4
- * 用于三段式视口(24-tui-redesign-viewport.md):
4
+ * 用于三段式视口:
5
5
  * mainHeight = rows - HEADER_ROWS - footerRows
6
6
  * 让 StatusBar/InputBox 永远钉在屏幕底部可见,而非随终端 scrollback 被顶出。
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wukonglabs/wukong",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "description": "AI Coding Agent — CLI and TUI interface with CI automation support (ReAct loop + built-in tools + skill system)",
5
5
  "bin": {
6
6
  "wukong": "dist/index.js"
@@ -35,7 +35,7 @@
35
35
  "ink": "^5.2.1",
36
36
  "marked": "^14.1.4",
37
37
  "react": "^18.3.1",
38
- "@wukonglabs/wukong-agent-sdk": "0.0.23"
38
+ "@wukonglabs/wukong-agent-sdk": "0.0.25"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^25.3.2",