chore: bump version and changelog (v1.82.1.0)

Co-Authored-By: OpenAI Codex <noreply@openai.com>
This commit is contained in:
Garry Tan
2026-09-09 02:48:40 +00:00
co-authored by OpenAI Codex
parent 939da0c203
commit 0cbccc1c6c
4 changed files with 12 additions and 3 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [1.82.1.0] - 2026-09-09
### Changed
- Codex reviews, consultations, and evals now default to GPT-6 Astra. Choose another model with `GSTACK_CODEX_MODEL` or an explicit model in your request; the readiness probe checks that same selection.
- Claude outside voices and eval capture/judging now default to Fable 5.1. Outside voices accept `GSTACK_CLAUDE_MODEL`; evals retain their explicit and environment model overrides. Warmup and distillation keep their cheaper defaults.
### Fixed
- Native Codex reviews honor the selected model even when the CLI has a separate review-model pin. Claude judges parse text after thinking blocks, and arm judgments omit the temperature setting Fable does not support.
## [1.81.0.0] - 2026-09-06
**Aside is the browser gstack drives first. Every browsing skill, the PDF and diagram renderer, and web research go through it.**
+1 -1
View File
@@ -1 +1 @@
1.81.0.0
1.82.1.0
+1 -1
View File
@@ -1,4 +1,4 @@
# gstack digest v1.81.0.0 — regenerate/re-copy after upgrading gstack
# gstack digest v1.82.1.0 — regenerate/re-copy after upgrading gstack
Behavioral rules from gstack (https://github.com/garrytan/gstack), compressed
for agent hosts without a full skill install. The full skills add workflows,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gstack",
"version": "1.81.0",
"version": "1.82.1",
"description": "Garry's Stack — Claude Code skills + fast headless browser. One repo, one install, entire AI engineering workflow.",
"license": "MIT",
"type": "module",