Yunfei He
5b399e0844
feat(runtime): enable raw mode by default on mount
...
TUI apps should suppress terminal echo to prevent keystroke pollution
in the rendered UI. Raw mode is now on by default (matching Bubbletea,
Textual, Ratatui), with exitOnCtrlC also defaulting to true.
Pass rawMode: false to mount() for pure-output CLI tools that don't
need input suppression.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 17:43:21 +08:00
Yunfei He
e850cb15ee
docs: update Examples section and move below Quick Example
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-25 00:03:45 +08:00
Yunfei He
6b504d2a36
docs: add early-stage disclaimer to README
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:52:09 +08:00
Yunfei He
9f9edcf991
fix(coding-agent): lazy-init OpenAI client to avoid top-level throw
2026-05-24 22:36:38 +08:00
Yunfei He
f0443ef90e
docs: move Packages section up and expand descriptions
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:20:35 +08:00
Yunfei He
e87274fcda
docs: replace manual install with tiged starter in Getting Started
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:13:59 +08:00
Yunfei He
8bda124b9a
docs: polish README with install, examples, API overview, and testing
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 22:07:37 +08:00
Yunfei He
abfdf89e3e
docs: update README tagline
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 21:45:29 +08:00
Yunfei He
fda19b926d
docs: README with Ink credits, project website
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-24 18:14:06 +08:00