CodeNomad/packages/server/src
Pascal André e4a2bde33b
fix(server): expose active V2 plugin metadata
Allow the read-only OpenCode /api/plugin endpoint through the workspace proxy so the status panel can distinguish active plugins from configured but unloaded packages.

Keep the route inside the explicit proxy allowlist and cover it with the instance proxy suite. The focused 25-test proxy suite, server typecheck, and diff check pass.
2026-08-18 21:12:49 +02:00
..
auth feat(sidecars): add proxied sidecar tabs (#279) 2026-04-02 23:00:17 +01:00
clients feat(voice): support per-client conversation mode state 2026-03-31 12:39:29 +01:00
config feat(settings): reorganize settings and add chat block visibility (#614) 2026-07-26 17:50:08 +01:00
events feat(desktop): persist and restore UI state across restarts (#578) 2026-07-15 10:22:23 +01:00
filesystem fix(files): search large workspaces beyond candidate cap (#623) 2026-07-26 17:51:56 +01:00
opencode-update fix(settings): restore OpenCode V2 updates 2026-08-18 18:20:10 +02:00
permissions refactor(events): preserve native V2 envelopes 2026-08-18 12:52:19 +02:00
previews Add session web preview mode (#430) 2026-05-10 21:46:10 +01:00
releases chore(release): simplify dev version format 2026-02-13 00:07:33 +00:00
server fix(server): expose active V2 plugin metadata 2026-08-18 21:12:49 +02:00
settings fix(settings): preserve migrated database variables 2026-08-18 10:14:58 +02:00
sidecars feat(ui): manage visible provider models (#637) 2026-08-13 09:33:23 +01:00
speech feat(speech): separate STT/TTS provider configuration (#579) 2026-07-13 13:27:50 +02:00
storage Rename CLI package to @neuralnomads/codenomad and bin codenomad 2025-11-20 23:51:44 +00:00
ui fix(tauri): stop stale UI assets from shadowing desktop builds (#258) 2026-03-30 20:54:29 +01:00
usage fix(ui): polish provider usage status panel ( and Yolo panel ) (#610) 2026-07-19 17:16:24 +01:00
workspaces refactor(events): preserve native V2 envelopes 2026-08-18 12:52:19 +02:00
api-types.ts refactor(events): preserve native V2 envelopes 2026-08-18 12:52:19 +02:00
bin.ts Rename CLI package to @neuralnomads/codenomad and bin codenomad 2025-11-20 23:51:44 +00:00
cli-upgrade.test.ts feat(server): add CLI upgrade command (#374) 2026-04-26 17:14:27 +01:00
cli-upgrade.ts feat(server): add CLI upgrade command (#374) 2026-04-26 17:14:27 +01:00
index.test.ts fix(restore): simplify persistence and harden cross-platform cleanup (#602) 2026-07-17 22:17:15 +01:00
index.ts feat(opencode): migrate CodeNomad to native V2 2026-08-12 20:09:44 +02:00
launcher.ts fix(server): expand Linux browser launch candidates (#475) 2026-05-17 16:15:30 +01:00
loader.ts Rename CLI package to @neuralnomads/codenomad and bin codenomad 2025-11-20 23:51:44 +00:00
logger.ts Rename CLI package to @neuralnomads/codenomad and bin codenomad 2025-11-20 23:51:44 +00:00
shutdown.test.ts fix(restore): simplify persistence and harden cross-platform cleanup (#602) 2026-07-17 22:17:15 +01:00
shutdown.ts fix(restore): simplify persistence and harden cross-platform cleanup (#602) 2026-07-17 22:17:15 +01:00