@heart-of-gold/toolkit 0.1.47 → 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.
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>`
|