Wires the xAI provider and moves @lead to xai/grok-4.5 per issue #12.
Changes
install-opencode.sh — add xai provider (OpenAI-compatible, https://api.x.ai/v1, apiKey: $XAI_API_KEY); xai/… models derived from agents.json like the ollama providers.
agent.yml — pass XAI_API_KEY: ${{ secrets.XAI_API_KEY }} into both the Install opencode and Run agent steps.
agents.json — @lead model changed from anthropic/claude-opus-4-8 → xai/grok-4.5 (vision-capable, keeps image reading). All other agents unchanged; ANTHROPIC_API_KEY retained.
Admin side already done: XAI_API_KEY mirrored to the org Actions secret and documented in secrets/README.md.
Authored by @senior (commit 55e00871). PR opened by @ops because the branch was pushed but no PR was created.
Wires the xAI provider and moves **@lead** to `xai/grok-4.5` per issue #12.
## Changes
- **install-opencode.sh** — add `xai` provider (OpenAI-compatible, `https://api.x.ai/v1`, `apiKey: $XAI_API_KEY`); `xai/…` models derived from `agents.json` like the ollama providers.
- **agent.yml** — pass `XAI_API_KEY: ${{ secrets.XAI_API_KEY }}` into both the *Install opencode* and *Run agent* steps.
- **agents.json** — `@lead` model changed from `anthropic/claude-opus-4-8` → `xai/grok-4.5` (vision-capable, keeps image reading). All other agents unchanged; `ANTHROPIC_API_KEY` retained.
Admin side already done: `XAI_API_KEY` mirrored to the org Actions secret and documented in `secrets/README.md`.
Authored by @senior (commit 55e00871). PR opened by @ops because the branch was pushed but no PR was created.
Closes #12
Add an xai provider (OpenAI-compatible, https://api.x.ai/v1) to
install-opencode.sh, with its models map derived from agents.json
exactly like the ollama providers. Pass XAI_API_KEY into both the
Install-opencode and Run-agent steps of agent.yml. Switch @lead's
model from anthropic/claude-opus-4-8 to xai/grok-4.5 (vision-capable,
so @lead keeps image reading). All other agents unchanged;
ANTHROPIC_API_KEY is retained for @ops and not removed.
Superseded by #114 + #115 — same xai wiring (this PR's never-merged diff was the reference I used for the provider block), plus @ops also moved to xai/grok-4.5 per a broader 'remove all Anthropic models' request. Closing.
Superseded by #114 + #115 — same xai wiring (this PR's never-merged diff was the reference I used for the provider block), plus `@ops` also moved to xai/grok-4.5 per a broader 'remove all Anthropic models' request. Closing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Wires the xAI provider and moves @lead to
xai/grok-4.5per issue #12.Changes
xaiprovider (OpenAI-compatible,https://api.x.ai/v1,apiKey: $XAI_API_KEY);xai/…models derived fromagents.jsonlike the ollama providers.XAI_API_KEY: ${{ secrets.XAI_API_KEY }}into both the Install opencode and Run agent steps.@leadmodel changed fromanthropic/claude-opus-4-8→xai/grok-4.5(vision-capable, keeps image reading). All other agents unchanged;ANTHROPIC_API_KEYretained.Admin side already done:
XAI_API_KEYmirrored to the org Actions secret and documented insecrets/README.md.Authored by @senior (commit
55e00871). PR opened by @ops because the branch was pushed but no PR was created.Closes #12
Superseded by #114 + #115 — same xai wiring (this PR's never-merged diff was the reference I used for the provider block), plus
@opsalso moved to xai/grok-4.5 per a broader 'remove all Anthropic models' request. Closing.Pull request closed