Shantur Rathore
3373e23a41
sync hidden sidebar layout with mobile
2025-12-06 22:34:30 +00:00
Shantur Rathore
b0650a283e
Revert "fix hidden sidebar toggle button"
...
This reverts commit f1ad1400a7 .
2025-12-06 22:31:52 +00:00
Shantur Rathore
52149f5543
Revert "align sidebar toggle layout on collapse"
...
This reverts commit 2e5a904034 .
2025-12-06 22:31:48 +00:00
Shantur Rathore
2e5a904034
align sidebar toggle layout on collapse
2025-12-06 22:30:37 +00:00
Shantur Rathore
f1ad1400a7
fix hidden sidebar toggle button
2025-12-06 22:29:03 +00:00
Shantur Rathore
bbd28404ff
gate instance info overlay on desktop
2025-12-06 22:26:52 +00:00
Shantur Rathore
04f6e362b9
Centralize tool call scroll helpers
2025-12-06 22:22:44 +00:00
Shantur Rathore
0b9cce6f86
Add session delete button
2025-12-06 22:20:15 +00:00
Shantur Rathore
d68cb6b1b8
Add delete controls to resume sessions
2025-12-06 22:16:08 +00:00
Shantur Rathore
e345dc1262
Expose UI logger controls globally
2025-12-06 12:17:33 +00:00
Shantur Rathore
2b27790a81
add tool call auto scroll sentinels
2025-12-05 23:47:34 +00:00
Shantur Rathore
2514fa94b4
stabilize scroll event wiring
2025-12-05 22:05:27 +00:00
Shantur Rathore
522910ff64
refine message stream auto scroll
2025-12-05 21:57:10 +00:00
Shantur Rathore
971abe24d7
feat(ui): add runtime logger and replace console usage
2025-12-05 15:07:49 +00:00
Shantur Rathore
49143bd049
Upgrade sdk and use async prompt
2025-12-05 12:28:44 +00:00
Shantur Rathore
df52ed3035
improve server logging for sse and http
2025-12-05 10:53:57 +00:00
Shantur Rathore
617aac8fd8
Use monitor icon for remote connect
2025-12-04 10:58:33 +00:00
Shantur Rathore
6e82ecc97e
Improve remote overlay responsiveness
2025-12-03 22:15:46 +00:00
Shantur Rathore
636a19fc50
Move remote connect button to tab bar edge
2025-12-03 22:12:16 +00:00
Shantur Rathore
97f78bb337
Make remote connect buttons icon-only
2025-12-03 22:10:53 +00:00
Shantur Rathore
0ca39d2fb0
Filter loopback addresses when remote
2025-12-03 22:05:26 +00:00
Shantur Rathore
aad1337111
Use remote-hand-over icon for connect buttons
2025-12-03 22:04:01 +00:00
Shantur Rathore
6d7bc813ed
Adjust remote button placement
2025-12-03 22:02:50 +00:00
Shantur Rathore
1a0dd21540
Expose remote connect button on folder view
2025-12-03 22:02:17 +00:00
Shantur Rathore
7cf9c35375
Restrict meta addresses when local-only
2025-12-03 21:59:20 +00:00
Shantur Rathore
f1c32253af
Adjust remote handover header copy
2025-12-03 21:57:54 +00:00
Shantur Rathore
4a8d13e2cd
Update remote overlay copy
2025-12-03 21:57:27 +00:00
Shantur Rathore
b0fd63ead5
Limit remote overlay to single QR
2025-12-03 21:54:11 +00:00
Shantur Rathore
94cb741c7f
Add remote access controls
2025-12-03 21:52:42 +00:00
Shantur Rathore
976430d61c
Don't use vite.config.ts
2025-12-03 18:36:15 +00:00
Shantur Rathore
8a8555d591
Optimize task tool summary recompute on version changes
2025-12-03 18:13:56 +00:00
Shantur Rathore
57c1605242
Message addition performance improvements
2025-12-03 17:07:05 +00:00
Shantur Rathore
cfbd0bdffa
Show view instance button only on small screen
2025-12-03 16:41:45 +00:00
Shantur Rathore
58efb8bc3e
disable diff cache
2025-12-03 16:41:19 +00:00
Shantur Rathore
b35bfe63c0
Increase timeout for CLI startup
2025-12-03 16:37:48 +00:00
Shantur Rathore
d7b5f53d59
launch cli listeners on all interfaces
2025-12-03 00:16:02 +00:00
Shantur Rathore
168b782006
retry default port before auto ephemeral
2025-12-03 00:10:20 +00:00
Shantur Rathore
9e0fbd185d
keep instance tab close buttons visible
2025-12-03 00:09:07 +00:00
Shantur Rathore
11be314f63
center mobile usage chips
2025-12-03 00:04:52 +00:00
Shantur Rathore
36ee301ef2
center session header metrics
2025-12-03 00:04:07 +00:00
Shantur Rathore
d6dd06b7d1
fix session sidebar width binding
2025-12-02 23:58:41 +00:00
Shantur Rathore
6a16dd8f98
align permission attachments with SSE stream
2025-12-02 23:53:34 +00:00
Shantur Rathore
78338f33c1
add responsive session sidebar
2025-12-02 23:52:45 +00:00
Shantur Rathore
8c72d279df
add mobile overlay for instance info
2025-12-02 23:17:14 +00:00
Shantur Rathore
a9500276c8
add expand control for pasted text attachments
2025-12-02 22:59:36 +00:00
Shantur Rathore
f9ec757c64
refactor message stream layout
2025-12-02 19:23:05 +00:00
Tyler Bradley
f4c9385661
Fix: Add crypto.randomUUID fallback for browser compatibility
...
The crypto.randomUUID() API requires a secure context (HTTPS or specific
localhost conditions). When running CodeNomad Server on 0.0.0.0:9898 or
accessing via LAN/VPN, some browsers don't provide this API, causing
attachment creation to fail with TypeError.
Added generateUUID() helper that uses crypto.randomUUID() when available,
with a Math.random()-based UUID v4 fallback for compatibility.
Fixes file and agent attachment creation in the @ mention picker when
running in headless server mode.
2025-12-02 16:55:59 +00:00
Shantur Rathore
6ba50cadd2
modularize tool-call rendering and styles
2025-12-02 16:16:49 +00:00
Shantur Rathore
8d5169cb39
Memoize ToolCall task summary rendering
2025-12-02 13:45:35 +00:00
Shantur Rathore
fe8b4a9acd
Drop tool-call scroll caching
2025-12-02 13:10:29 +00:00