Skip to content

Commit 2d716e4

Browse files
committed
chore: bump version to 1.5
1 parent 21ab19f commit 2d716e4

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Only write entries that are worth mentioning to users.
1111

1212
## Unreleased
1313

14+
## 1.5 (2026-01-30)
15+
1416
- Web: Add Git diff status bar showing uncommitted changes in session working directory
1517
- Web: Add "Open in" menu for opening files/directories in Terminal, VS Code, Cursor, or other local applications
1618
- Web: Add search functionality to filter sessions by title or working directory

docs/en/reference/kimi-web.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ kimi web --reload
3939
The Web UI provides functionality similar to the terminal Shell mode:
4040

4141
- **Chat interface**: Have natural language conversations with Kimi Code CLI
42-
- **Session management**: Create, switch, and manage multiple sessions
42+
- **Session management**: Create, switch, and manage multiple sessions, with search filtering by title or working directory
4343
- **File operations**: Upload and view files
4444
- **Approval control**: Approve or reject Agent operation requests
4545
- **Configuration management**: Adjust settings such as thinking mode
46+
- **Git status bar**: Show uncommitted changes in the session's working directory in real time
47+
- **Quick open**: Open files or directories in Terminal, VS Code, Cursor, or other applications via the "Open in" menu
4648

4749
## LAN access
4850

docs/en/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This page documents the changes in each Kimi Code CLI release.
44

55
## Unreleased
66

7+
## 1.5 (2026-01-30)
8+
79
- Web: Add Git diff status bar showing uncommitted changes in session working directory
810
- Web: Add "Open in" menu for opening files/directories in Terminal, VS Code, Cursor, or other local applications
911
- Web: Add search functionality to filter sessions by title or working directory

docs/zh/reference/kimi-web.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ kimi web --reload
3939
Web UI 提供了与终端 Shell 模式相似的功能:
4040

4141
- **聊天界面**:与 Kimi Code CLI 进行自然语言对话
42-
- **会话管理**:创建、切换和管理多个会话
42+
- **会话管理**:创建、切换和管理多个会话,支持按标题或工作目录搜索筛选
4343
- **文件操作**:上传和查看文件
4444
- **审批控制**:审批或拒绝 Agent 的操作请求
4545
- **配置管理**:调整 Thinking 模式等设置
46+
- **Git 状态栏**:实时显示会话工作目录中的未提交变更
47+
- **快速打开**:通过 "Open in" 菜单在终端、VS Code、Cursor 等应用中打开文件或目录
4648

4749
## 局域网访问
4850

docs/zh/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## 未发布
66

7+
## 1.5 (2026-01-30)
8+
79
- Web:添加 Git diff 状态栏,显示会话工作目录中的未提交更改
810
- Web:添加 "Open in" 菜单,用于在终端、VS Code、Cursor 或其他本地应用中打开文件/目录
911
- Web:添加会话搜索功能,支持按标题或工作目录过滤会话

packages/kimi-code/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "kimi-code"
3-
version = "1.4"
3+
version = "1.5"
44
description = "Kimi Code is a CLI agent that lives in your terminal."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["kimi-cli==1.4"]
7+
dependencies = ["kimi-cli==1.5"]
88

99
[project.scripts]
1010
kimi = "kimi_cli.cli:cli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-cli"
3-
version = "1.4"
3+
version = "1.5"
44
description = "Kimi Code CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)