| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Stage the bundled plugin runtime instead of copying pnpm workspace junctions, make snapshot replacement reliable on Windows, and verify registration before reporting success. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f02024b3-ee8f-4384-bcfc-7c774768d6f7
Address adversarial review findings for Windows command shims, custom Copilot homes, exact plugin matching, reported CLI failures, and MSI error propagation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f02024b3-ee8f-4384-bcfc-7c774768d6f7
Centralize migration, invocation, update fallback, and verification in the shared registrar. Keep Windows snapshot deletion scoped to the observed access-denied failure and preserve existing MSI failure semantics. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f02024b3-ee8f-4384-bcfc-7c774768d6f7
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f02024b3-ee8f-4384-bcfc-7c774768d6f7
| Back | FazBrowse Home | New Git URL |
This fixes pnpm run register on Windows by staging only the bundled TypeAgent plugin files instead of copying the workspace’s pnpm-linked node_modules. The command still registers the local marketplace and installs or updates the plugin, but now handles the Windows access-denied case and verifies the plugin was actually installed before reporting success.