shithub
tenseleyflow
/
claudex
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
claudex
Public
Notifications
Fork
0
Star
0
Commits
71832a5b6bf24bea95cbd2c5e1d5c15788dd9bce
Switch branches/tags
Branches
Tags
trunk
default
No tags found.
All users
espadonne
View commits for all users
All time
April
2026
‹
›
Su
Mo
Tu
We
Th
Fr
Sa
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
Commits on April 11, 2026
perf: drop webgl addon + trim per-mount tracing
espadonne
committed
1 month ago
71832a5
perf: disable react strictmode to stop terminal double-mount thrash
espadonne
committed
1 month ago
d88a74d
perf: virtualize sidebar with react-virtuoso flat-row model
espadonne
committed
1 month ago
c45b847
perf: code-split terminal chunk behind react lazy+suspense
espadonne
committed
1 month ago
19ab69c
perf: lru cache + skeleton loading state + header title on click
espadonne
committed
1 month ago
d2d4313
perf: content-visibility on session rows for offscreen scroll
espadonne
committed
1 month ago
b67d967
fix: selectSession race when clicking B while A still loading
espadonne
committed
1 month ago
f2d3758
perf: suppress file-watcher events for pty-owned sessions + 2s debounce
espadonne
committed
1 month ago
68a6e58
perf: cap disk reads at 2000 messages + run async off sync pool
espadonne
committed
1 month ago
6b46cf2
debug: coalesce duplicate log entries over 500ms window
espadonne
committed
1 month ago
6c20a65
perf: per-pty event channel + spawn-lock dedupe + chunked replay
espadonne
committed
1 month ago
68a4c05
fix: hoist claudeArgs useMemo above early returns (rules of hooks)
espadonne
committed
1 month ago
b85ff40
ui: terminalpane tracing + strictmode-safe remount cleanup
espadonne
committed
1 month ago
dfb80df
ui: error boundaries around sidebar + viewer panes
espadonne
committed
1 month ago
ad9ef9d
ipc: log_frontend bridge + debug bootstrap forwards js errors to rust
espadonne
committed
1 month ago
17f83dc
rust: daily file logging to ~/Library/Logs/claudex/
espadonne
committed
1 month ago
89b9e84
tests: store pty lifecycle + parallel-threads regression guard
espadonne
committed
1 month ago
d8daf2f
ui: titlebar live-terminals pill + popover
espadonne
committed
1 month ago
d4c1f7d
ui: sidebar indicators for live terminals
espadonne
committed
1 month ago
4566d46
ui: viewer mode toggle + terminal close button
espadonne
committed
1 month ago
fc88b49
feat: terminalpane with reattach + spawn flow
espadonne
committed
1 month ago
28dc353
store: viewerMode + ptyIds with pty event subscription
espadonne
committed
1 month ago
5f5915b
ipc: pty command + event wrappers
espadonne
committed
1 month ago
b329e3c
deps: xterm core + fit/links/webgl/unicode11 addons
espadonne
committed
1 month ago
08a70ee
rust: pty commands + window-destroy reaper
espadonne
committed
1 month ago
59999c5
tests: pty driver integration coverage
espadonne
committed
1 month ago
eb02a40
tests: fake_claude interactive echo mode for pty tests
espadonne
committed
1 month ago
ba8409a
rust: spawn_pty driver with reader/wait/kill tasks
espadonne
committed
1 month ago
c9dafb8
rust: pty module foundation with bounded ring buffer
espadonne
committed
1 month ago
0c843aa
ui: turn status banner with stderr disclosure and zero-output warning
espadonne
committed
1 month ago
a1f0676
Older