sandbox-agent/.github/workflows
Nathan Flurry de139a7601 fix: bake version into binary at build time
Instead of hacking around the version in the Node.js wrapper script,
properly pass the version at build time via SANDBOX_AGENT_VERSION env var.

Changes:
- build.rs: Generate version.rs with VERSION constant from env var
- main.rs: Use generated version constant for clap --version
- Dockerfiles: Accept SANDBOX_AGENT_VERSION as build arg
- build.sh: Pass version as second argument to Docker builds
- release.yaml: Pass version to build script during CI
- Remove version hack from sdks/cli/bin/sandbox-agent wrapper

The version is now baked into the binary during the release build,
ensuring --version reports the correct npm package version.
2026-01-30 15:33:33 -08:00
..
ci.yaml feat: add release pipeline for crates.io and npm publishing 2026-01-25 14:11:39 -08:00
claude-code-review.yml chore: update skill install command to use rivet-dev/skills (#20) 2026-01-29 06:04:07 -08:00
claude.yml chore: update skill install command to use rivet-dev/skills (#20) 2026-01-29 06:04:07 -08:00
release.yaml fix: bake version into binary at build time 2026-01-30 15:33:33 -08:00
skill-generator.yml ci: use RIVET_GITHUB_PAT secret for skills repo sync 2026-01-29 05:26:17 -08:00