Skip to content

docs: refresh Codewith release notes#118

Closed
andrei-hasna wants to merge 4 commits into
mainfrom
openloops/open-codewith/fdda383f-7aa9-4b2e-8592-ba910e970b87-51e2b407
Closed

docs: refresh Codewith release notes#118
andrei-hasna wants to merge 4 commits into
mainfrom
openloops/open-codewith/fdda383f-7aa9-4b2e-8592-ba910e970b87-51e2b407

Conversation

@andrei-hasna

@andrei-hasna andrei-hasna commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Validation

  • git diff --cached --check
  • gitleaks git --staged --no-banner --redact --config .gitleaks.toml
  • git diff --check HEAD^..HEAD for each commit
  • gitleaks git --log-opts HEAD^..HEAD --no-banner --redact --config .gitleaks.toml for each commit
  • bazel --batch --output_user_root=/tmp/codewith-fdda-bazel4 --noexperimental_remote_repo_contents_cache mod deps --lockfile_mode=update --repo_contents_cache=/tmp/codewith-fdda-repo-contents-cache --repository_cache=/tmp/codewith-fdda-repo-cache
  • bazel --batch --output_user_root=/tmp/codewith-fdda-bazel-check --noexperimental_remote_repo_contents_cache mod deps --lockfile_mode=error --repo_contents_cache=/tmp/codewith-fdda-repo-contents-cache --repository_cache=/tmp/codewith-fdda-repo-cache
  • adversarial reviewer checked source commits vs docs; wording tightened for the non-Windows target-std step

Notes

  • .codewith/CODEWITH.md and .codewith/skills were in planner scope, but this lifecycle sandbox mounts .codewith read-only. I did not bypass that policy through Git internals; the release-workflow guidance was added to scripts/codex_package/README.md instead.
  • No Rust tests were run locally; the only non-doc change is the generated Bazel module lock refresh required by CI.

Note

Low Risk
Documentation and generated lock/snapshot changes only; no runtime code paths modified in this diff.

Overview
Expands the 0.1.56 changelog so it reflects PRs #108#112 (22 merged PRs total) and documents fixes that shipped under that tag: release workflow toolchain/component and cross-target std install steps, Windows exec-server handle-based same-file identity for local reads, and auth-profile usage health when workspace credit snapshots are empty but quota still has capacity.

Updates scripts/codex_package/README.md with the cross-target release invariant: install components from codex-rs/rust-toolchain.toml and add the matrix target std in the same Rust home used for packaging before the first cargo build --target, avoiding missing std after Cargo selects the pinned toolchain.

Also refreshes MODULE.bazel.lock for CI (e.g. anyhow / tar entries) and updates the TUI /changelog preview snapshot to match the revised release notes.

Reviewed by Cursor Bugbot for commit 85dc2f8. Bugbot is set up for automated code reviews on this repo. Configure here.

@andrei-hasna andrei-hasna added the code-reviewed Reviewed by Codewith label Jul 5, 2026
@andrei-hasna

Copy link
Copy Markdown
Contributor Author

Closing as superseded by #207. Replacement #207 carries the current provider/docs cleanup slice and explicitly lists this PR in its carried scope. Please continue review on #207.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-reviewed Reviewed by Codewith

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant