Clouds Coder 2026.06.05-Stable #21
FonaTech
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CHANGELOG 2026-06-05
Plan continuity, live user steering, Web search, and Web service observability
This update focuses on making long-running Clouds Coder sessions behave like one continuous task system instead of a sequence of loosely connected model turns. The core change is architectural: plan state, todo state, blackboard memory, live user input, tool evidence, Web search, and Web UI rendering now participate in one tighter runtime loop.
English
Headline: Continuity-first runtime control for plan, multi-agent, and Web sessions
1. Plan resume repair became structural and event-driven
_repair_plan_resume_state,_detect_plan_resume_state_issue, and_maybe_prompt_plan_resume_repair.2. Safer plan-step advancement evidence
.clouds_coder/plan.mdand internal skills-cache reads, no longer count as execution or validation evidence for the current plan step._worker_step_has_evidenceand_tool_results_have_validation_evidencenow reject infrastructure-only reads through_is_plan_infrastructure_read_result._phase_gatenow blocks step advancement when the approved plan step has extractable expected subtasks but those subtasks are missing or incomplete.3. Session continuation and live user input are better connected
submit_user_message()now distinguishes a plan choice, a continuation message, a new task, and a live adjustment during an active run.4. Blackboard-centered cooperation for single and multi-agent modes
5. Tool context, Web search, and user memory integration
agent_web_searchis integrated as a real runtime tool with enable/disable controls, tool feedback events, HTTP fetching, page/evidence tracking, and persistent search indexing.off/weak/oninfluence levels, and clear/export/config API support.6. Web UI rendering and structured bubbles
7. Runtime configuration and validation
--enable-web-searchand--disable-web-search.off,weak,on), withweakas the practical default.2026-06-05 Summary
Clouds_Coder.py,Clouds_Coder_2.30.py, runtime JavaScript extraction, and split architecture self-check中文
标题:面向连续任务的 Plan / 多 Agent / Web 会话运行时治理
1. Plan 接续修复改为结构化、按事件触发
_repair_plan_resume_state、_detect_plan_resume_state_issue、_maybe_prompt_plan_resume_repair的保守 plan resume 修复链路。2. Plan Step 推进证据更严格
.clouds_coder/plan.md和内部 skills cache 读取不再被当作当前 plan step 的执行或验收证据。_worker_step_has_evidence与_tool_results_have_validation_evidence通过_is_plan_infrastructure_read_result排除纯基础设施读取。_phase_gate会阻止 step 自动推进。3. Session 接续与实时用户输入衔接更顺畅
submit_user_message()现在区分 plan 选择、接续消息、新任务,以及运行中的实时用户调整。4. Blackboard 成为 single / multi-agent 的共同任务事实源
5. Tool Context、Web Search 与用户记忆接入
agent_web_search已作为真实 runtime tool 集成,支持启用/关闭、工具反馈事件、HTTP 抓取、页面/证据追踪与本地搜索索引。off/weak/on影响档位,并支持清空/导出/配置接口。6. Web UI 渲染与结构化气泡
7. 运行配置与验证
--enable-web-search与--disable-web-search控制。off、weak、on三档启动/配置模式,默认weak。Clouds_Coder.py与兼容版本Clouds_Coder_2.30.py已同步。2026-06-05 更新摘要
Clouds_Coder.py、Clouds_Coder_2.30.py、运行时 JS 提取与 split architecture self-check日本語
見出し:Plan / マルチエージェント / Web セッションを連続タスクとして扱う runtime 制御
1. Plan resume repair を構造検出・イベント駆動に変更
_repair_plan_resume_state、_detect_plan_resume_state_issue、_maybe_prompt_plan_resume_repairを中心に保守的な plan resume 修復経路を追加しました。2. Plan step 進行証拠を厳格化
.clouds_coder/plan.mdや内部 skills cache の読み取りは、現在の plan step の実行・検証証拠として扱わなくなりました。_worker_step_has_evidenceと_tool_results_have_validation_evidenceは_is_plan_infrastructure_read_resultにより infrastructure-only read を除外します。_phase_gateは step 自動進行をブロックします。3. Session 継続と live user input の接続を改善
submit_user_message()は plan 選択、継続メッセージ、新規タスク、実行中の live adjustment を区別します。4. Blackboard を single / multi-agent 共通の task source of truth に
5. Tool context、Web search、ユーザーメモリの統合
agent_web_searchを runtime tool として統合し、有効/無効制御、tool feedback event、HTTP fetching、page/evidence tracking、永続 search index に対応しました。off/weak/oninfluence level、clear/export/config API を提供します。6. Web UI rendering と structured bubbles
7. Runtime configuration と検証
--enable-web-searchと--disable-web-searchで制御できます。off、weak、onの startup/config mode を持ち、既定はweakです。2026-06-05 要約
Clouds_Coder.py、Clouds_Coder_2.30.py、runtime JS extraction、split architecture self-check を検証This discussion was created from the release Clouds Coder 2026.06.05-Stable.
Beta Was this translation helpful? Give feedback.
All reactions