| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| oracle-0.8.5.tgz | 2026-01-19 | 6.6 MB | |
| oracle-0.8.5.tgz.sha1 | 2026-01-19 | 59 Bytes | |
| oracle-0.8.5.tgz.sha256 | 2026-01-19 | 83 Bytes | |
| 0.8.5 source code.tar.gz | 2026-01-19 | 2.9 MB | |
| 0.8.5 source code.zip | 2026-01-19 | 3.0 MB | |
| README.md | 2026-01-19 | 1.0 kB | |
| Totals: 6 Items | 12.6 MB | 0 | |
Added
- Bridge: add the bridge workflow + MCP browser controls for remote ChatGPT sessions. Original PR [#42] by Kyle McCleary (@kmccleary3301) — thank you!
- CLI: add
--background/--no-background,--http-timeout,--zombie-timeout, and--zombie-last-activityto support long-running API sessions.
Fixed
- CLI: restore legacy
--[no-]notify,--[no-]notify-sound, and--[no-]backgroundflags as hidden aliases (Commander no longer accepts[no-]innew Option()). - Sessions: zombie detection now respects explicit timeouts and can optionally use last log activity to avoid false “zombie” status on long runs.
- Browser: fall back to the default DevTools target if an isolated tab fails, and keep the run tab open when
--keep-browseris set. - Browser: refresh long assistant responses without clobbering captured Markdown.
Changed
- Config: remove legacy
remote.host/remote.tokenand top-levelremoteHost/remoteToken; usebrowser.remoteHost/browser.remoteTokenor env vars.