You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Zero-boilerplate usage — <Terminal /> and new WTerm(el) now work out of the box with no onData wiring required. When onData is omitted, typed input is echoed back automatically (#16)
Simpler getting-started examples — docs, READMEs, and configuration pages updated to show the minimal one-liner usage first, with onData / useTerminal documented as an advanced pattern (#16, #17)
Faster docs layout — removed server-side cookie reads from the root layout, making it synchronous; chat panel state is now fully client-driven via useSyncExternalStore