docs(www): 重构文档站并补齐 MCP 与 Skills 指南#468
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Thanks for the docs refresh and IA cleanup. I found a few noteworthy issues:
www/guide/install.mdandwww/en/guide/install.md
/statusis documented, but this command is removed in current TUI implementation (internal/tui/core/app/commands_test.goasserts/statusshould error).
www/guide/troubleshooting.mdandwww/en/guide/troubleshooting.md
- Troubleshooting instructs users to run
/status, which no longer exists.
www/guide/tools-permissions.mdandwww/en/guide/tools-permissions.md
- The statement "read-only operations run automatically" and row
webfetch | Noare inaccurate: current policy can require approval forwebfetchon non-whitelisted domains. - Full Access shortcut is documented as
!, but current keymap usesCtrl+F.
www/.vitepress/theme/components/HomeLanding.vue
- Security hardening: for external links with
target="_blank", userel="noopener noreferrer"(currently onlynoreferrer).
|
|
||
| 1. Reconfirm with `/provider` and `/model`. | ||
| 2. Run `/status` to inspect current session state. | ||
| 3. Start a new session and retry the same prompt. |
There was a problem hiding this comment.
/status is referenced here, but the command has been removed in current TUI behavior. This likely sends users to a non-existent command during troubleshooting.
|
/simplify |
DoneImplemented and simplified the actionable unresolved review item(s) from the comment log. What I changed
Changed files:
Validation
Git
|
Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: Yumiue <188874804+Yumiue@users.noreply.github.com>
There was a problem hiding this comment.
网关是给高端用户选择的,里面主要是一种启动方式的
docs(www): remove stale /status command docs
| | 习惯在终端里工作 | ✅ 非常适合 | | ||
| | 需要完全本地运行,数据不出本机 | ✅ 非常适合 | | ||
| | 想要可扩展的 AI 助手,而不是固定功能的 SaaS | ✅ 非常适合 | | ||
| | 只用过 ChatGPT 网页版,不熟悉命令行 | ⚠️ 需要适应终端交互 | |
背景
补齐网站文档中 MCP 与 Skills 的用户指南,并同步此前的 GitHub Pages 简洁风文档站重构结果。
更改
验证
pnpm docs:build/neo-code/guide/mcp、/neo-code/guide/skills、/neo-code/en/guide/mcp、/neo-code/en/guide/skills可访问。