[PR #12644] feat(nix): disable build time models.dev fetching #14310

Closed
opened 2026-02-16 18:19:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12644

State: closed
Merged: Yes


Disables build time fetching of models.dev (uses cached models-snapshot)

Before, the shell completion generation and versionCheck hook phases would attempt to reach out to models.dev and fail in the nix sandbox

opencode> ERROR 2026-02-07T23:50:46 +23ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev
opencode> Running phase: installPhase
opencode> ERROR 2026-02-07T23:50:47 +103ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev
opencode> ERROR 2026-02-07T23:50:47 +131ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12644 **State:** closed **Merged:** Yes --- Disables build time fetching of models.dev (uses cached models-snapshot) Before, the shell completion generation and versionCheck hook phases would attempt to reach out to models.dev and fail in the nix sandbox ```bash opencode> ERROR 2026-02-07T23:50:46 +23ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev opencode> Running phase: installPhase opencode> ERROR 2026-02-07T23:50:47 +103ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev opencode> ERROR 2026-02-07T23:50:47 +131ms service=models.dev error=Unable to connect. Is the computer able to access the url? Failed to fetch models.dev ```
yindo added the pull-request label 2026-02-16 18:19:07 -05:00
yindo closed this issue 2026-02-16 18:19:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14310