[codex] add animated Agent integration guides - #191
Open
Rqinyouxian wants to merge 1 commit into
Open
Conversation
|
@Rqinyouxian is attempting to deploy a commit to the quantumnous Team on Vercel. A member of the Team first needs to authorize it. |
Walkthrough新增中文 Agent 接入教程入口和 9 个应用指南,统一展示 API 配置参数、步骤说明、配图及排查信息,并加入可复用的 ChangesAgent 接入指南
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant MDXPage
participant MDXComponents
participant AgentStepGuide
participant ImageAssets
MDXPage->>MDXComponents: resolve AgentStepGuide
MDXComponents->>AgentStepGuide: pass app and step data
AgentStepGuide->>ImageAssets: render each step image
AgentStepGuide-->>MDXPage: display animated guide
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
11 tasks
Rqinyouxian
marked this pull request as ready for review
July 20, 2026 19:15
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 变更描述 / Description
新增
/zh/docs/apps/agentAgent 接入总览,并补充 HermesAgents、Claude Desktop、WorkBuddy、OpenCode、Codex++ 教程。OpenClaw、Claude Code、Cherry Studio、CC Switch 现有页面加入统一的三阶段动画步骤展示。教程示例统一使用
https://apihub.agnes-ai.com/v1、YOUR_API_KEY和agnes-2.0-flash,包含 27 张脱敏步骤截图。新增AgentStepGuideMDX 组件,通过 IntersectionObserver 在进入视口后依次显示步骤,并支持 reduced-motion。🚀 变更类型 / Type of change
🔗 关联任务 / Related Issue
✅ 提交前检查项 / Checklist
/zh/docs/apps/agent静态路由prefers-reduced-motion📸 运行证明 / Proof of Work
bun x prettier --check ...:通过bun run build:通过,完成 2083 个静态页面生成tsc --noEmit仍报告仓库既有的public/assets/dashboard-dark.png缺失;Next.js 生产构建中的 TypeScript 阶段通过Summary by CodeRabbit