AIWG 2026.7.6 - "Pathless discovery and canonical capability index"
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 discover` result objects now expose stable `id` values 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 `--compact` make output
selection explicit while keeping `--json` as a compatibility alias.
- Default text discovery output is now a readable numbered list with the
follow-up `aiwg show ...` command for each result.
- The framework capability graph no longer indexes provider/plugin mirror
copies under `agentic/code/plugins`; Fortemi caches and discovery results use the canonical framework/addon/extension source set once.
- `aiwg discover "test" --limit 20` returns 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