Clouds Coder 2026.05.02-Stable #17
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-05-02
Persistent Wiki RAG + workflow memory + provider resilience + importable split architecture
This update moves Clouds Coder beyond one-shot chunk retrieval: RAG now gains an accumulated Markdown Wiki layer, programming RAG gains scored workflow memory, private vLLM / OpenAI-compatible providers gain long-delay retry governance, and
split_coder.pycan regenerate an importable architecture package for navigating the monolithic runtime.English
Headline: Accumulated Wiki RAG, programming workflow memory, and more resilient model/runtime architecture
1. Persistent Wiki RAG layer
WikiStore, a durable Markdown wiki compiler for both knowledge libraries and code libraries.wiki/, with:sources/: source-level pagesentities/: recurring entity / symbol / domain-term pagesconcepts/: community and graph-derived concept pagessynthesis/overview.md: compact library-wide overviewindex.md: first-hop catalog for retrievallog.md: chronological maintenance logschema.md: maintenance and query convention file2. Programming RAG workflow memory
WorkflowMemoryStorefor accepted programming workflow patterns captured from completed sessions.workflowroute.3. Private vLLM / OpenAI-compatible provider resilience
408,409,425,429,500,502,503, and504.404responses.Retry-After,X-RateLimit-Reset, and common JSON retry fields when present.4. Runtime output control
AGENT_RUN_COMPLETION_SUMMARYnow defaults tofalse.AGENT_RUN_COMPLETION_SUMMARY=true.5. Importable split architecture output
split_coder.pynow generates a_source_bridge.pylayer that loads the originalClouds_Coder.pyonce and binds routed symbols from it.py_compile, stale generated files, package import walk, entry-point help, and cleanup of generated__pycache__.2026-05-02 Summary
index.md,log.md, andschema.mdsplit_coder.pygenerate an importable split architecture package中文
标题:持久化 Wiki RAG、编程工作流记忆、更稳健的模型与运行时架构
1. 持久化 Wiki RAG 层
WikiStore,为知识库和代码库生成可持久维护的 Markdown Wiki。wiki/,包含:sources/:来源级页面entities/:实体、符号、领域术语页面concepts/:由社区与图结构导出的概念页synthesis/overview.md:全库概览index.md:检索第一跳目录log.md:按时间追加的维护日志schema.md:维护和查询约定2. 编程 RAG 工作流记忆
WorkflowMemoryStore,从完成后的 session 中捕获可复用的高质量编程工作流。workflow路由检索。3. 私有 vLLM / OpenAI-compatible 模型服务韧性
408、409、425、429、500、502、503、504。404也可进行重试。Retry-After、X-RateLimit-Reset或常见 JSON retry 字段,系统会按服务端节奏等待。4. 运行时输出控制
AGENT_RUN_COMPLETION_SUMMARY默认改为false。AGENT_RUN_COMPLETION_SUMMARY=true。5. 可导入的拆分架构输出
split_coder.py现在生成_source_bridge.py,由桥接层加载原始Clouds_Coder.py,再把符号绑定到拆分模块中。py_compile、陈旧生成文件、package import walk、entry-point help、__pycache__清理。2026-05-02 更新摘要
index.md、log.md、schema.mdsplit_coder.py现在可生成可导入的拆分架构包日本語
見出し:永続 Wiki RAG、プログラミングワークフローメモリ、より堅牢なモデル/ランタイム構造
1. 永続 Wiki RAG レイヤー
WikiStoreを追加し、知識ライブラリとコードライブラリの両方に永続 Markdown Wiki を生成します。wiki/が生成され、以下を含みます。sources/:ソース単位ページentities/:反復出現するエンティティ、シンボル、ドメイン語ページconcepts/:コミュニティとグラフ構造から導く概念ページsynthesis/overview.md:ライブラリ全体の概要index.md:検索の第一ホップとなるカタログlog.md:時系列のメンテナンスログschema.md:保守と検索の規約2. プログラミング RAG ワークフローメモリ
WorkflowMemoryStoreを追加し、完了済み session から再利用可能な高品質プログラミングワークフローを収集します。workflowルートで検索できます。3. プライベート vLLM / OpenAI-compatible プロバイダ耐性
408、409、425、429、500、502、503、504を扱います。404もリトライ対象にできます。Retry-After、X-RateLimit-Reset、一般的な JSON retry フィールドがある場合はサーバ側の制御に従います。4. ランタイム出力制御
AGENT_RUN_COMPLETION_SUMMARYのデフォルトをfalseに変更しました。AGENT_RUN_COMPLETION_SUMMARY=trueで再有効化できます。5. import 可能な分割アーキテクチャ出力
split_coder.pyは_source_bridge.pyを生成し、元のClouds_Coder.pyを一度だけ読み込んで、ルーティング済みシンボルを各分割モジュールへバインドします。py_compile、古い生成ファイル、package import walk、entry-point help、__pycache__クリーンアップを検証します。2026-05-02 要約
index.md、log.md、schema.mdを備えた永続 Markdown Wiki RAG を追加split_coder.pyが import 可能な分割アーキテクチャパッケージを生成可能にThis discussion was created from the release Clouds Coder 2026.05.02-Stable.
Beta Was this translation helpful? Give feedback.
All reactions