Skip to content

Add ephemeral workspace labels - #112

Open
ariobarin wants to merge 36 commits into
mainfrom
feat/workspace-labels
Open

Add ephemeral workspace labels#112
ariobarin wants to merge 36 commits into
mainfrom
feat/workspace-labels

Conversation

@ariobarin

Copy link
Copy Markdown
Owner

Summary

  • add a validated --label <name> option for workspace sessions
  • keep labels ephemeral in active relay state and never derive them from local paths
  • expose optional labels through list_devices
  • fall back cleanly on older relays and tell the user when a requested label was not applied

Verification

  • npm run check
  • git diff --check
  • independent review found the label path and compatibility behavior consistent

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
glossa Ignored Ignored Preview Jul 28, 2026 3:53pm

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: c791e7cf3d

ℹ️ 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".

Copy link
Copy Markdown
Owner Author

@codex review

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🚀

Reviewed commit: 17974d044f

ℹ️ 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".

@ariobarin
ariobarin force-pushed the perf/command-output-retention branch from ba4c860 to 977fb6b Compare July 28, 2026 15:36

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Already looking forward to the next diff.

Reviewed commit: 62bb5521a0

ℹ️ 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".

Copy link
Copy Markdown
Owner Author

@codex review

@ariobarin
ariobarin force-pushed the perf/command-output-retention branch from bd20c64 to ac39548 Compare July 28, 2026 15:56

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

Copy link
Copy Markdown

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: 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".

Comment on lines +182 to +186
return {
content: complete
? retained.toString("utf8")
: new StringDecoder("utf8").write(retained),
truncated: false,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

@ariobarin
ariobarin force-pushed the perf/command-output-retention branch from ac39548 to cec7cbc Compare July 28, 2026 16:10
Base automatically changed from perf/command-output-retention to main July 28, 2026 16:24
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