@scheduler-systems/gal-run 0.0.590 → 0.0.597
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/README.md +15 -0
- package/dist/index.cjs +4146 -2219
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,6 +51,21 @@ gal sync --status
|
|
|
51
51
|
gal discover
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
+
### GAL Code
|
|
55
|
+
|
|
56
|
+
If your org has GAL Code access, the CLI exposes the coding agent under `gal code`.
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
# Launch the default OpenCode UI
|
|
60
|
+
gal code
|
|
61
|
+
|
|
62
|
+
# Pass flags and prompts straight through to the default OpenCode runner
|
|
63
|
+
gal code --model glm-5 "write a migration plan"
|
|
64
|
+
|
|
65
|
+
# Select a specific variant explicitly when needed
|
|
66
|
+
gal code codex --model gpt-5.4 "fix the failing tests"
|
|
67
|
+
```
|
|
68
|
+
|
|
54
69
|
## Supported Platforms
|
|
55
70
|
|
|
56
71
|
- Claude Code (`.claude/`)
|