Shantur Rathore
859312ba3b
feat(ui): add dispose instance and rehydrate
...
Adds a dispose instance action to the instance info view, POSTing to /instance/dispose and rehydrating per-instance stores; also handles server.instance.disposed events and adds danger button styling.
2026-02-18 01:07:52 +00:00
Shantur Rathore
4eaa711f01
fix(ui): make alert dialog scrollable for long errors
2026-02-18 00:27:26 +00:00
Shantur Rathore
c8ff858565
fix(ui): render user message text as markdown
...
User text parts now use the same Markdown renderer + cache path as assistant messages, while keeping role-specific heading and accent colors.
2026-02-17 22:44:30 +00:00
Shantur Rathore
6de6ef5a4a
Bump to v0.11.2
v0.11.2-dev-20260217-6de6ef5a
2026-02-17 18:47:21 +00:00
Shantur Rathore
4dee154490
docs: add star history chart
v0.11.1-dev-20260217-4dee1544
2026-02-17 18:43:02 +00:00
Shantur Rathore
ef388adc4f
fix(server): avoid back to login after auth
...
Replace /login history entry on success and redirect authenticated /login to /, with no-store headers to prevent caching.
2026-02-17 18:27:41 +00:00
Shantur Rathore
e8cfad1266
fix(ui): anchor fullscreen exit button to viewport
...
Render the mobile fullscreen exit button at the App root so fixed positioning stays pinned to the top-right regardless of instance header visibility.
2026-02-17 18:13:44 +00:00
Shantur Rathore
3f82dd21fe
fix(ui): reduce prompt expanded height on mobile
...
Use the existing instance shell layout mode to cap expanded prompt rows to 10 on phone/tablet while keeping 15 on desktop.
2026-02-17 18:04:37 +00:00
Shantur Rathore
dc13d9a7d0
fix(ui): avoid mobile prompt focus on switch
...
Stops auto-focusing the prompt on phone session switches and scopes type-to-focus to the active visible prompt, disabling it on coarse pointers.
2026-02-17 18:00:48 +00:00
Shantur Rathore
29557fba6d
feat(ui): add mobile fullscreen mode
...
Adds an in-memory mobile fullscreen toggle that hides chrome and uses the Fullscreen API when available.
2026-02-17 17:30:03 +00:00
Shantur Rathore
dea5079713
feat(ui): add diff toolbar toggles and word wrap
...
Replace split/unified and context controls with icon toggles, add a word-wrap toggle (default on), and move the toolbar into the tab header to free vertical space.
2026-02-17 13:47:07 +00:00
Shantur Rathore
ddc58a2c3c
feat(ui): add context meter indicator
...
Replace duplicated Used/Avail pills with a shared ContextMeter component and add a small filled context usage indicator for quick scanning.
2026-02-17 12:26:03 +00:00
Shantur Rathore
eafd4d83af
fix(ui): use model input limit for avail tokens
...
Upgrade @opencode-ai/sdk to 1.2.6 and prefer v2 model limit.input when present for the session AVAIL chip; otherwise keep the existing context-window-based estimate.
2026-02-17 11:13:17 +00:00
Shantur Rathore
1a0734c6b1
fix(ui): persist listening mode before restart
v0.11.1-dev-20260216-1a0734c6
2026-02-16 21:39:46 +00:00
Shantur Rathore
e16c5752ed
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
v0.11.1
v0.11.1-dev-20260216-e16c5752
2026-02-16 09:01:25 +00:00
Shantur Rathore
375f92410e
Merge pull request #169 from NeuralNomadsAI/codenomad/issue-136
...
feat(ui): unify picker Tab/Enter/Shift+Enter and allow directory attachments
v0.10.3-dev-20260216-375f9241
2026-02-16 09:00:22 +00:00
Shantur Rathore
53f1dd4150
Merge pull request #171 from VooDisss/codenomad/issue-136
...
fix(ui): improve picker deletion, ESC cancel, and SHIFT+ENTER path handling
2026-02-16 08:59:17 +00:00
VooDisss
b7f638f07d
fix(i18n): add workspace root translation key
2026-02-16 05:21:22 +02:00
VooDisss
32113ea100
fix(ui): resolve root path @. and @./ correctly
2026-02-16 05:03:27 +02:00
VooDisss
b31135f622
fix(ui): fix ./ path prefix for SHIFT+ENTER
2026-02-16 04:29:24 +02:00
Shantur Rathore
eb6701185b
Min version 0.11.1
2026-02-15 23:36:32 +00:00
Shantur Rathore
d948ad8e35
Bump version to 0.11.1
2026-02-15 23:34:26 +00:00
VooDisss
f58267dd30
fix(ui): always strip @ for SHIFT+ENTER paths regardless of file attachment
2026-02-16 01:23:24 +02:00
VooDisss
95c747923c
fix(ui): improve picker actions, directory navigation, @ handling, and message display
2026-02-16 01:11:53 +02:00
Shantur Rathore
f3b9ee4e04
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
v0.10.3-dev-20260215-f3b9ee4e
2026-02-15 22:52:48 +00:00
Shantur Rathore
309a123c1f
Merge pull request #176 from NeuralNomadsAI/codenomad/issue-175
...
fix(ui): prevent close button overlapping theme toggle
v0.10.3-dev-20260215-309a123c
2026-02-15 22:45:49 +00:00
Shantur Rathore
761e3d4268
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
...
# Conflicts:
# packages/ui/src/stores/preferences.tsx
2026-02-15 22:43:18 +00:00
Shantur Rathore
265d497ef4
chore(opencode-config): bump @opencode-ai/plugin to 1.2.4
2026-02-15 22:26:17 +00:00
Shantur Rathore
56a052086f
fix(ui): ignore unsupported patch parts
2026-02-15 22:26:17 +00:00
Shantur Rathore
9a4d205d97
refactor(ui): rename message time.completed to time.end
...
Update all references from info.time.completed to info.time.end to align
with SDK schema changes. Affects message status tracking and rendering.
2026-02-15 20:38:57 +00:00
Shantur Rathore
ff71302969
fix(ui): prevent close button overlapping theme toggle
2026-02-15 15:43:54 +00:00
Shantur Rathore
4f6c8523c0
Merge pull request #174 from NeuralNomadsAI/codenomad/issue-173
...
Docs: link server CLI docs and list flags/env vars
v0.10.3-dev-20260215-4f6c8523
2026-02-15 15:30:33 +00:00
Shantur Rathore
8c24a7daf3
docs: reorganize server and dev release docs
2026-02-15 15:29:06 +00:00
Shantur Rathore
682937e945
docs(server): improve CLI flag/env var docs
...
Make server usage easier to discover from the root README, add local install/run instructions, and document additional CLI flags/env vars for UI and logging.
2026-02-15 15:21:09 +00:00
Shantur Rathore
35ff359c0f
Merge pull request #170 from NeuralNomadsAI/codenomad/issue-153
...
Fix: hide keyboard shortcut hints in WebUI + add toggle
v0.10.3-dev-20260215-35ff359c
2026-02-15 09:24:30 +00:00
Shantur Rathore
5067db3dd0
fix(ui): handle message.part.delta streaming
...
Wire message.part.delta SSE events into the v2 message store and append deltas onto existing part fields.
2026-02-15 00:54:31 +00:00
Shantur Rathore
c7195469bd
fix(ui): add keyboard shortcut hints toggle
...
Hide shortcut hints in WebUI and allow toggling in native desktop apps.
2026-02-14 00:02:56 +00:00
Shantur Rathore
1ef01da019
feat(ui): improve picker actions and directory attach
2026-02-13 22:52:42 +00:00
Shantur Rathore
edd3ded1d8
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
2026-02-13 14:47:43 +00:00
Shantur Rathore
e30ff6358d
feat(settings): move config/state to owner buckets
...
Add generic /api/storage config/state endpoints with merge-patch, migrate legacy YAML/JSON layout, and update UI/server to read and write owner-scoped settings. Replace config SSE events and drop /api/config routes.
2026-02-13 14:34:33 +00:00
Shantur Rathore
e9f281a69d
Merge pull request #168 from NeuralNomadsAI/codenomad/issue-166
...
fix(ui): hide keyboard hints on phone layout
v0.10.3-dev-20260213-e9f281a6
2026-02-13 10:15:53 +00:00
Shantur Rathore
36baac06b8
fix(ui): hide kbd hints on non-desktop
2026-02-13 10:02:15 +00:00
Shantur Rathore
3678214e69
fix(ui): hide keyboard hints on non-desktop
2026-02-13 09:54:46 +00:00
Shantur Rathore
338e3d9d38
fix(ui): hide keyboard hints on phone layout
2026-02-13 09:21:24 +00:00
Shantur Rathore
0c0f397db0
Merge pull request #164 from NeuralNomadsAI/codenomad/issue-159
...
fix(ui): keep prompt attachments in sync
v0.10.3-dev-20260213-0c0f397d
2026-02-13 08:05:05 +00:00
Shantur Rathore
da70cc9944
fix(ui): keep prompt attachments in sync
2026-02-13 00:51:42 +00:00
Shantur Rathore
ba418a8518
chore(release): publish dev builds as codenomad-dev
...
Switch dev workflow to publish the server under @neuralnomads/codenomad-dev with dist-tag latest, avoiding @dev dist-tags. Add workflow input to override package name at publish time.
v0.10.3-dev-20260213-ba418a85
2026-02-13 00:39:14 +00:00
Shantur Rathore
ffe991bbe4
chore(release): simplify dev version format
...
Switch dev builds to use -dev-YYYYMMDD-sha8 suffix and update version parsing + dev detection accordingly.
v0.10.3-dev-20260213-ffe991bb
2026-02-13 00:07:33 +00:00
Shantur Rathore
3047a1e602
fix(ci): avoid secrets context in step if
...
Remove secrets-based step conditionals in reusable npm publish workflow; decide token vs OIDC at runtime.
v0.10.3-dev.20260212235834.3047a1e6
2026-02-12 23:58:18 +00:00
Shantur Rathore
e6c568988a
fix(ci): declare NPM_TOKEN for reusable publish
...
Expose NPM_TOKEN as an optional workflow_call secret so step conditionals can reference secrets.NPM_TOKEN.
2026-02-12 23:55:58 +00:00