Skip to content

Releases: zhaoyj13282-commits/project-graph-agent-bridge

v0.1.1 — Windows x64 preview

Pre-release

Choose a tag to compare

@zhaoyj13282-commits zhaoyj13282-commits released this 05 Sep 09:18

v0.1.1 fixes the Windows PowerShell wrapper on consoles that use UTF-8 with a BOM. The .NET Framework stdin writer is now initialized explicitly without a BOM, and the caller's console encoding is restored.

Use source v0.1.1 or current main for installation. The portable runtime ZIP is unchanged from v0.1.0; runtime-manifest.json pins the same verified bytes. No recompilation is needed.

powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1

Verified:

The repository includes GPL-3.0-only licensing, third-party notices, compatibility/privacy/build/test documentation, a synthetic fixture, and the editable 152-node computer-learning-map showcase.

Windows x64 preview only. Codex and WebView2 are prerequisites; Node and VC++ runtime DLLs are bundled. Stock Project Graph 4.2.3 alone lacks the required CLI. Open-project edits need Ctrl+S. The learning-map example must be open in the companion because of the documented upstream closed/manual-width limitation.

Assets include the byte-identical v0.1.0 portable payload, pinned upstream source archive and checksums. This repository supplies the accompanying build configuration and source-side installer/wrapper.

v0.1.0 — Windows x64 preview

Pre-release

Choose a tag to compare

@zhaoyj13282-commits zhaoyj13282-commits released this 05 Sep 09:07

Superseded source release: use v0.1.1 or current main. It fixes a PowerShell UTF-8 BOM issue on some Windows consoles. The runtime ZIP below remains valid and unchanged.

Windows x64 preview: seven local MCP tools for Codex, a pinned Project Graph companion desktop, and a portable Node/CLI payload.

Install from the repository source using Windows PowerShell:

powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1

Node and the required VC++ runtime DLLs are bundled. Codex and Microsoft Edge WebView2 must be available. Stock Project Graph 4.2.3 alone has no compatible Tool CLI. Open-project writes require Ctrl+S in the companion desktop.

Included: GPL-3.0-only source, compatibility/privacy/install documentation, a synthetic fixture, and the 152-node computer-learning-map showcase inspired by Build Your Own X. The showcase documents its advanced CLI workflow and the pinned upstream limitation with closed manually sized TextNodes.

Validation: 37 local unit/setup/subprocess tests; clean-directory PowerShell 5.1 installation; all seven tools over real stdio MCP; GUI save and closed-copy readback. Exact public source and native payload scanned for credentials and private build strings. See docs/evidence/windows-release.md for evidence boundaries.

Assets:

  • Portable runtime ZIP: the installer checks the SHA256 pinned in runtime-manifest.json.
  • Upstream source ZIP: exact official commit 1d36fbbe7a1a14bee0f4b79189597cae6cd848a7, with build configuration and dependency/source notices in this repository.
  • SHA256SUMS.txt: asset integrity checksums.

macOS, Linux and ARM64 have no prebuilt/end-to-end supported runtime in this preview.