v0.14.13 - README rewrite: clear loop shapes + closed-loop roadmap
π README rewrite β clear loop shapes + closed-loop roadmap
Why
User feedback: the original What it does flow diagram suggested a one-shot linear pipeline (recon β refs β aggregator β acting), which hid the existing loop mechanisms and gave no signal about the planned closed-loop direction.
What changed in the README
Path A β @moa chat participant (default, fast)
Now clearly shows the sufficiencyLoop spans Phase 0 β Phase 1 β Phase 1.5 (the original diagram misleadingly put the loop arrow inside Phase 1). Explicitly notes that no feedback paths exist after Phase 3 in the current implementation:
ββββββββββββββββββββββββββββββββββββββββββββββββββββ
β sufficiencyLoop (default 3 rounds) β
β [Phase 0] Recon agent β
β [Phase 1] N refs (parallel) β
β [Phase 1.5] Sufficiency gate β
β βββ NO (majority insufficient) ββββββββββ loop back
β YES
[Phase 2] Aggregator
[Phase 3] Acting agent β final Markdown answer
Path B β #moa_orchestrate LM tool (Hermes-style full closed loop)
Documented as a separate entry point with the complete iteration loop:
β aggregator emits next_action: β
β ββ "recon_needed" β #moa_continue β
β ββ "need_more_analysis" β another iteration β
β ββ "finalize" β break β
β convergence: completeness β₯ 0.8 or 3 stalled iters or MAX_ITER=12
New Roadmap section (v0.15.0+)
Sketches the design goal of fully LLM-driven closed-loop control:
- Dual-channel signaling:
moa_request_more_reconLM tool +<MOA_STATUS>structured output block - Default mode: LLM-judged β simple questions converge in 1 outer loop, complex ones run 3-5
- Hard guarantees: total char budget, iteration cap, convergence detection (similar missing-hints detection)
Other changes
- Marketplace badge added at top
- Install section: Marketplace is now Option A (recommended), GitHub Release Option B, source Option C
- Release badge updated to v0.14.12
Install
code --install-extension dudali095.moa-bridgeOr update from Extensions panel β v0.14.13 is live on Marketplace.
Full changelog: CHANGELOG.md