chore: release v0.3.3#49
Merged
Merged
Conversation
…ased] Captures everything that landed since v0.3.2 (PRs #42, #43, #44, #45) so the release notes are queued up. Keeps the section under [Unreleased] deliberately — more fixes are still expected before cutting v0.3.3, and release docs say the version header should be added at release-cut time. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Cuts v0.3.3 from the accumulated [Unreleased] section. Patch bump (pre-1.0 policy): no breaking changes to user-facing CLI, nasde.toml schema, or benchmark project layout — Windows compat, OAuth-script bundling, harbor[cloud] dep switch are all transparent to users. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.3.3 — 2026-05-09
Patch release. Pre-1.0 policy: no breaking changes to user-facing CLI,
nasde.tomlschema, or benchmark project layout.Supersedes #46 (same commits + new
## [0.3.3]header + compare links + branch renamed to match RELEASING.md naming).Added
scripts/export_oauth_token.ps1reads%USERPROFILE%\.claude\.credentials.jsonand exports$env:CLAUDE_CODE_OAUTH_TOKENfor users running nasde from PowerShell on Windows. (chore(scripts): add Windows PowerShell OAuth token exporter #42)scripts/export_codex_oauth_token.ps1validates%USERPROFILE%\.codex\auth.json(ChatGPT subscription) andscripts/export_gemini_oauth_token.ps1exports$env:GEMINI_OAUTH_CREDSfrom%USERPROFILE%\.gemini\oauth_creds.json.nasde-benchmark-runnerskill.nasde install-skillscopies them to~/.claude/skills/nasde-benchmark-runner/scripts/, so users who installed nasde viapip install nasde-toolkitno longer need a repo checkout to authenticate. Reposcripts/stays as the public-facing copy. (feat(skill): bundle OAuth scripts into nasde-benchmark-runner #45)Changed
pyproject.tomlnow depends onharbor[cloud]instead of bareharbor, so--harbor-env daytona|modal|e2b|runloop|gkeworks out-of-the-box afteruv tool install nasde-toolkit. Trade-off: ~113 MB extra in the tool venv. (fix(deps): ship harbor[cloud] extras by default #48)scripts/export_oauth_token.shworks on Linux. Falls back to~/.claude/.credentials.jsonwhen macOS Keychain is unavailable.nasde-benchmark-runnerskill: rewritten "Authentication setup" with per-agent (Claude/Codex/Gemini) and per-OS (macOS, Linux, Windows PowerShell, Windows WSL) tables. (feat(skill): bundle OAuth scripts into nasde-benchmark-runner #45)nasde initwrites shell scripts andDockerfilewith explicit LF line endings. Scaffold also drops a.gitattributesso future edits stay LF. (fix(windows): enforce LF line endings for shell scripts and Dockerfile #47)Fixed
core.autocrlf=trueno longer breaks Linux benchmark trials. Repo-wide.gitattributeslocks*.sh,Dockerfile, and other Linux-bound files to LF. Previously producedbash: required file not found/RewardFileNotFoundErroron every trial. (fix(windows): enforce LF line endings for shell scripts and Dockerfile #47)_bundled_skills_root()now resolves correctly on Windows. (fix(install): cap requires-python<3.14, add Windows smoke matrix, fix path bug #43)requires-python<3.14— some transitive deps don't yet ship Python 3.14 wheels. (fix(install): cap requires-python<3.14, add Windows smoke matrix, fix path bug #43)Internal
publish.yml. Fresh-install smoke tests on TestPyPI and PyPI now also run on windows-latest. (fix(install): cap requires-python<3.14, add Windows smoke matrix, fix path bug #43)scripts/and.claude/skills/nasde-benchmark-runner/scripts/stay byte-identical. (feat(skill): bundle OAuth scripts into nasde-benchmark-runner #45)Pre-flight (per docs/RELEASING.md)
main(latest Quality Gate run after fix(deps): ship harbor[cloud] extras by default #48 merge — all jobs passing on ubuntu+windows × py3.12+3.13)[Unreleased]entries — everything cited maps to a merged PR (chore(scripts): add Windows PowerShell OAuth token exporter #42, fix(install): cap requires-python<3.14, add Windows smoke matrix, fix path bug #43, ci: extend quality-gate matrix to Windows; fix codex backend test isolation #44, feat(skill): bundle OAuth scripts into nasde-benchmark-runner #45, fix(windows): enforce LF line endings for shell scripts and Dockerfile #47, fix(deps): ship harbor[cloud] extras by default #48)CHANGELOG.mdgit checkout main && git pull && git tag v0.3.3 && git push origin v0.3.3Test plan
## [0.3.3] — 2026-05-09header below[Unreleased][Unreleased]: …compare/v0.3.3...HEAD, new[0.3.3]: …compare/v0.3.2...v0.3.3[Unreleased]block ready for the next cycle#42,#43,#44,#45,#47,#48) have link-ref entries at the bottom🤖 Generated with Claude Code