Open
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Add '通常不需要调用此工具' to main description - Change '云存储对象请使用' to '云存储对象路径请改用' in cloudPath description This fixes the test failure in storage-hosting-guidance.test.ts
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.
Attribution issue
Automation summary
root_cause:
AI 在部署 Vite 项目到子目录时,SKILL.md 和工具描述错误地指导使用相对路径 (
./) 而非绝对路径 (/vite-test/)。当用户访问 URL 不带尾部斜杠时,相对路径解析错误导致静态资源 404。具体问题:
SKILL.md第 131 行:"Prefer relative asset paths for static hosting compatibility"- 错误指导hosting.ts工具描述:建议检查 publicPath/base/assetPrefix 是否使用相对路径 - 错误指导changes:
validation:
follow_up:
无。修改已完成,可以提交 PR 进行评测验证。
Changed files
config/source/skills/web-development/SKILL.mdconfig/source/skills/web-development/frameworks.mdmcp/src/tools/hosting.ts