Skip to content

Fix session polling and release snapshots#41

Merged
heimanba merged 1 commit into
mainfrom
codex/fix-release-ci-and-beta-version
Jul 20, 2026
Merged

Fix session polling and release snapshots#41
heimanba merged 1 commit into
mainfrom
codex/fix-release-ci-and-beta-version

Conversation

@heimanba

Copy link
Copy Markdown
Contributor

Summary

  • make CLI session run/send use polling by default, with explicit SSE opt-in through --stream
  • normalize license line endings in published-package smoke checks so Windows does not report false mismatches
  • derive beta snapshot versions from the fixed release group's workspace version using <base>-beta-<sha7>-<UTC YYYYMMDD>
  • update English and Chinese CLI documentation and add regression coverage

Why

The npm release consumer matrix failed on Windows because the checked-out repository license used CRLF while the published package used LF. The previous beta version format also hard-coded 0.0.0 and exposed the GitHub run ID instead of deriving a readable version from the package release group.

The session CLI behavior and documentation are included in this PR to make polling the safe default while retaining SSE as an explicit option.

Impact

  • beta builds now look like 0.2.0-beta-65ccfac-20260720
  • Windows release smoke checks compare license content independent of platform line endings
  • agents session run and agents session send poll by default; users can pass --stream for SSE

Validation

  • bun run verify:release
  • repository pre-commit checks
  • repository pre-push push verification profile
  • git diff --check

Change-Id: I160f3059d6378228f440e0bd5b9bd6b0dc7b84fc
@heimanba
heimanba marked this pull request as ready for review July 20, 2026 12:27
@heimanba
heimanba merged commit ddef91c into main Jul 20, 2026
14 checks passed
@heimanba
heimanba deleted the codex/fix-release-ci-and-beta-version branch July 20, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant