@heart-of-gold/toolkit 0.1.46 → 0.1.48
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.3"
|
|
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
|
@@ -9,15 +9,16 @@ description: Use when the user asks to run Codex CLI (codex exec, codex resume)
|
|
|
9
9
|
|
|
10
10
|
| Model | Best for |
|
|
11
11
|
| --- | --- |
|
|
12
|
-
| `gpt-5.
|
|
12
|
+
| `gpt-5.5` | Flagship (released 2026-04-23) — complex coding, computer use, knowledge work, research workflows. **ChatGPT sign-in only — not available with API-key auth.** Fall back to `gpt-5.4` if not in the user's model picker yet. |
|
|
13
|
+
| `gpt-5.4` | Professional coding with strong reasoning + tool use. Default fallback when `gpt-5.5` is unavailable. |
|
|
13
14
|
| `gpt-5.4-mini` | Faster/cheaper for lighter coding tasks and subagents |
|
|
14
|
-
| `gpt-5.
|
|
15
|
-
| `gpt-5.3-codex-spark` | Near-instant real-time coding iteration (research preview) |
|
|
15
|
+
| `gpt-5.3-codex` | Complex software engineering with industry-leading coding capabilities |
|
|
16
|
+
| `gpt-5.3-codex-spark` | Near-instant real-time coding iteration (ChatGPT Pro research preview) |
|
|
16
17
|
|
|
17
|
-
Default recommendation: `gpt-5.
|
|
18
|
+
Default recommendation: `gpt-5.5` for complex tasks (with `gpt-5.4` fallback), `gpt-5.4-mini` for speed.
|
|
18
19
|
|
|
19
20
|
## Running a Task
|
|
20
|
-
1. Ask the user (via `AskUserQuestion`) which model to use (default: `gpt-5.4`) AND which reasoning effort (`xhigh`, `high`, `medium`, or `low`) in a **single prompt with two questions**.
|
|
21
|
+
1. Ask the user (via `AskUserQuestion`) which model to use (default: `gpt-5.5`, fallback `gpt-5.4`) AND which reasoning effort (`xhigh`, `high`, `medium`, or `low`) in a **single prompt with two questions**.
|
|
21
22
|
2. Select the sandbox mode required for the task; default to `--sandbox read-only` unless edits or network access are necessary.
|
|
22
23
|
3. Assemble the command with the appropriate options:
|
|
23
24
|
- `-m, --model <MODEL>`
|