codekanban 0.8.0 → 0.9.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 +21 -7
- package/README.zh-CN.md +21 -7
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[中文](README.zh-CN.md) | [English](README.md)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Manage all your terminals and AI coding tools (Claude Code / Codex) from one unified page.
|
|
8
8
|
|
|
9
9
|
[Core Features](#core-features) • [Quick Start](#quick-start) • [Development Guide](#development-guide) • [About](#about)
|
|
10
10
|
|
|
@@ -30,12 +30,26 @@ codekanban
|
|
|
30
30
|
|
|
31
31
|
## Core Features
|
|
32
32
|
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
- **🚀 Ready to Use**
|
|
34
|
+
Single-file deployment, local database, double-click to run.
|
|
35
|
+
|
|
36
|
+
- **📊 Multi-Project & Multi-Terminal Management**
|
|
37
|
+
Manage all your projects and terminals from one unified page (Hotkey: `` ` ``).
|
|
38
|
+
|
|
39
|
+
- **🔍 AI Coding Tool Status Detection**
|
|
40
|
+
Auto-detect running status of Claude Code / Codex and other tools (idle/working/needs approval), notify when tasks complete.
|
|
41
|
+
|
|
42
|
+
- **📜 History**
|
|
43
|
+
Record your conversations with AI, one-click to trace prompt history, automatically add as tasks.
|
|
44
|
+
|
|
45
|
+
- **📋 Task Kanban**
|
|
46
|
+
Visualize development task management, clear and intuitive.
|
|
47
|
+
|
|
48
|
+
- **🌿 Worktree Management**
|
|
49
|
+
Basic support for worktree branch creation and management, enabling parallel development.
|
|
50
|
+
|
|
51
|
+
- **📝 Notes**
|
|
52
|
+
Multi-tab notes for quick recording of ideas and issues (Hotkey: `1`).
|
|
39
53
|
|
|
40
54
|
## Development Guide
|
|
41
55
|
|
package/README.zh-CN.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[中文](README.zh-CN.md) | [English](README.md)
|
|
6
6
|
|
|
7
|
-
AI
|
|
7
|
+
只需一个页面,管理你所有的终端和和AI编程工具(claude code/codex)。
|
|
8
8
|
|
|
9
9
|
[核心特性](#核心特性) • [快速体验](#快速体验) • [开发指南](#开发指南) • [关于](#关于)
|
|
10
10
|
|
|
@@ -29,12 +29,26 @@ npm install -g codekanban
|
|
|
29
29
|
|
|
30
30
|
## 核心特性
|
|
31
31
|
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
- **🚀 开箱即用**
|
|
33
|
+
单文件部署,本地数据库,双击即可运行。
|
|
34
|
+
|
|
35
|
+
- **📊 多项目多终端管理**
|
|
36
|
+
一个页面统一管理所有项目和终端(快捷键 `` ` ``)。
|
|
37
|
+
|
|
38
|
+
- **🔍 AI 编程工具状态检测**
|
|
39
|
+
自动识别 Claude Code / Codex 等工具的运行状态(空闲/工作中/需审批),任务完成时自动提醒。
|
|
40
|
+
|
|
41
|
+
- **📜 历史记录**
|
|
42
|
+
记录你对 AI 的讲话,一键回溯修改历程,自动添加为任务。
|
|
43
|
+
|
|
44
|
+
- **📋 任务看板**
|
|
45
|
+
可视化方式管理开发任务,清晰直观。
|
|
46
|
+
|
|
47
|
+
- **🌿 Worktree 管理**
|
|
48
|
+
简单支持了 worktree 分支的创建与管理,帮助你进行并行开发。
|
|
49
|
+
|
|
50
|
+
- **📝 笔记功能**
|
|
51
|
+
支持多标签页笔记,随手记录灵感与问题(快捷键 `1`)。
|
|
38
52
|
|
|
39
53
|
## 开发指南
|
|
40
54
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codekanban",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.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.9.0",
|
|
10
|
+
"@codekanban/darwin-x64": "0.9.0",
|
|
11
|
+
"@codekanban/darwin-arm64": "0.9.0",
|
|
12
|
+
"@codekanban/linux-x64": "0.9.0",
|
|
13
|
+
"@codekanban/linux-arm64": "0.9.0"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"ai",
|