Skip to content

fix: shorten SKILL.md description to stay under 1024-char limit#167

Closed
Jah-yee wants to merge 2 commits intoPanniantong:mainfrom
Jah-yee:fix/skill-description-length
Closed

fix: shorten SKILL.md description to stay under 1024-char limit#167
Jah-yee wants to merge 2 commits intoPanniantong:mainfrom
Jah-yee:fix/skill-description-length

Conversation

@Jah-yee
Copy link

@Jah-yee Jah-yee commented Mar 13, 2026

Resolves: #163

  • Description reduced from ~7800 to ~570 characters
  • Kept key functionality description
  • Removed redundant trigger list (available in full docs)

This fix resolves the issue where agent-reach fails to load in Codex due to description exceeding 1024 character limit.

Jah-yee added 2 commits March 13, 2026 10:57
- Use JSON parsing instead of rigid string matching
- Handle Windows line endings (CRLF)
- Case-insensitive status check
- Add fallback for different JSON output formats
- Fixes false negative in doctor check on Windows with mcporter
Resolves: Panniantong#163
- Description reduced from ~7800 to ~570 characters
- Kept key functionality description
- Removed redundant trigger list (available in full docs)
@Panniantong
Copy link
Owner

Thanks for the fix! PR #166 (which addresses the same 1024-char limit issue) was merged earlier. Closing this as a duplicate. Your xiaohongshu JSON parsing changes are partially covered by the already-merged #161 as well. Thanks for contributing! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

最新版的 agent-reach 在 codex 中会触发 invalid description: exceeds maximum length of 1024 characters 导致无法加载

2 participants