Shantur Rathore
ea92c0609d
fix(server): move spawn env/args behind debug/trace ( #141 )
2026-02-11 14:06:39 +00:00
Shantur Rathore
338a88fb5a
feat(server): add HTTPS with self-signed certs
...
Default to HTTPS with optional loopback HTTP, generate/rotate self-signed certs via node-forge, and surface Local/Remote connection URLs. Update /api/meta schema, UI remote access overlay, and desktop shells to follow the new startup output.
2026-02-08 15:48:00 +00:00
Shantur Rathore
e878c3c83b
fix(instance-events): unwrap payload-only SSE events
...
Accept OpenCode SSE chunks shaped as { payload: { type, ... } } even when no directory is present, and attach directory when available to avoid dropping heartbeat events as malformed.
2026-02-07 16:00:28 +00:00
Shantur Rathore
b41da03e8a
feat(worktrees): refine worktree selector UX
2026-02-07 14:57:34 +00:00
Shantur Rathore
ef14b9acb6
worktrees - Implementation
2026-02-07 11:46:56 +00:00
Shantur Rathore
c74e0b89f7
fix(shutdown): stop instances before app exit
...
Prevent desktop wrappers from SIGKILLing the CLI during shutdown, which could orphan OpenCode workspace processes. Shut down workspaces earlier/in parallel and increase the quit grace period.
2026-01-25 11:01:50 +00:00
Shantur Rathore
0766185ff6
fix(server): stop workspace process groups
2026-01-24 14:41:09 +00:00
Shantur Rathore
dffa4907ec
fix(server): validate OpenCode binary by spawning --version
2026-01-15 20:47:30 +00:00
Shantur Rathore
e567d35438
fix(server): prefer .exe/.cmd candidates on Windows
2026-01-15 20:45:14 +00:00
Shantur Rathore
62f52fc534
fix(server): spawn opencode shims via Windows shells
2026-01-15 20:43:40 +00:00
Shantur Rathore
40634138bc
feat(server): add authenticated remote access and desktop bootstrap
...
Adds cookie-based login with a bootstrap token flow for desktop apps, secures OpenCode instance traffic with per-instance Basic auth, and updates UI/plugin clients to use credentials.
2026-01-14 18:18:14 +00:00
Shantur Rathore
3e4d51c9f2
Surface runtime output in launch errors
2025-12-25 20:44:21 +00:00
Shantur Rathore
94aa469e90
Stop workspace port warning timer after allocation
2025-12-24 20:29:11 +00:00
Shantur Rathore
d0eac1e610
Use bundled opencode config at runtime
2025-12-24 12:01:03 +00:00
Shantur Rathore
28b66ed0af
Add CodeNomad plugin bridge for opencode
2025-12-23 23:06:33 +00:00
Shantur Rathore
8334e27294
Show error if opencode fails to launch
2025-12-17 22:59:05 +00:00
Shantur Rathore
722b523f92
Add packages/opencode-config and use it
2025-12-17 22:58:41 +00:00
Shantur Rathore
df52ed3035
improve server logging for sse and http
2025-12-05 10:53:57 +00:00
Shantur Rathore
dd6efee900
disable SSE body timeouts and ignore workspace-stopped disconnects
2025-11-23 19:34:14 +00:00
Shantur Rathore
48a16a6702
ignore expected workspace stops when showing disconnect modal
2025-11-23 19:17:53 +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
d6fdef68d9
Rename CLI package to @neuralnomads/codenomad and bin codenomad
2025-11-20 23:51:44 +00:00