feat(agents): add repo sessions to agents shell - #14347
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. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c99b17983d
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dfc717ea2f
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d5f105c14b
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d52f8d41d
ℹ️ 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".
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary
repo_session_open,repo_session_status, andrepo_session_closeto create and manage isolated ChatGPT worktrees from a freshly fetched base branch.sessionIdso agents no longer manage worktree paths manually.Related Issues
None.
Testing
bun ../../node_modules/.bun/node_modules/vitest/vitest.mjs run --config vitest.config.ts src/server/agents-shell-mcp.test.tsfromservices/agents: 24 tests passed.node ../../node_modules/typescript/bin/tsc --noEmit -p tsconfig.jsonfromservices/agents: passed.node ../../node_modules/oxlint/bin/oxlint --config ../../.oxlintrc.json src/server/agents-shell-mcp.test.ts src/server/agents-shell/*.ts src/server/agents-shell/tools/*.ts: 0 warnings, 0 errors.node node_modules/oxfmt/bin/oxfmt --check services/agents/src/server/agents-shell-mcp.test.ts services/agents/src/server/agents-shell/*.ts services/agents/src/server/agents-shell/tools/*.ts: passed.git diff --cached --checkand post-rebasegit diff --check: passed.Breaking Changes
None. Existing
cwdcallers remain supported;sessionIdis additive and becomes the preferred direct ChatGPT workflow.Checklist
N/Awith justification).