Skip to content

Commit c8ae9c9

Browse files
committed
chore(release): 0.5.1
1 parent d8172bb commit c8ae9c9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 0.5.1 — Unreleased
5+
## 0.5.1 — 2025-12-03
6+
7+
### Added
8+
- Browser runs now auto-click the ChatGPT “Answer now” gate after sending, so workspace prompts continue without manual intervention.
69

710
### Changed
8-
- `oracle status` now uses the same session table formatting as the TUI (status/model/mode/timestamp/chars/cost/slug), keeping colors/alignment consistent across both views.
9-
- Browser mode now fails fast when cookie sync applies zero cookies (e.g., keytar not built on Node 25); the error includes the Chrome profile and a keytar rebuild hint so runs don’t hang “running” on a login page.
11+
- `oracle status` uses the same session table formatting as the TUI (status/model/mode/timestamp/chars/cost/slug) for consistent layout.
12+
- Browser mode inserts a 500 ms settle before submitting prompts and after clicking gates to avoid subscription/widget races.
13+
- OpenRouter paths route through the chat/completions API (Responses API avoided); live smokes use `z-ai/glm-4.6`, and the mixed run covers Grok fast path without skips.
14+
- Docs/guardrails: AGENTS explains sqlite/keytar rebuilds for Node 25 browser runs; changelog notes the browser cookie-sync guard.
15+
16+
### Fixed
17+
- Browser mode fails fast when cookie sync copies zero cookies (e.g., keytar not built); the error names the Chrome profile and rebuild command instead of silently hanging.
1018

1119
## 0.5.0 — 2025-11-25
1220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steipete/oracle",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "CLI wrapper around OpenAI Responses API with GPT-5.1 Pro, GPT-5.1, and GPT-5.1 Codex high reasoning modes.",
55
"type": "module",
66
"main": "dist/bin/oracle-cli.js",

0 commit comments

Comments
 (0)