codekanban 0.5.0 → 0.6.0
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/README.md +1 -0
- package/README.zh-CN.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -37,6 +37,7 @@ npm install -g codekanban
|
|
|
37
37
|
- **Notes Feature**: Supports multi-tab notes, auto-save, tabs can be renamed and sorted (Hotkey: 1)
|
|
38
38
|
- **Editor Integration**: Quick open VSCode, Cursor, Zed and other editors
|
|
39
39
|
- **Use Your Favorite Tools**: Claude Code, Codex, Gemini, Qwen Code, Droid, ... anything works
|
|
40
|
+
- **AI Assistant Status Detection**: Auto-detect Claude Code/Codex running status in terminals, with tab highlighting when tasks complete
|
|
40
41
|
|
|
41
42
|
## Development Guide
|
|
42
43
|
|
package/README.zh-CN.md
CHANGED
|
@@ -37,6 +37,7 @@ npm install -g codekanban
|
|
|
37
37
|
- **笔记功能**:支持多标签笔记,自动保存,标签可重命名和排序 (快捷键1)
|
|
38
38
|
- **编辑器集成**:快捷打开 VSCode、Cursor、Zed 等编辑器
|
|
39
39
|
- **使用你喜欢的工具**: Claude Code, Codex, Gemini, Qwen Code, Droid, ... 啥都行
|
|
40
|
+
- **AI 助手状态检测**:终端内自动检测 Claude Code/Codex 运行状态,任务完成时标签高亮提醒
|
|
40
41
|
|
|
41
42
|
Tips: 中文用户注意,搜狗输入法在 ClaudeCode 中兼容性不佳,在VSCode中表现也是大差不差的。不过alt+v仍然可以粘贴图片。
|
|
42
43
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codekanban",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "An auxiliary programming tool for the AI era, helping you speed up 10x.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codekanban": "npm-bin/codekanban.js"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@codekanban/win32-x64": "0.
|
|
10
|
-
"@codekanban/darwin-x64": "0.
|
|
11
|
-
"@codekanban/darwin-arm64": "0.
|
|
12
|
-
"@codekanban/linux-x64": "0.
|
|
13
|
-
"@codekanban/linux-arm64": "0.
|
|
9
|
+
"@codekanban/win32-x64": "0.6.0",
|
|
10
|
+
"@codekanban/darwin-x64": "0.6.0",
|
|
11
|
+
"@codekanban/darwin-arm64": "0.6.0",
|
|
12
|
+
"@codekanban/linux-x64": "0.6.0",
|
|
13
|
+
"@codekanban/linux-arm64": "0.6.0"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"ai",
|