From be5fd7d3f05671db9df125ff4e5f3154223c3858 Mon Sep 17 00:00:00 2001 From: Multica Eve Date: Tue, 23 Jun 2026 18:50:44 +0800 Subject: [PATCH] MUL-3577: add 2026-06-23 changelog entry (#4461) * docs: add 2026-06-23 changelog entry Co-authored-by: multica-agent * docs(changelog): sharpen 0.3.28 title and handoff wording - Headline the two flagship features in the title: staged Sub-Issues and Qoder runtime support - Rewrite the vague agent-handoff line to spell out the pre-trigger confirmation (whether/which agent will start, apply without running) and the handoff note as next-run context - Apply across en/ja/ko/zh Co-authored-by: multica-agent --------- Co-authored-by: Eve Co-authored-by: multica-agent Co-authored-by: J --- apps/web/features/landing/i18n/en.ts | 25 +++++++++++++++++++++++++ apps/web/features/landing/i18n/ja.ts | 25 +++++++++++++++++++++++++ apps/web/features/landing/i18n/ko.ts | 25 +++++++++++++++++++++++++ apps/web/features/landing/i18n/zh.ts | 25 +++++++++++++++++++++++++ 4 files changed, 100 insertions(+) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 68c610ae79..18dcc22be9 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -293,6 +293,31 @@ export function createEnDict(allowSignup: boolean): LandingDict { fixes: "Bug Fixes", }, entries: [ + { + version: "0.3.28", + date: "2026-06-23", + title: "Staged Sub-Issues and Qoder Runtime Support", + changes: [], + features: [ + "Sub-Issues can now be organized into stages, so parallel work moves forward together and the parent Issue is updated only when a stage is complete", + "Assigning or batch-updating an Issue now confirms upfront whether it will start an agent — and which one — so you can apply the change without launching a run; when a run does start, you can attach a handoff note that the agent receives as context for that run", + "Qoder is now available as an agent provider, including model discovery and provider branding", + "Custom runtimes can include fixed launch arguments, with clearer feedback when a saved runtime cannot register", + ], + improvements: [ + "Project descriptions now travel with agent work, giving agents more durable context from the project they are working in", + "Command line workflows now cover comment resolve actions, Issue usage summaries, and autopilot subscriber management", + "Readonly code blocks include a copy button, and the marketing header now shows the live GitHub star count", + "Agent skill delivery is more efficient for newer daemons while keeping older daemons compatible", + ], + fixes: [ + "Issue batch edit menus now show the real shared status, priority, and assignee for the selected Issues", + "Dragging Issues across board and list views no longer snaps cards back before settling", + "GitHub PR links and check updates are routed to the workspace that owns the repository", + "Live task transcripts now keep updating while a run is still in progress", + "Custom runtime deletion now removes the saved profile instead of only removing a row that could return later", + ], + }, { version: "0.3.27", date: "2026-06-22", diff --git a/apps/web/features/landing/i18n/ja.ts b/apps/web/features/landing/i18n/ja.ts index b99f5d62dc..ab28651d86 100644 --- a/apps/web/features/landing/i18n/ja.ts +++ b/apps/web/features/landing/i18n/ja.ts @@ -269,6 +269,31 @@ export function createJaDict(allowSignup: boolean): LandingDict { fixes: "バグ修正", }, entries: [ + { + version: "0.3.28", + date: "2026-06-23", + title: "子 Issue のステージ対応と Qoder ランタイム対応", + changes: [], + features: [ + "子 Issue をステージごとに整理できるようになり、同じステージの作業を並行して進め、ステージ完了時だけ親 Issue に更新できます。", + "Issue を割り当て・一括更新する際に、エージェントを起動するか(どのエージェントか)を事前に確認できるようになり、実行を起こさずに変更だけ適用できます。起動する場合は、その実行のコンテキストとしてエージェントに渡される引き継ぎメモを添えられます。", + "Qoder をエージェントプロバイダーとして選べるようになり、モデル検出とプロバイダー表示にも対応しました。", + "カスタムランタイムに固定の起動引数を設定でき、保存済みランタイムの登録に失敗した場合も分かりやすく表示されます。", + ], + improvements: [ + "プロジェクト説明がエージェント作業に引き継がれるようになり、プロジェクトの背景をより安定して参照できます。", + "コマンドラインでコメントの解決状態、Issue の利用状況サマリー、オートパイロットの購読者管理を扱えるようになりました。", + "読み取り専用コードブロックにコピーボタンが付き、ウェブサイトの GitHub ボタンには現在のスター数が表示されます。", + "新しいデーモンではエージェントスキルの受け渡しがより効率的になり、古いデーモンとの互換性も保たれます。", + ], + fixes: [ + "Issue の一括編集メニューで、選択した Issue に共通するステータス、優先度、担当者が正しく表示されます。", + "ボードやリストで Issue をドラッグしても、カードが元の位置に戻ってから移動するちらつきが起きにくくなりました。", + "GitHub PR のリンクとチェック更新は、そのリポジトリを所有するワークスペースに正しく届きます。", + "実行中のタスク記録ダイアログは、タスク完了やページ更新を待たずに新しい内容を表示し続けます。", + "カスタムランタイムの削除は、後から戻ってくる可能性のある行だけでなく保存済み設定を削除します。", + ], + }, { version: "0.3.27", date: "2026-06-22", diff --git a/apps/web/features/landing/i18n/ko.ts b/apps/web/features/landing/i18n/ko.ts index a40bce0c37..9261463f33 100644 --- a/apps/web/features/landing/i18n/ko.ts +++ b/apps/web/features/landing/i18n/ko.ts @@ -268,6 +268,31 @@ export function createKoDict(allowSignup: boolean): LandingDict { fixes: "버그 수정", }, entries: [ + { + version: "0.3.28", + date: "2026-06-23", + title: "하위 Issue 단계 지원과 Qoder 런타임 지원", + changes: [], + features: [ + "하위 Issue를 단계별로 정리할 수 있어 같은 단계의 작업을 함께 진행하고, 단계가 끝났을 때만 부모 Issue가 업데이트됩니다.", + "이제 Issue를 할당하거나 일괄 업데이트할 때 에이전트를 시작할지(어떤 에이전트인지)를 먼저 확인할 수 있어, 실행을 일으키지 않고 변경만 적용할 수 있습니다. 시작할 때는 그 실행의 컨텍스트로 에이전트에 전달되는 인계 메모를 첨부할 수 있습니다.", + "Qoder를 에이전트 제공자로 선택할 수 있으며, 모델 검색과 제공자 표시도 함께 지원됩니다.", + "사용자 지정 런타임에 고정 실행 인수를 둘 수 있고, 저장된 런타임이 등록되지 못할 때 더 명확한 피드백을 제공합니다.", + ], + improvements: [ + "프로젝트 설명이 에이전트 작업에 함께 전달되어 프로젝트 배경을 더 안정적으로 참고할 수 있습니다.", + "명령줄에서 댓글 해결 상태, Issue 사용량 요약, 오토파일럿 구독자 관리를 처리할 수 있습니다.", + "읽기 전용 코드 블록에 복사 버튼이 추가되고, 웹사이트의 GitHub 버튼은 실시간 스타 수를 보여 줍니다.", + "새 데몬에서는 에이전트 스킬 전달이 더 효율적이며, 이전 데몬과의 호환성도 유지됩니다.", + ], + fixes: [ + "Issue 일괄 편집 메뉴가 선택한 Issue들의 공통 상태, 우선순위, 담당자를 올바르게 보여 줍니다.", + "보드와 목록에서 Issue를 드래그할 때 카드가 원래 위치로 되돌아갔다가 다시 이동하는 깜박임이 줄었습니다.", + "GitHub PR 연결과 체크 업데이트가 해당 저장소를 소유한 워크스페이스로 올바르게 전달됩니다.", + "실행 중인 작업 기록 대화상자가 작업 종료나 페이지 새로 고침 없이도 계속 최신 내용을 보여 줍니다.", + "사용자 지정 런타임 삭제가 나중에 다시 나타날 수 있는 행만 지우지 않고 저장된 설정을 삭제합니다.", + ], + }, { version: "0.3.27", date: "2026-06-22", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 895ffe5ec7..2b22dce8a5 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -293,6 +293,31 @@ export function createZhDict(allowSignup: boolean): LandingDict { fixes: "问题修复", }, entries: [ + { + version: "0.3.28", + date: "2026-06-23", + title: "子 Issue 支持分阶段,新增 Qoder 运行时支持", + changes: [], + features: [ + "子 Issue 现在可以按阶段组织,同一阶段的工作可以并行推进,父 Issue 只会在整个阶段完成后收到更新", + "现在指派或批量更新 Issue 时,会先确认这次操作是否会启动智能体、启动的是哪一个,让你可以只改动而不触发运行;确认启动时,还能附上一段交接说明,作为智能体这次运行的开场上下文", + "Qoder 现在可以作为智能体服务商使用,并带有模型发现和服务商品牌展示", + "自定义运行时可以配置固定启动参数;保存的运行时无法注册时,也会给出更清楚的提示", + ], + improvements: [ + "项目描述现在会跟随智能体工作一起提供,让智能体获得更稳定的项目上下文", + "命令行现在支持处理评论解决状态、查看 Issue 用量汇总,以及管理自动任务订阅人", + "只读代码块新增复制按钮,官网页头的 GitHub 按钮也会显示实时星标数", + "新版守护进程获取智能体技能时更高效,同时继续兼容旧版本守护进程", + ], + fixes: [ + "批量编辑 Issue 时,菜单现在会正确显示所选 Issue 共有的状态、优先级和指派人", + "在看板和列表中拖动 Issue 时,卡片不会再先跳回原位再移动到目标位置", + "GitHub PR 关联和检查更新会路由到真正拥有该仓库的工作空间", + "运行中的任务记录弹窗现在会持续更新,不必等任务结束或刷新页面", + "删除自定义运行时时会删除保存的配置,而不是只删除之后可能重新出现的运行时行", + ], + }, { version: "0.3.27", date: "2026-06-22",