Compare commits

...

2 Commits

Author SHA1 Message Date
Jiang Bohan
b44c74ba91 docs(changelog): include Kiro CLI runtime, drop assignee-default line
Per release sign-off: Kiro CLI ACP runtime ships in v0.2.19 once the
chat-mode regression is fixed, so it goes back into the headline. The
"create-issue remembers last assignee" line is dropped from features
to keep the list to four spotlight items.
2026-04-28 17:45:49 +08:00
Jiang Bohan
b2bb787620 docs(changelog): publish v0.2.19 release notes
Today's release covers 23 commits since v0.2.18. Headline items are the
macOS dock unread badge with focus-gated inbox notifications, the daemon
WebSocket task wakeup path that drops task startup latency, and a
client-side label filter on the issue list. Improvements / fixes round
out comment linkify, optimistic label attach, agent-to-agent mention
loop prevention, Codex turn timeouts, Windows daemon survivability, and
the comment-delete task cancellation.

The Kiro CLI runtime addition is intentionally omitted pending a
chat-mode regression flagged before release.
2026-04-28 17:43:14 +08:00
2 changed files with 48 additions and 0 deletions

View File

@@ -283,6 +283,30 @@ export function createEnDict(allowSignup: boolean): LandingDict {
fixes: "Bug Fixes",
},
entries: [
{
version: "0.2.19",
date: "2026-04-28",
title: "Kiro CLI Runtime, Desktop Notifications & Issue Label Filter",
changes: [],
features: [
"Kiro CLI added as a local agent runtime option",
"macOS dock badge for unread issues, plus a native notification when the window is unfocused — click to jump straight to the issue",
"Issue list now supports filtering by label, combinable with status / priority / assignee",
"Daemon receives task wakeups over WebSocket — task startup latency drops noticeably",
],
improvements: [
"List and board status group headers are simpler, with clearer color cues",
"Author-written markdown links are preserved through linkify",
"Label attach now applies optimistically, no server round-trip wait",
"Mention picker's issue search refreshes as you type",
],
fixes: [
"Deleting a comment now cancels any agent task it triggered — no more ghost runs",
"Stalled Codex turns now time out instead of holding the slot",
"Windows daemon no longer dies when the parent shell closes",
"Agent-to-agent mention threads no longer cause feedback loops",
],
},
{
version: "0.2.18",
date: "2026-04-27",

View File

@@ -283,6 +283,30 @@ export function createZhDict(allowSignup: boolean): LandingDict {
fixes: "问题修复",
},
entries: [
{
version: "0.2.19",
date: "2026-04-28",
title: "Kiro CLI Runtime、桌面通知红点与 Issue 标签过滤",
changes: [],
features: [
"新增 Kiro CLI 作为本地 Agent runtime 选项",
"macOS Dock 显示未读 Issue 红点;窗口失焦时弹出原生通知,点击直达对应 Issue",
"Issue 列表新增 Label 过滤可与状态、优先级、Assignee 等组合使用",
"Daemon 通过 WebSocket 接收任务唤醒,任务起跑延迟显著降低",
],
improvements: [
"List/Board 视图的状态分组 header 更简洁,颜色提示更清晰",
"评论中作者手写的 Markdown 链接不再被自动 linkify 替换",
"添加 Label 现在乐观更新,无需等待服务端往返",
"Mention 输入时的 Issue 搜索结果会随着输入实时刷新",
],
fixes: [
"Comment 被删除时会取消已触发的 Agent 任务,不再有幽灵 run",
"Codex 卡住的对话回合会超时退出,避免占用配额",
"Windows Daemon 不再随父 shell 关闭被一同杀掉",
"Agent 之间的 mention 不再相互触发,避免死循环",
],
},
{
version: "0.2.18",
date: "2026-04-27",