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
Shantur Rathore
d9d281af8c
fix(ui): load Monaco basic language tokenizers correctly
2026-02-10 13:53:00 +00:00
Shantur Rathore
56a6364f99
fix(ui): avoid loading missing Monaco _.contribution module
2026-02-10 11:34:10 +00:00
Shantur Rathore
ba20dd6f2f
fix(ui): ensure Monaco editor CSS loads
2026-02-10 11:04:16 +00:00
Shantur Rathore
0d96a9f9ff
refactor(build): share Monaco public asset copy helper
2026-02-10 10:49:05 +00:00
Shantur Rathore
ee9da95044
fix(electron): always proxy UI dev server for CLI in dev
2026-02-10 10:38:47 +00:00
Shantur Rathore
0511d92cbf
fix(electron): start CLI in dev when renderer dev server set
2026-02-10 09:56:29 +00:00
Shantur Rathore
e666ac333c
fix(electron): prepare Monaco public assets in dev
2026-02-10 09:29:46 +00:00
Shantur Rathore
8495dcd021
fix(ui): generate Monaco public assets in dev
2026-02-10 00:05:12 +00:00
Shantur Rathore
01ab2f2794
fix(ui): boot Monaco diff workers via workerMain
2026-02-09 23:56:33 +00:00
Shantur Rathore
b59e85abda
feat(ui): add Monaco changes/files right drawer viewers
...
Use OpenCode v2 file APIs for browsing and Monaco DiffEditor for session snapshot diffs, with local baseline language metadata and optional CDN language loading.
2026-02-09 21:00:40 +00:00
Shantur Rathore
4eded9e204
fix(ui): tighten session changes row spacing
2026-02-09 16:24:49 +00:00
Shantur Rathore
90164aa507
fix(ui): remove reasoning header focus ring
2026-02-09 16:23:32 +00:00
Shantur Rathore
f87c83cadd
feat(ui): show session changes list in Status tab
2026-02-09 16:21:53 +00:00
Shantur Rathore
01300a81de
fix(ui): unify thinking controls with icon buttons
2026-02-09 16:20:33 +00:00