| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-15 | 632 Bytes | |
| v0.1.7 source code.tar.gz | 2026-04-15 | 342.0 kB | |
| v0.1.7 source code.zip | 2026-04-15 | 395.3 kB | |
| Totals: 3 Items | 737.9 kB | 1 | |
Improvements
- Zero-boilerplate usage —
<Terminal />andnew WTerm(el)now work out of the box with noonDatawiring required. WhenonDatais 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/useTerminaldocumented 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
Contributors
- @ctate