Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a304a0d

Browse filesBrowse files
authored
chore: bump kimi-cli and kimi-code to 1.23.0 (MoonshotAI#1483)
1 parent c8547ed commit a304a0d
Copy full SHA for a304a0d

6 files changed

+11-5Lines changed: 11 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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.23.0 (2026-03-17)
15+
1416
- Shell: Add background bash — the `Shell` tool now accepts `run_in_background=true` to launch long-running commands (builds, tests, servers) as background tasks, freeing the agent to continue working; new `TaskList`, `TaskOutput`, and `TaskStop` tools manage task lifecycle, and the system automatically notifies the agent when tasks reach a terminal state
1517
- Shell: Add `/task` slash command with interactive task browser — a three-column TUI to view, monitor, and manage background tasks with real-time refresh, output preview, and keyboard-driven stopping
1618
- Web: Fix global config not refreshing on other tabs when model is changed — when the model is changed in one tab, other tabs now detect the config update and automatically refresh their global config
Collapse file

‎docs/en/release-notes/changelog.md‎

Copy file name to clipboardExpand all lines: docs/en/release-notes/changelog.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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.23.0 (2026-03-17)
8+
79
- Shell: Add background bash — the `Shell` tool now accepts `run_in_background=true` to launch long-running commands (builds, tests, servers) as background tasks, freeing the agent to continue working; new `TaskList`, `TaskOutput`, and `TaskStop` tools manage task lifecycle, and the system automatically notifies the agent when tasks reach a terminal state
810
- Shell: Add `/task` slash command with interactive task browser — a three-column TUI to view, monitor, and manage background tasks with real-time refresh, output preview, and keyboard-driven stopping
911
- Web: Fix global config not refreshing on other tabs when model is changed — when the model is changed in one tab, other tabs now detect the config update and automatically refresh their global config
Collapse file

‎docs/zh/release-notes/changelog.md‎

Copy file name to clipboardExpand all lines: docs/zh/release-notes/changelog.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## 未发布
66

7+
## 1.23.0 (2026-03-17)
8+
79
- Shell:新增后台 Bash——`Shell` 工具现在支持 `run_in_background=true` 参数,可将耗时命令(构建、测试、服务)作为后台任务启动,Agent 无需等待即可继续工作;新增 `TaskList``TaskOutput``TaskStop` 工具管理任务生命周期,任务到达终止态时系统自动通知 Agent
810
- Shell:新增 `/task` 斜杠命令与交互式任务浏览器——三列 TUI 界面,支持查看、监控和管理后台任务,提供实时刷新、输出预览和键盘驱动的任务停止操作
911
- Web:修复切换模型后其他标签页全局配置未刷新的问题——在某个标签页中切换模型时,其他标签页现在能检测到配置更新并自动刷新全局配置
Collapse file

‎packages/kimi-code/pyproject.toml‎

Copy file name to clipboardExpand all lines: packages/kimi-code/pyproject.toml
+2-2Lines 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.22.0"
3+
version = "1.23.0"
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.22.0"]
7+
dependencies = ["kimi-cli==1.23.0"]
88

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

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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.22.0"
3+
version = "1.23.0"
44
description = "Kimi Code CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.12"
Collapse file

‎uv.lock‎

Copy file name to clipboardExpand all lines: uv.lock
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.