Skip to content

@alexeiled/pi-fusion 0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:57
1bf8281

Highlights

  • Added complementary panel mode. Give members facet questions and let fusion-composer build a coverage map, combined answer, gaps, and seam conflicts.
  • Added /fusion --panel <entries> <prompt> for one-off panels without editing the profile.
  • Added panel to start_fusion_review, so skills and agents can select models for one run.
  • Added blindPanelLabels to hide member names, agents, and artifact paths from the judge.
  • Added judge verification for contested claims, with file and line citations, plus judgeToolBudget.
  • Added web and full-tool panelist variants. The default panel remains read-only.
  • Added seeded judge input ordering to reduce deterministic position bias.

Configuration changes

  • synthesis is inferred from member question fields. An explicit synthesis value still overrides the inference.
  • Member label is optional and defaults to id.
  • Panel and judge agent references receive shape validation at config load.

Fixes

  • Inline --panel runs now survive a Pi restart and restore the correct profile and model data.
  • The judge path now fails clearly when its active profile is missing.
  • Dotted model names with thinking suffixes are parsed as models, not agent references.
  • Merge reports now show uncovered facets when panelists fail.
  • The default panel no longer requires the optional pi-web-providers extension.

Compatibility

The existing fusion:rpc:v1 interface remains unchanged.

Full changelog: v0.5.2...v0.6.0