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
Shantur Rathore
45fab91e7f
feat(release): add dev prereleases and update notices
...
Publish bleeding-edge builds from dev to GitHub prereleases and npm dist-tag 'dev'. Dev builds poll GitHub prereleases and surface update availability via /api/meta for UI notifications.
2026-02-12 23:53:16 +00:00
Shantur Rathore
d3484ec3af
feat(config): migrate to YAML config and state.yaml
2026-02-12 23:53:16 +00:00
Shantur Rathore
cb0d601b09
Merge pull request #155 from seanburkes/fix/markdown-light-mode-visibility-fork
...
Fix markdown code block text visibility in light mode
2026-02-12 22:52:21 +00:00
Sean Burkes
9ea4f6b5ef
fix: light/dark mode consistency with alternating table row colors
2026-02-12 15:21:07 -07:00
Shantur Rathore
bf9ee76de5
Merge pull request #162 from NeuralNomadsAI/codenomad/pr-161
...
Add new session icon to sessions sidebar header
2026-02-12 16:53:35 +00:00
Shantur Rathore
6ed1e09180
fix(ui): align sidebar header icon sizes
2026-02-12 16:07:54 +00:00
Shantur Rathore
54d4cf6604
fix(ui): use PlusSquare icon export
2026-02-12 15:47:50 +00:00
Shantur Rathore
359e89971f
feat(ui): add new session icon in sidebar header
2026-02-12 15:37:58 +00:00
Shantur Rathore
7f833747b0
Merge pull request #160 from NeuralNomadsAI/codenomad/issue-157
...
fix(ui): handle Windows paths in instance tab titles
2026-02-12 15:01:44 +00:00
Shantur Rathore
ab3f228d85
fix(ui): handle Windows paths in tab titles
2026-02-12 14:57:40 +00:00
Sean Burkes
67a530a83b
Fix rendering for light mode table and diagnostic sections; add guards for shiki
2026-02-11 21:54:45 -07:00
Sean Burkes
612ec6af1b
Fix markdown code block text visibility in light mode
2026-02-11 21:22:41 -07:00
Shantur Rathore
3382736f05
fix(ui): split message header into two rows
...
Move assistant meta below speaker label and bump speaker label size.
v0.10.3
2026-02-11 16:02:24 +00:00
Shantur Rathore
fd5941fb36
fix(ui): show active session status in header
...
Fixes #139
2026-02-11 15:41:28 +00:00
Shantur Rathore
9b76521a90
fix(ui): improve recent folders path display ( #147 )
2026-02-11 14:24:29 +00:00
Shantur Rathore
ea92c0609d
fix(server): move spawn env/args behind debug/trace ( #141 )
2026-02-11 14:06:39 +00:00
Shantur Rathore
612e50808a
fix(ui): preserve draft across prompt history
...
Stop resetting history navigation on input so editing recalled entries doesn't wipe the bottom draft. Allow ArrowDown navigation while in history and persist the session draft only for fresh prompts.
2026-02-11 13:52:02 +00:00
Shantur Rathore
2c24402742
Bump v0.10.3 and min server 0.10.3
2026-02-11 13:16:23 +00:00
Shantur Rathore
d7c4bf1e45
fix(ui): render selected session diff payload
...
Pass the selected diff object through Solid's Show so MonacoDiffViewer receives before/after content.
2026-02-11 12:31:09 +00:00
Shantur Rathore
5bfb09c73b
fix(ui): Fix gutter for Monaco
2026-02-11 11:53:27 +00:00
Shantur Rathore
fd499d95e6
fix(ui): truncate right panel paths from start
...
Use RTL ellipsis with bidi isolation so long paths keep the filename visible.
2026-02-11 11:27:24 +00:00
Shantur Rathore
204b2e020b
docs: document i18n conventions for agents
2026-02-11 10:55:57 +00:00
Shantur Rathore
d34e0163e3
fix(ui): keep right panel layout in empty states
...
Render SplitFilePanel consistently and move empty/loading messages into the viewer area so the right drawer keeps its standard layout even when there are no session diffs, no git changes, or files are still loading.
2026-02-11 10:51:27 +00:00
Shantur Rathore
a93252621a
refactor(ui): split prompt input into hooks and API
...
Extract prompt draft/history, attachments, picker, and keydown logic into co-located hooks. Introduce PromptInputApi for quote/expand/setText and migrate SessionView off DOM poking; remove legacy registerQuoteHandler.
2026-02-11 10:36:28 +00:00
Shantur Rathore
8ce7a9b4ee
refactor(ui): modularize instance shell
...
Split InstanceShell2 into focused shell modules (drawer chrome/resize, session context/cache, sidebar, right panel tabs/components) to improve maintainability while preserving behavior.
2026-02-11 08:16:44 +00:00
Shantur Rathore
63ffb86ea7
fix(ui): raise Workbox precache size limit
2026-02-10 21:50:43 +00:00
Shantur Rathore
bd9a8d9788
feat(ui): add Git Changes tab
...
Adds repo-wide git changes view with refresh controls and keeps right drawer shortcuts fixed while tabs scroll.
2026-02-10 21:44:08 +00:00
Shantur Rathore
d291c2f074
fix(ui): avoid Monaco overlay dimming on phone
2026-02-10 20:37:41 +00:00
Shantur Rathore
16c2eeca3e
feat(ui): improve right panel changes/files layout
2026-02-10 18:31:12 +00:00