Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bb83dc2b5f
ℹ️ 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".
introduction/coding-agents.mdx
Outdated
| ## Next Steps | ||
|
|
||
| <CardGroup cols={2}> | ||
| <Card title="CLI Quickstart" icon="terminal" href="/quickstart/cli"> |
There was a problem hiding this comment.
Fix broken CLI quickstart link
This card points to /quickstart/cli, but quickstart/cli.mdx was removed in this change and there is no redirect for that route (the new redirect only covers /integrations/cli). As a result, users who click “CLI Quickstart” from this new page will hit a 404 during onboarding; update the href to a live page (e.g. /quickstart or /features/cli) or add a redirect.
Useful? React with 👍 / 👎.
introduction/why-edgee.mdx
Outdated
| Provides fully lossless compression for Codex. | ||
| </Card> | ||
|
|
||
| <Card title="OpenCode Token Compression" img="/images/banner-opencode-compression.png" href="/features/opencode-compression"> |
There was a problem hiding this comment.
Replace missing OpenCode compression route
The new “OpenCode Token Compression” card links to /features/opencode-compression, but no corresponding page or redirect exists in the repo (only /integrations/opencode exists). Clicking this prominent card from the Why Edgee page leads to a dead route, so this should be repointed or backed by a real page.
Useful? React with 👍 / 👎.
Checklist
Description of Changes
Describe your changes here
Related Issues
List related issues here