VooDisss
697dea21f8
Add informational tooltips to Status Panel sections
2026-02-20 14:09:54 +02:00
VooDisss
96fe1b86dd
fix(ui): prevent timeline auto-scroll when removing badges
2026-02-20 12:33:52 +02:00
Shantur Rathore
5fabf286e8
ui: restyle command palette button
2026-02-20 00:32:44 +00:00
Shantur Rathore
e8947d61b1
ui: emphasize command palette button
2026-02-20 00:32:39 +00:00
Shantur Rathore
1ccd14eae8
ui: use Check icon for completed status
2026-02-20 00:32:27 +00:00
Shantur Rathore
b162764ccb
ui: use lucide status icons for tool calls
2026-02-20 00:32:15 +00:00
Shantur Rathore
2124e540aa
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
2026-02-19 23:54:31 +00:00
Shantur Rathore
b5790998b7
ui: use emoji status icons for tool calls
2026-02-19 23:51:25 +00:00
codenomadbot[bot]
9800afb785
feat(ui): toggle tool call input YAML ( #182 )
...
* feat(ui): toggle tool call input yaml
* ui: rename tool input toggle and add IO headers
* ui: add input/output accordions in tool calls
* ui: refine tool IO accordion styling
* ui: remove extra padding around IO sections
* ui: remove semibold from IO headers
* feat(ui): add tool input visibility preference
* fix(ui): scope tool input toggle to current tool call
* ui: left-align tool IO header text
* fix(ui): let palette tool input visibility override per-call
* ui: default tool input visibility to collapsed
* fix(ui): expand read tool calls on error
---------
Co-authored-by: Shantur Rathore <i@shantur.com >
2026-02-19 22:08:41 +00:00
Shantur Rathore
f7ac30afe3
revert(ui): restore compact alert dialog
2026-02-19 15:40:55 +00:00
Shantur Rathore
c639e535b5
fix(ui): add blank line after inserted quotes
2026-02-19 10:40:51 +00:00
Shantur Rathore
f75c942162
fix(ui): exclude hidden agents from pickers
2026-02-18 16:00:58 +00:00
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
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
1a0734c6b1
fix(ui): persist listening mode before restart
2026-02-16 21:39:46 +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
2026-02-16 09:00:22 +00:00
VooDisss
b7f638f07d
fix(i18n): add workspace root translation key
2026-02-16 05:21:22 +02:00
VooDisss
b31135f622
fix(ui): fix ./ path prefix for SHIFT+ENTER
2026-02-16 04:29: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
2026-02-15 22:52:48 +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
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
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
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
da70cc9944
fix(ui): keep prompt attachments in sync
2026-02-13 00:51:42 +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
ab3f228d85
fix(ui): handle Windows paths in tab titles
2026-02-12 14:57:40 +00:00
Shantur Rathore
3382736f05
fix(ui): split message header into two rows
...
Move assistant meta below speaker label and bump speaker label size.
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
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
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