agent-orchestrator/packages
copilot-swe-agent[bot] 6d9c38ae33
fix(windows): node wrapper updateAoMetadata supports V2 .json metadata format
The Windows Node.js gh/git wrappers in NODE_UPDATE_AO_METADATA only tried
the bare session path (e.g. ao-154), but V2 storage uses ao-154.json files.
This caused silent metadata update failures on Windows — PR URLs written by
agents via `gh pr create` were never recorded in session metadata.

Fix mirrors bash ao-metadata-helper.sh: try .json first (V2), fall back to
bare name (V1/legacy). Also adds JSON.parse/stringify handling for V2 JSON
format instead of the key=value line-splitting that only worked for V1.

Bump WRAPPER_VERSION 0.6.0 → 0.7.0 to force reinstall on existing setups.
2026-04-28 23:35:19 +00:00
..
ao chore: bump all package versions to 0.2.5 (#1190) 2026-04-13 05:47:08 +05:30
cli fix(test): assert on killProcessTree mock, not process.kill 2026-04-29 04:46:46 +05:30
core fix(windows): node wrapper updateAoMetadata supports V2 .json metadata format 2026-04-28 23:35:19 +00:00
integration-tests Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +05:30
plugins Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +05:30
web Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +05:30