Skip to content

Main#72

Open
GuthL wants to merge 4 commits intomasterfrom
main
Open

Main#72
GuthL wants to merge 4 commits intomasterfrom
main

Conversation

@GuthL
Copy link
Owner

@GuthL GuthL commented Mar 11, 2026

Summary

  • Describe the change and the user or maintainer impact.

Validation

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo build --locked
  • cargo test --locked
  • cargo test --locked --test e2e_cli -- --ignored --test-threads=1
  • cargo doc --no-deps

Docs

  • README updated if public behavior changed
  • docs/ updated if deeper reference material changed
  • Screenshots or SVG assets updated if the repo-facing experience changed

Notes

  • Call out risks, follow-ups, or release considerations here.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8f13d7a10d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


wait "$upstream_pid"
if ! grep -Fq "KEYCLAW_SECRET_" "$body_file"; then
if ! grep -Fq "KEYCLAW_OPAQUE_" "$body_file"; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Match smoke check against the v2 placeholder format

The release smoke test now asserts KEYCLAW_OPAQUE_ in upstream traffic, but v2 placeholders are rendered as {{KEYCLAW_<shape>~<kind><id>}} (see make_typed in src/placeholder.rs) and do not include that literal, so a correctly redacted request will still fail this check. In scripts/smoke-release.sh, this causes false-negative smoke failures that can block release validation even when the proxy rewrite path is working.

Useful? React with 👍 / 👎.

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