@ufira/vibma 1.1.3 → 1.1.4-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/mcp.cjs +1179 -648
- package/dist/mcp.js +1179 -648
- package/dist/tools/generated/guards.cjs +16 -3
- package/dist/tools/generated/guards.d.cts +3 -1
- package/dist/tools/generated/guards.d.ts +3 -1
- package/dist/tools/generated/guards.js +15 -3
- package/dist/tools/registry.cjs +798 -494
- package/dist/tools/registry.js +798 -494
- package/dist/tools/schemas.cjs +135 -0
- package/dist/tools/schemas.d.cts +519 -1
- package/dist/tools/schemas.d.ts +519 -1
- package/dist/tools/schemas.js +121 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,12 +37,12 @@ Vibma works with any MCP-capable LLM, but model quality matters.
|
|
|
37
37
|
| Tier | OpenAI | Claude | Gemini | Open Source |
|
|
38
38
|
|------|--------|--------|--------|-------------|
|
|
39
39
|
| **Baseline** | GPT 5.2 Medium | Claude Sonnet 4.6 | Gemini 2.5 Flash | Kimi K2.5 |
|
|
40
|
-
| **Recommended** | GPT 5.4 | Claude Opus 4.6 | Gemini 3.1 Pro |
|
|
40
|
+
| **Recommended** | GPT 5.4 | Claude Opus 4.6 | Gemini 3.1 Pro | Kimi K2.6 |
|
|
41
41
|
|
|
42
42
|
- **GPT 5.4** — best overall balance of tool competence and design taste.
|
|
43
43
|
- **Claude Opus 4.6** — strongest tool use, but final designs can feel formulaic.
|
|
44
44
|
- **Gemini 3.1 Pro** — solid middle ground; GPT 5.4 currently edges it on both axes.
|
|
45
|
-
- **
|
|
45
|
+
- **Kimi K2.6** — performs well in following harness instructions, probably the cheapeast model that delivers a good experience overall.
|
|
46
46
|
|
|
47
47
|
## Setup
|
|
48
48
|
|