Commit df198d5
committed
refactor: replace React/Ink with custom ANSI renderer
Remove React, Ink, and Valtio dependencies in favor of a lightweight custom
ANSI-based terminal renderer. This eliminates runtime dependencies while
maintaining full feature parity.
Changes:
- Remove React, Ink, ink-task-list, Valtio, and yoga-layout dependencies
- Add patch-console for console output interception
- Update @types/node to v24
- Simplify README documentation prose1 parent adfc8ae commit df198d5
File tree
12 files changed
+386
-715
lines changed- src
- components
12 files changed
+386
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 51 | | |
55 | 52 | | |
56 | | - | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
60 | | - | |
61 | | - | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
| 60 | + | |
66 | 61 | | |
67 | | - | |
68 | 62 | | |
69 | | - | |
70 | | - | |
| 63 | + | |
71 | 64 | | |
72 | 65 | | |
0 commit comments