Shantur Rathore
4cf980fb97
fix(permissions): reply in originating worktree
...
Track the worktree slug when permissions are enqueued and send permission replies through a worktree-scoped client so x-opencode-directory matches the originating context.
2026-02-09 00:56:20 +00:00
Shantur Rathore
ef14b9acb6
worktrees - Implementation
2026-02-07 11:46:56 +00:00
Shantur Rathore
05f193df7b
fix(ui): auto-select first ready instance after refresh
2026-01-20 19:28:56 +00:00
Shantur Rathore
72f420b6f6
feat(ui): support question tool requests
...
Add question queue hydration, inline answering UI, and unify pending requests with permissions.
2026-01-10 09:46:23 +00:00
bizzkoot
888e365d72
feat: enhance permission modal with tool details, queue nav, session nav, and responsive design
...
Modal Enhancements:
- Add accurate tool name extraction from message store (same method as inline chat)
- Display 'Tool Call [name]' badge (e.g., 'Tool Call read', 'Tool Call write')
- Add 'Go to Session ↗' button to navigate to originating session
- Add Prev/Next buttons for queue navigation with keyboard shortcuts (←/→)
- Add queue counter showing current position
Responsive Web Design:
- Portrait phones: 90vh max-height with safe margins (avoids browser URL bar)
- Landscape phones: 95vw with 50vh body scroll
- Tablets: adaptive layout
- Touch devices: 44-48px touch targets
Technical Changes:
- Import messageStoreBus for tool part lookup
- Query linked part.tool via permission messageId/callId
- Export setActivePermissionIdForInstance for queue navigation
- Add tool badge CSS styling
2026-01-08 06:38:59 +08:00
Shantur Rathore
1377bc6b91
Migrate UI to v2 SDK client
...
Use v2 OpencodeClient with normalized request handling and rehydrate pending permissions via GET /permission on instance hydration.
2026-01-04 22:02:30 +00:00
Shantur Rathore
fcb5998474
Update UI permissions for SDK 1.0.166
...
Handle permission.asked events and requestID replies while keeping legacy compatibility.
2026-01-04 22:02:30 +00:00
Shantur Rathore
8334e27294
Show error if opencode fails to launch
2025-12-17 22:59:05 +00:00
Shantur Rathore
ff5c698131
Refactor instance metadata handling
2025-12-15 16:08:28 +00:00
Shantur Rathore
971abe24d7
feat(ui): add runtime logger and replace console usage
2025-12-05 15:07:49 +00:00
Shantur Rathore
6a16dd8f98
align permission attachments with SSE stream
2025-12-02 23:53:34 +00:00
Shantur Rathore
e91923ad99
Improve message stream auto-scroll during streaming
2025-12-01 19:46:16 +00:00
Shantur Rathore
fad2809299
Improve message stream caching and virtualization for large sessions
2025-11-26 13:30:20 +00:00
Shantur Rathore
91ace25333
Batch hydrate normalized messages for session load
2025-11-26 10:57:39 +00:00
Shantur Rathore
27cd4515cd
finish migration to message-store
2025-11-26 10:13:05 +00:00
Shantur Rathore
1741e49568
aggregate instance SSE streams through server bus so UI uses single connection
2025-11-23 19:07:10 +00:00
Shantur Rathore
f4de0103a8
Resolve CLI binary metadata for UI
2025-11-23 11:59:12 +00:00
Shantur Rathore
2ff51c1866
Use server naming for shared API/events
2025-11-21 00:04:01 +00:00
Shantur Rathore
d6fdef68d9
Rename CLI package to @neuralnomads/codenomad and bin codenomad
2025-11-20 23:51:44 +00:00
Shantur Rathore
3f46d73a31
feat: add instance config provider and map storage ids
2025-11-20 14:46:13 +00:00
Shantur Rathore
7e95005d8c
refine config provider and full replacement flow
2025-11-19 14:43:47 +00:00
Shantur Rathore
146eae5220
Add CLI instance proxy and route UI traffic through it
2025-11-19 02:03:15 +00:00
Shantur Rathore
08d81f8bb5
Add CLI server and move UI to HTTP API
2025-11-17 18:18:45 +00:00
Shantur Rathore
89bd32814f
Split workspace into electron and ui packages
2025-11-17 12:06:58 +00:00