You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean, tightly-scoped follow-up. All four changes are accurate, internally consistent, and match the PR description exactly. No issues found.
configuration-and-flags.mdx — The new AGENTS_HOME row is correctly placed in the Storage table (between MOGPLEX_HOME and the deprecated CODEX_HOME) and the description accurately matches the precedence semantics documented in the custom-slash-commands guide.
custom-slash-commands.mdx — The rewrite clearly communicates optionality and lookup order. Both docs now agree on the behaviour.
quickstart.mdx — Replacing the hardcoded 2026-05-17 with YYYY-MM-DD is the right call; it prevents the example from silently rotting and misleading readers.
next.config.mjs — allowedDevOrigins is a Next.js dev-only knob (ignored in production builds), so this carries no production security risk. The comment is clear and sufficient.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to the docs platform overhaul review notes.
AGENTS_HOMEslash-command scope in both the custom-command guide and CLI environment tableYYYY-MM-DDplaceholderallowedDevOriginsincludes127.0.0.1in the Next dev configValidation
git diff --checkpnpm lintpnpm types:checkpnpm buildNeed help on this PR? Tag
@codesmithwith what you need.