Add ephemeral workspace labels - #112
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
@codex review |
|
Codex Review: Didn't find any major issues. Delightful! 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". |
|
@codex review |
|
@codex review |
|
Codex Review: Didn't find any major issues. 🚀 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". |
ba4c860 to
977fb6b
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Already looking forward to the next diff. 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". |
|
@codex review |
bd20c64 to
ac39548
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 42795cf5ab
ℹ️ 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".
| return { | ||
| content: complete | ||
| ? retained.toString("utf8") | ||
| : new StringDecoder("utf8").write(retained), | ||
| truncated: false, |
There was a problem hiding this comment.
Reapply the byte budget after UTF-8 decoding
When a command emits malformed UTF-8 whose raw bytes fit the budget—for example, 12 KiB of 0xff—decoding maps each byte to the three-byte U+FFFD character, so this branch returns about 36 KiB while reporting the stream as untruncated. This breaks the protocol's shared 12 KiB command-result boundary; retain the post-decoding byte cap rather than deleting it.
AGENTS.md reference: AGENTS.md:L13-L13
Useful? React with 👍 / 👎.
ac39548 to
cec7cbc
Compare
Summary
--label <name>option for workspace sessionslist_devicesVerification