Shantur Rathore
3cfaf689e7
fix(worktrees): disable selector outside git repos
...
Expose isGitRepo on worktree listing and show Worktree: Unavailable while disabling the dropdown when a workspace folder is not a Git repository.
2026-02-07 15:23:27 +00:00
Shantur Rathore
b41da03e8a
feat(worktrees): refine worktree selector UX
2026-02-07 14:57:34 +00:00
Shantur Rathore
ef14b9acb6
worktrees - Implementation
2026-02-07 11:46:56 +00:00
Shantur Rathore
6f73adaef6
feat(ui): move context usage pills to right drawer header
2026-02-06 10:34:44 +00:00
Shantur Rathore
e2ff758003
feat(ui): add toggleable session search in left drawer
2026-02-06 10:25:37 +00:00
Shantur Rathore
748a99c9c4
fix(ui): split left drawer header into two rows
2026-02-06 10:18:12 +00:00
Shantur Rathore
db2d764cce
fix(ui): refine instance drawer layout and controls
2026-02-06 10:10:42 +00:00
Shantur Rathore
157fe9d6b4
feat(ui): switch message actions to icon buttons
2026-02-05 23:42:48 +00:00
Shantur Rathore
6c42b64466
feat(ui): copy tool call header title
2026-02-05 23:30:38 +00:00
Shantur Rathore
88605a4617
feat(ui): add copy option for selected text
2026-02-05 23:20:13 +00:00
Shantur Rathore
e8f8e7bd65
fix(ui): avoid trailing blank line after quote insert
2026-02-05 23:17:22 +00:00
Shantur Rathore
750a87ef45
fix(ui): render task steps from child session
2026-02-05 23:08:59 +00:00
Shantur Rathore
8fda9aed71
fix(ui): focus prompt on session activate
2026-02-04 14:20:50 +00:00
Shantur Rathore
5b24f0cd40
fix(ui): tighten question tool layout
...
Remove the redundant header row, tighten spacing, and square off question cards. Also adjust answered question container styling to match tool call layout.
2026-02-04 00:34:40 +00:00
Shantur Rathore
a6b1f4ba19
fix(ui): improve question tool contrast
...
Make question tool prompt, labels, and the type pill use primary text color for readability in light mode, and bump the Q header line to text-sm.
2026-02-04 00:20:19 +00:00
Shantur Rathore
df02b7cdca
fix(ui): repair question tool styling
...
Use token-backed surface/background classes for the question tool cards and ensure radio/checkbox inputs use accent-color so the view renders correctly in both light and dark themes.
2026-02-04 00:14:50 +00:00
Shantur Rathore
0261154a5e
feat(ui): add delete action for message parts
2026-02-03 18:32:54 +00:00
Shantur Rathore
aab0692403
fix(ui): tune light mode contrast
2026-02-03 17:37:02 +00:00
Shantur Rathore
17a3e43ac7
feat(ui): add system/light/dark theme toggle
...
Add a 3-state theme toggle in folder selection and instance tabs, and update tokens/styles so light mode has readable contrast. Sync MUI surfaces and Shiki highlighting to CSS variables to prevent stale colors when switching themes.
2026-02-03 16:49:42 +00:00
Shantur Rathore
de20b3adf3
fix(ui): allow collapsing active parent thread
2026-02-03 15:07:05 +00:00
Shantur Rathore
1af01680ee
feat(ui): add session sidebar search and bulk selection
...
Adds an optional session filter bar to the left sidebar with title search across parent/child sessions and a scoped Select All. Introduces multi-select checkboxes, bulk delete with clear selection controls, and confirmation dialogs for both single and bulk deletions using the existing alert dialog flow. Updates session i18n strings across supported locales.
2026-01-30 17:34:25 +00:00
Shantur Rathore
81102cc6bf
fix(ui): rename forked session to parent title
2026-01-29 22:34:30 +00:00
Shantur Rathore
1bb5aedfdb
chore(ui): widen left sidebar width limits
2026-01-28 18:50:05 +00:00
Shantur Rathore
0a793fb1c6
refactor(ui): consolidate sidebar selector shortcut hints
2026-01-28 18:03:20 +00:00
Shantur Rathore
a401eeec11
fix(ui): stabilize streaming message/tool rendering
...
Avoid remounting message blocks on part updates so tool call UI state persists. Render tool/message content from store and stabilize tool output scrolling during streaming.
2026-01-28 17:55:44 +00:00
bizzkoot
01921e3454
fix(ui): improve question tool UX (enter key & autofocus)
2026-01-28 21:01:49 +08:00
Shantur Rathore
158f6e25cf
feat(ui): add favorite models to selector
2026-01-26 20:24:05 +00:00
Shantur Rathore
c62c9b1c78
feat(ui): add language selector
...
Adds a language dropdown to the folder picker using the shared selector UI and persists selection to preferences.locale.
2026-01-26 13:11:05 +00:00
Shantur Rathore
5b1e21345f
feat(ui): localize UI strings
...
Converts hardcoded UI copy to i18n keys across the app, adds global translation for non-component modules, and splits the English catalog into feature modules with duplicate-key detection.
2026-01-26 12:26:12 +00:00
Shantur Rathore
33939f4096
feat(ui): add i18n scaffolding
...
Adds a minimal i18n provider with locale preference support and migrates folder selection copy to message keys.
2026-01-26 10:22:03 +00:00
Shantur Rathore
d9f7735c94
ui: show selector shortcuts inline
2026-01-25 17:55:46 +00:00
Shantur Rathore
4aae8ab720
feat(ui): add model thinking selector
2026-01-25 17:39:38 +00:00
Shantur Rathore
9ee7ff9509
feat(ui): move folder picker subtitle
2026-01-25 10:35:01 +00:00
Shantur Rathore
bb4e3815d1
feat(ui): show GitHub stars
2026-01-25 00:21:06 +00:00
Shantur Rathore
8fa0175b98
feat(ui): improve folder picker layout
2026-01-25 00:09:22 +00:00
Shantur Rathore
effb30d98e
feat(ui): polish task steps section
...
Rename Tasks to Steps and remove list padding for a flush, compact steps view.
2026-01-24 10:35:15 +00:00
Shantur Rathore
4da69b5a20
feat(ui): show task model in headers
...
Task prompt/output headers now include provider/model metadata when available, alongside agent.
2026-01-24 10:29:02 +00:00
Shantur Rathore
3d3337c7b8
feat(ui): render task prompt/output panes
...
Task tool calls now show prompt, summary, and output with independent scroll; markdown rendering supports cache keys to avoid collisions.
2026-01-23 22:39:04 +00:00
Shantur Rathore
f0b43dbc68
feat(filesystem): add create-folder API for workspace picker
...
Adds a secure endpoint for creating a single subfolder in the current filesystem listing, and wires the non-native directory browser UI to create + enter the new folder.
2026-01-23 12:33:15 +00:00
Shantur Rathore
4ea710c735
feat(ui): render apply_patch multi-file diffs
2026-01-22 22:32:03 +00:00
Shantur Rathore
f5d4cb6917
refactor(ui): split ToolCall into focused modules
2026-01-22 21:54:18 +00:00
Shantur Rathore
02f1284f7f
fix(ui): emit ui-version.json and show UI source
2026-01-22 15:17:09 +00:00
Shantur Rathore
a014ce555a
feat(server): auto-update UI via remote manifest
2026-01-22 15:12:32 +00:00
Shantur Rathore
db3c13c463
fix(ui): allow spaces in question custom answers
...
Stop trimming custom answer input on each keystroke and instead normalize answers on submit so multi-word custom responses work.
2026-01-22 09:38:38 +00:00
Shantur Rathore
7c0bf382ba
fix(ui): add permission actions for unresolved requests
...
Render Allow/Deny buttons in the permissions control center fallback when a permission request cannot be linked to a tool-call, enabling responses for global permissions like doom_loop.
2026-01-21 14:17:08 +00:00
Shantur Rathore
6e9c5a88b4
fix(ui): allow out-of-order permission clicks
...
Show permission action buttons for queued tool calls while keeping keyboard shortcuts bound to the first active request. Prevent permission center list clicks from overriding keyboard-active ordering.
2026-01-21 13:26:37 +00:00
Shantur Rathore
cc997576cf
fix(ui): stabilize question tool selection and custom answers
2026-01-21 12:25:51 +00:00
Shantur Rathore
9683f90f7e
fix(ui): insert full paths for @file mentions
2026-01-20 18:47:40 +00:00
Shantur Rathore
06cb986aa6
fix(ui): allow Tab to select from picker
...
Fixes #77
2026-01-20 18:47:40 +00:00
Shantur Rathore
a85c2f1700
fix(ui): collapse prompt input after send
...
Fixes #76
2026-01-20 18:47:40 +00:00