v2026.7.6
AIWG 2026.7.6 - "Pathless discovery and canonical capability index"
Released: 2026-07-03
Channel: stable (npm install -g aiwg)
This patch release improves the agent-facing discovery flow. aiwg discover
now fronts stable capability identifiers instead of filesystem paths, offers
clear text and JSON formatting controls, and searches a smaller canonical
capability index without provider/plugin mirror duplicates.
Highlights
aiwg discoverresult objects now expose stableidvalues and omit paths by
default, reducing context noise for agents.aiwg show metadata <id-or-name-or-path>exposes Fortemi metadata, resolved
absolute paths, indexed paths, and provenance when diagnostics require them.aiwg discover --format json|text,--pretty, and--compactmake output
selection explicit while keeping--jsonas a compatibility alias.- Default text discovery output is now a readable numbered list with the
follow-upaiwg show ...command for each result. - The framework capability graph no longer indexes provider/plugin mirror
copies underagentic/code/plugins; Fortemi caches and discovery results use
the canonical framework/addon/extension source set once. aiwg discover "test" --limit 20returns distinct capability names from the
canonical index instead of repeated mirror copies.
Upgrade
npm install -g aiwg@latest
aiwg --version
aiwg discover "test" --limit 20
aiwg discover "release flow" --format json --pretty