v1.8.1
This patch fixes terminal typing and simplifies stock research setup.
- Prevent full-screen redraws from scrolling at the bottom-right corner. The real cursor follows the input text, and long Unicode input keeps its editable tail visible.
- Enter a stock ticker without a separate research-question field.
- Show the repository's alpha/price-trend logo only on the startup language page, using ordinary terminal character cells.
Download and extract the complete archive for your machine. Keep its launcher, runtime/ and app/ together; no separate Node/npm/Codex installation is needed.
| Platform | Archive | Start in the extracted folder |
|---|---|---|
| macOS Apple Silicon | alphacouncil-terminal-1.8.1-darwin-arm64.tar.gz |
./alphacouncil |
| Linux x64 | alphacouncil-terminal-1.8.1-linux-x64.tar.gz |
./alphacouncil |
| Windows x64 | alphacouncil-terminal-1.8.1-win32-x64.tar.gz |
.\alphacouncil.cmd |
Validation: 1,684 source tests and 40 terminal tests pass. The VT regression reproduces scrolling with the previous renderer and records zero scrolls with the fix. The macOS PTY flow verifies home-only branding, ticker-only setup, per-character cursor position, and resizing between 80×24 and 120×36. The compatibility matrix, Work tests, fuzzing and three-platform native builds also pass.
A separate duplicate Windows push run hit an unchanged method-worker state assertion; the complete same-tree PR Windows check passed. The exact cause of the duplicate-run failure remains undiagnosed.
Archives remain unsigned. The macOS Terminal GUI and native IME composition could not be controlled by the automation tool, so PTY/VT checks are not described as native GUI acceptance. No live stock research or model-account acceptance was rerun for this UI patch.