claudish 2.5.0 → 2.6.1
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/AI_AGENT_GUIDE.md +2 -2
- package/README.md +2 -2
- package/dist/index.js +31990 -993
- package/dist/mcp-server.js +30705 -0
- package/package.json +27 -22
- package/recommended-models.json +1 -1
- package/scripts/postinstall.cjs +0 -0
- package/skills/claudish-usage/SKILL.md +2 -2
package/AI_AGENT_GUIDE.md
CHANGED
|
@@ -512,8 +512,8 @@ ${resultFile}
|
|
|
512
512
|
## Additional Resources
|
|
513
513
|
|
|
514
514
|
- **Full Documentation:** `<claudish-install-path>/README.md`
|
|
515
|
-
- **Skill Document:**
|
|
516
|
-
- **Model Integration:**
|
|
515
|
+
- **Skill Document:** `skills/claudish-usage/SKILL.md` (in repository root)
|
|
516
|
+
- **Model Integration:** `skills/claudish-integration/SKILL.md` (in repository root)
|
|
517
517
|
- **OpenRouter Docs:** https://openrouter.ai/docs
|
|
518
518
|
- **Claudish GitHub:** https://github.com/MadAppGang/claude-code
|
|
519
519
|
|
package/README.md
CHANGED
|
@@ -196,8 +196,8 @@ claudish --help-ai > claudish-agent-guide.md
|
|
|
196
196
|
|
|
197
197
|
**Resources:**
|
|
198
198
|
- Full AI agent guide: `claudish --help-ai`
|
|
199
|
-
- Skill document:
|
|
200
|
-
- Model integration:
|
|
199
|
+
- Skill document: `skills/claudish-usage/SKILL.md` (in repository root)
|
|
200
|
+
- Model integration: `skills/claudish-integration/SKILL.md` (in repository root)
|
|
201
201
|
|
|
202
202
|
## Usage
|
|
203
203
|
|