Commit Graph

188 Commits

Author SHA1 Message Date
Thierry Delafontaine
9547d173c7 opencode{,-desktop}: 1.18.16 -> 1.18.18 2026-08-13 15:10:38 +02:00
Thierry Delafontaine
da99d514c7 opencode: restructure derivation 2026-08-11 10:34:20 +02:00
Thierry Delafontaine
a79533a592 opencode: resign the darwin binary
Resolves #550300
2026-08-11 10:34:19 +02:00
Thierry Delafontaine
769a075d52 opencode{,-desktop}: 1.18.13 -> 1.18.16
https://github.com/anomalyco/opencode/releases/tag/v1.18.16
https://github.com/anomalyco/opencode/releases/tag/v1.18.15
https://github.com/anomalyco/opencode/releases/tag/v1.18.14
2026-08-10 12:14:25 +02:00
nixpkgs-ci[bot]
a751422065 models-dev,opencode: generate JSON schema of model ids patch opencode schema to point to local version (#549513) 2026-08-05 20:49:36 +00:00
Thierry Delafontaine
d0dededc08 opencode: install model-schema.json and substitute links to https://model.dev/model-schema.json with installed file 2026-08-05 22:44:03 +02:00
Leonard Sheng Sheng Lee
d07339e1b1 opencode: drop bundled Windows executables from node_modules
The node_modules fixed-output derivation runs "bun install --os=*", so it
fetches every platform variant of each dependency, including Windows
executables such as 7zip-bin's 7za.exe, esbuild.exe, turbo.exe, and tsgo.exe.
opencode targets only Linux and Darwin (meta.platforms), so these files are
never executed.

Deleting them keeps the output reproducible on hosts whose security endpoint
agents scan the store. On managed macOS, the bundled 7za.exe is quarantined
for a known vulnerability and the scanner intermittently blocks reading the
.exe files during the install phase copy, which produces nondeterministic
fixed-output hash mismatches. Removing the executables is host independent, so
the derivation keeps its single outputHash.

Restricting --os cannot replace this: 7zip-bin declares no os field and ships
win/, mac/, and linux/ in one tarball, so bun always unpacks its 7za.exe
regardless of --os.

Fix https://github.com/NixOS/nixpkgs/issues/549496.

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
2026-08-05 13:46:42 +02:00
Thierry Delafontaine
ea08daa3f3 opencode{,-desktop}: 1.18.11 -> 1.18.13
https://github.com/anomalyco/opencode/releases/tag/v1.18.13
https://github.com/anomalyco/opencode/releases/tag/v1.18.12

Save schemas in `$out/share/` instead of `$out/share/opencode/`.
2026-08-04 20:13:38 +02:00
R. Ryantm
9d590febde opencode: 1.18.9 -> 1.18.11 2026-08-01 17:54:29 +00:00
Igor Voloc
fc6181cbaa opencode{,-desktop}: 1.18.4 -> 1.18.9
https://github.com/anomalyco/opencode/releases/tag/v1.18.9

Co-authored-by: Thierry Delafontaine <delafthi@pm.me>

Assisted-by: OpenCode (openai/gpt-5.6-sol)
2026-07-29 12:11:39 -07:00
Sandro
4934f50037 opencode: expose theme.json over passthru.jsonschema (#544922) 2026-07-23 18:49:00 +00:00
Thierry Delafontaine
52c32542f0 opencode: expose theme.json over passthru.jsonschema 2026-07-23 18:29:48 +02:00
R. Ryantm
ac9228755f opencode: 1.18.3 -> 1.18.4 2026-07-23 16:03:54 +00:00
Thierry Delafontaine
7812a64698 opencode{,-desktop}: 1.17.20 -> 1.18.3
https://github.com/anomalyco/opencode/releases#release-v1.18.3
https://github.com/anomalyco/opencode/releases#release-v1.18.2
https://github.com/anomalyco/opencode/releases#release-v1.18.1
https://github.com/anomalyco/opencode/releases#release-v1.18.0
2026-07-16 22:17:06 +02:00
R. Ryantm
a881b86c47 opencode: 1.17.18 -> 1.17.20 2026-07-14 11:08:38 +00:00
Thierry Delafontaine
dc5eccaaea opencode{,-desktop}: 1.17.15 -> 1.17.18
Added changelog meta attribute.
2026-07-10 14:17:22 +02:00
Achmad Fathoni
ae7ecfcbe7 opencode: 1.17.13 -> 1.17.15 2026-07-08 08:55:01 +07:00
Thierry Delafontaine
710f109115 opencode: reference output in passthru with finalAttrs.finalPackage
Resolves #537917
2026-07-06 19:04:59 +02:00
R. Ryantm
1e6f5a1711 opencode: 1.17.12 -> 1.17.13 2026-07-05 04:14:56 +00:00
Graham Bennett
5c1ae64122 opencode: 1.17.9 -> 1.17.12
Assisted-by: Claude Code (Claude Opus 4.7)
2026-07-01 07:50:32 +01:00
Aaron Jheng
cf5bd60925 opencode: 1.17.8 -> 1.17.9 2026-06-22 13:08:42 +08:00
R. Ryantm
59cc759eee opencode: 1.17.7 -> 1.17.8 2026-06-18 06:53:21 +00:00
superherointj
1098d335bc opencode: remove superherointj from maintainers 2026-06-17 12:35:30 -03:00
Thierry Delafontaine
f31ccd0b17 opencode{,-desktop}: 1.17.4 -> 1.17.7
https://github.com/anomalyco/opencode/releases/tag/v1.17.5
https://github.com/anomalyco/opencode/releases/tag/v1.17.6
https://github.com/anomalyco/opencode/releases/tag/v1.17.7
2026-06-15 16:52:36 +02:00
graham33-agent[bot]
f428206ec1 opencode: 1.16.2 -> 1.17.4 2026-06-12 08:36:57 +01:00
Alexis Williams
f37978477b opencode: 1.15.13 -> 1.16.2 2026-06-05 11:04:12 -07:00
nixpkgs-ci[bot]
cdee51aa46 opencode: 1.15.12 -> 1.15.13 (#526171) 2026-05-31 11:07:57 +00:00
R. Ryantm
58d4592e59 opencode: 1.15.12 -> 1.15.13 2026-05-31 00:24:11 +00:00
Thierry Delafontaine
ffc0c4dc22 opencode: disable autoupdate 2026-05-30 20:17:36 +02:00
Jost Alemann
1e4add0850 opencode: 1.15.11 -> 1.15.12
Changelog: https://github.com/anomalyco/opencode/releases/tag/v1.15.12
Diff: https://github.com/anomalyco/opencode/compare/v1.15.11...v1.15.12
2026-05-29 11:00:39 +02:00
superherointj
ec3cdac164 opencode: 1.15.10 -> 1.15.11
- https://github.com/anomalyco/opencode/releases/tag/v1.15.11
2026-05-27 01:25:03 -03:00
superherointj
2c818b9d9c opencode: disable x86_64-darwin platform 2026-05-23 12:54:36 -03:00
superherointj
0d7f9454f7 opencode: 1.15.7 -> 1.15.10
- https://github.com/anomalyco/opencode/releases/tag/v1.15.10
- https://github.com/anomalyco/opencode/releases/tag/v1.15.9
2026-05-23 04:49:48 -03:00
superherointj
8dff08cb12 opencode: 1.15.5 -> 1.15.7
- https://github.com/anomalyco/opencode/releases/tag/v1.15.7
- https://github.com/anomalyco/opencode/releases/tag/v1.15.6
2026-05-21 13:39:05 -03:00
superherointj
372d4172fe opencode: 1.15.3 -> 1.15.5
- https://github.com/anomalyco/opencode/releases/tag/v1.15.5
- https://github.com/anomalyco/opencode/releases/tag/v1.15.4
2026-05-18 22:50:28 -03:00
superherointj
d8a466512a opencode: 1.14.48 -> 1.15.3
- https://github.com/anomalyco/opencode/releases/tag/v1.15.3
- https://github.com/anomalyco/opencode/releases/tag/v1.15.2
- https://github.com/anomalyco/opencode/releases/tag/v1.15.1
- https://github.com/anomalyco/opencode/releases/tag/v1.15.0
- https://github.com/anomalyco/opencode/releases/tag/v1.14.51
- https://github.com/anomalyco/opencode/releases/tag/v1.14.50
- https://github.com/anomalyco/opencode/releases/tag/v1.14.49
2026-05-16 12:38:43 -03:00
superherointj
a075f1311c opencode: 1.14.35 -> 1.14.48
- https://github.com/anomalyco/opencode/releases/tag/v1.14.48
- https://github.com/anomalyco/opencode/releases/tag/v1.14.47
- https://github.com/anomalyco/opencode/releases/tag/v1.14.46
- https://github.com/anomalyco/opencode/releases/tag/v1.14.45
- https://github.com/anomalyco/opencode/releases/tag/v1.14.44
- https://github.com/anomalyco/opencode/releases/tag/v1.14.43
- https://github.com/anomalyco/opencode/releases/tag/v1.14.42
- https://github.com/anomalyco/opencode/releases/tag/v1.14.41
- https://github.com/anomalyco/opencode/releases/tag/v1.14.40
- https://github.com/anomalyco/opencode/releases/tag/v1.14.39
- https://github.com/anomalyco/opencode/releases/tag/v1.14.38
- https://github.com/anomalyco/opencode/releases/tag/v1.14.37
2026-05-11 08:47:42 -03:00
Sandro Jäckel
c3acb6001f opencode: remove unused models-dev dependency from nativeBuildInputs 2026-05-06 01:38:46 +02:00
R. Ryantm
ddf28b678c opencode: 1.14.31 -> 1.14.35 2026-05-05 05:41:24 +00:00
superherointj
9939a35d13 Revert "opencode: 1.14.31 -> 1.14.33"
This reverts commit 1b31087ac1.
2026-05-04 08:45:00 -03:00
superherointj
1b31087ac1 opencode: 1.14.31 -> 1.14.33
https://github.com/anomalyco/opencode/releases/tag/v1.14.33
2026-05-02 17:05:43 -03:00
superherointj
22a867f12c opencode: 1.14.30 -> 1.14.31
https://github.com/anomalyco/opencode/releases/tag/v1.14.31
2026-05-01 14:45:17 -03:00
superherointj
a04ff7b2ef opencode: 1.14.25 -> 1.14.30
https://github.com/anomalyco/opencode/releases/tag/v1.14.30
2026-04-29 22:56:14 -03:00
R. Ryantm
937bc9b4c0 opencode: 1.14.24 -> 1.14.25 2026-04-26 17:38:59 +00:00
Adam C. Stephens
57f07d9c62 opencode: 1.14.20 -> 1.14.24 2026-04-24 16:12:06 -04:00
Chris Portela
ff4a2e5497 opencode: 1.14.19 -> 1.14.20
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-22 16:26:38 -04:00
Alexis Williams
48ddd1b485 {opencode,opencode-desktop}: 1.4.11 -> 1.14.19 2026-04-20 15:54:23 -07:00
superherointj
59872509b6 opencode: 1.4.10 -> 1.4.11
Release: https://github.com/anomalyco/opencode/releases/tag/v1.4.11
2026-04-18 08:37:16 -03:00
Ulrik Strid
0c41e0c429 opencode: 1.4.6 -> 1.4.10 (#510746) 2026-04-18 05:46:55 +00:00
Thierry Delafontaine
238ba37c43 opencode: disable model fetching when building
Declares `OPENCODE_DISABLE_MODELS_FETCH` to prevent fetching from models.dev during build and checks.
2026-04-17 23:22:00 +02:00