@heart-of-gold/toolkit 0.1.46 → 0.1.47
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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"name": "guide",
|
|
10
10
|
"source": "./plugins/guide",
|
|
11
11
|
"description": "The Hitchhiker's Guide — content creation suite with automated pipeline, daily briefs, and blog writing",
|
|
12
|
-
"version": "0.3.
|
|
12
|
+
"version": "0.3.2"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"name": "deep-thought",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"name": "babel-fish",
|
|
28
28
|
"source": "./plugins/babel-fish",
|
|
29
29
|
"description": "Universal Translator — media generation tools for audio, image, and video content",
|
|
30
|
-
"version": "0.2.
|
|
30
|
+
"version": "0.2.10"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "quellis",
|
package/README.md
CHANGED
|
@@ -217,7 +217,7 @@ npm run check:compat
|
|
|
217
217
|
- **Claude Code**: No additional requirements
|
|
218
218
|
- **Guide plugin**: Python 3.10+, `feedparser`, `pyyaml`, `jq`, `curl`, `zip`
|
|
219
219
|
- **Babel Fish audio**: ElevenLabs API key
|
|
220
|
-
- **Babel Fish image**: OpenRouter API key
|
|
220
|
+
- **Babel Fish image**: Codex CLI ≥ 0.124.0-alpha.2 (default, uses ChatGPT OAuth), or `GEMINI_API_KEY`, or OpenRouter API key
|
|
221
221
|
- **iMessage delivery**: macOS (optional)
|
|
222
222
|
- **Private tailnet viewer exposure**: Tailscale CLI (optional)
|
|
223
223
|
|
package/package.json
CHANGED