fix: address review findings and prepare v0.14.16 - #133
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
PASS+NOTES Independent verifier: reviewed What I verified:
Checks I ran independently:
Notes / weak audit evidence:
Verdict: PASS+NOTES. I found no release-blocking issue in the final diff. The only caveat is to avoid citing the stale failing |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 23b82846a1
ℹ️ 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".
|
@codex review |
|
PASS This supersedes my earlier What changed since my previous verdict:
Independent race reasoning:
Evidence I reran on final head:
Prior release evidence still stands:
Verdict: PASS. I found no remaining release-blocking issue in the final diff. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d89059fd1
ℹ️ 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".
|
@codex review |
|
PASS This supersedes my earlier verifier comments. Independent refresh reviewed PR #133 final head New microphone-order verification:
Evidence I reran on final head:
Prior verified release evidence still stands:
Notes:
Verdict: PASS. I found no remaining release-blocking issue in the final diff. |
|
Codex Review: Didn't find any major issues. Chef's kiss. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Why
Home displayed an unquoted
rm -fcommand that could delete unrelated files when an old executable path contained spaces. Its recording button also remained active during transcription and could cancel the current run without saving a transcript. Benchmark memory sampling omitted children spawned by worker threads.Scope
0.14.16with release notes.Tradeoffs
Process sampling now reads one children file per thread. It still scans the full process table only when task data is unavailable.
Blast Radius
The changes affect Home controls, microphone commands, and benchmark tooling. Shortcut toggle semantics and serialized IPC payloads stay compatible. The release contains no dependency updates.
Verification
One existing responsive-layout test timed out during the first concurrent local run. The isolated case and the subsequent complete browser suite passed without a test change.