ai-push-hooks 0.1.11 → 0.1.12
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-push-hooks.toml
CHANGED
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ Requirements:
|
|
|
92
92
|
| Key | Type | Default | Description |
|
|
93
93
|
| --- | --- | --- | --- |
|
|
94
94
|
| `runner` | string | `"opencode"` | LLM runner label (currently OpenCode flow). |
|
|
95
|
-
| `model` | string | `"openai/gpt-5.3-codex
|
|
95
|
+
| `model` | string | `"openai/gpt-5.3-codex"` | Model passed to OpenCode. |
|
|
96
96
|
| `variant` | string | `""` | Optional OpenCode variant. |
|
|
97
97
|
| `timeout_seconds` | int | `800` | Timeout per LLM invocation and related OpenCode calls. |
|
|
98
98
|
| `max_parallel` | int | `2` | Max concurrent read-only steps (`collect`, `llm`). |
|
package/package.json
CHANGED
package/pyproject.toml
CHANGED