feat(vision-analysis): mmx-cli primary, MCP fallback, clipboard handling (v1.4)#60
Open
divitkashyap wants to merge 8 commits intoMiniMax-AI:mainfrom
Open
feat(vision-analysis): mmx-cli primary, MCP fallback, clipboard handling (v1.4)#60divitkashyap wants to merge 8 commits intoMiniMax-AI:mainfrom
divitkashyap wants to merge 8 commits intoMiniMax-AI:mainfrom
Conversation
…ill-loader proxy - Document OpenCode's broken stdio transport causing 'login fail' errors - Recommend auto-skill-loader minimax_understand_image proxy instead - Update tool references throughout SKILL.md - Version bump to 1.2 - Add cross-promotion for auto-skill-loader
…ax_understand_image throughout
…data fields, restructure as tool interface
Contributor
Author
|
Hey @zest01998 @liyuan97 — this PR is ready for review. Key changes in v1.4: mmx-cli is now the primary vision tool (direct REST, no MCP transport issues), with the auto-skill-loader MCP as fallback. Also includes clipboard handling fixes and metadata bug fixes. Let me know if you have any questions! |
Contributor
Author
|
Hey @zest0198 @liyuan97 @AkairoDev — this PR is ready for review. Major changes since last update (v1.4):
The skill is installable via |
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.
Summary
vision-analysis skill v1.4 — mmx-cli as primary tool, MCP as fallback, plus clipboard handling and OpenCode workarounds.
Changes
mmx-cli as primary tool (v1.4)
mmx vision describeis now the recommended primary tool — direct REST call to MiniMax VLM, no MCP transport issues, handles URLs and local files automatically/v1/coding_plan/vlmendpoint — sidesteps all OpenCode MCP stdio bugs entirelyauto-skill-loader_minimax_understand_image) is now the fallback when mmx is not installednpm install -g mmx-cli— works in any host (Claude Code, OpenCode, terminal)Clipboard fix
OpenCode stdio bug workaround
Metadata bug fixes
requires_mcpfield — caused plugin to filter skill from get_available_skillssourceslist — failed z.record(z.string(), z.string()) schema validationTrigger tightening
Tool Priority
npm install -g mmx-cli, set MINIMAX_API_KEYTesting
Closes
Closes #35
Submitted by: divitkashyap