@sjawhar/opencode-legion-envoy 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjawhar/opencode-legion-envoy",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "type": "module",
5
5
  "main": "dist/src/server.js",
6
6
  "exports": {
@@ -14,6 +14,11 @@ Requires `gh` CLI installed and authenticated:
14
14
  gh auth login
15
15
  ```
16
16
 
17
+ **Inside a Legion worker workspace**, skip `gh auth login`/`gh auth setup-git`: `gh` on `PATH`
18
+ is a shim that execs `legion gh -- <args>` (`packages/pi-envoy/src/legion/gh-shim.ts`), which
19
+ redeems a fresh token from the daemon's grant on every invocation and hands it straight to the
20
+ real `gh` binary — it is already authenticated per call, independent of any local login state.
21
+
17
22
  ## Operations
18
23
 
19
24
  ### Search/List Issues (via project)