summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/prompt-input.tsx
AgeCommit message (Collapse)Author
2026-03-06fix(app): enable Safari autocorrect in normal mode, disable in shell mode ↵Alexandre Reyes Martins
(#15563)
2026-03-06fix(app): enable auto-accept keybind regardless of permission config (#16259)Luis Felipe Cordeiro Sena
2026-03-02chore: generateopencode-agent[bot]
2026-03-02Animation Smorgasbord (#15637)Kit Langton
Co-authored-by: Adam <[email protected]>
2026-03-02fix(app): default auto-respond to falseAdam
2026-03-02chore(app): solidjs refactoring (#13399)Adam
2026-02-28fix(app): fallback to synthetic icon for unknown provider IDs (#15295)mridul
2026-02-27fix(app): auto-accept permissionsAdam
2026-02-26feat(app): better diff/code comments (#14621)Adam
Co-authored-by: adamelmore <[email protected]> Co-authored-by: David Hill <[email protected]>
2026-02-26feat(app): auto-accept all permissions modeAdam
2026-02-20fix(app): large text pasted into prompt-input causes main thread lockAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: refactor composer/dock components (#14328)Adam
2026-02-19chore: cleanupAdam
2026-02-18tweak(app): delay prompt mode toggle tooltipDavid Hill
2026-02-18tweak(app): shorten prompt mode toggle tooltipsDavid Hill
2026-02-18chore: cleanup (#14181)Adam
2026-02-18tui: simplify mode toggle icon stylingDavid Hill
Use consistent strong color for active mode icons instead of different colors for shell vs normal mode, making the active state more visually clear to users.
2026-02-17chore(app): use radio group in prompt input (#14025)Adam
2026-02-17tui: simplify prompt mode toggle icon colors via CSS and tighten message ↵David Hill
timeline padding
2026-02-17fix(app): prompt input quirksAdam
2026-02-17tui: increase prompt mode toggle height for better clickabilityDavid Hill
2026-02-17chore: app polish (#13976)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-17feat(app): session timeline/turn rework (#13196)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-17fix(app): keep Escape handling local to prompt input on macOS desktop (#13963)Ganesh
2026-02-15fix(app): only navigate prompt history at input boundaries (#13690)Shoubhit Dash
2026-02-12fix(app): prompt input quirksAdam
2026-02-12chore: cleanupAdam
2026-02-12chore(app): refactor for better solidjs hygiene (#13344)Adam
2026-02-12chore: refactor packages/app files (#13236)Adam
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Frank <[email protected]>
2026-02-10fix(app): new session in workspace choosing wrong workspaceAdam
2026-02-08refine(app): tighten slash autocomplete matching (#12647)Kit Langton
2026-02-08fix(desktop): add native clipboard image paste and fix text paste (#12682)Abdul Rahman ArM
2026-02-07fix(app): disable 3 safari prompt-input annoyances (#12558)Devin Griffin
2026-02-07feat(app): drag-n-drop to @mention file (#12569)Devin Griffin
2026-02-06fix(desktop): allow agent select to use full width on windows (#12428)Abdi Ibrahim
2026-02-06chore: refactoring and tests, splitting up files (#12495)Adam
2026-02-06chore: refactoring and tests (#12468)Adam
2026-02-05fix(app): make close comment button visible in prompt input (#12349)Alex Yaroshuk
2026-02-05fix(app): allow toggling file tree closed independently (#12293)Adam
2026-02-04fix(app): opened tabs follow created sessionAdam
2026-02-03fix(app): model selector truncating too soonAdam
2026-02-03feat(desktop): Allow empty prompt with review comments (#11953)Daniel Polito
2026-02-02fix(app): prompt input overflow issue (#11840)Filip
2026-02-02Revert "feat(ui): Select, dropdown, popover styles & transitions (#11675)"Adam
This reverts commit 377bf7ff21a4f05807c38675ac70cd08fe67b516.
2026-02-02fix(app): icon sizesAdam
2026-02-02fix(app): user messages not rendering consistentlyAdam
2026-02-01fix(app): hide badge for builtin slash commandsR44VC0RP
Add source: 'command' to builtin and config-defined commands so they don't show a 'custom' badge. Only MCP and skill commands show badges.
2026-02-01feat(app): show skill/mcp badges for slash commandsR44VC0RP
Display 'skill' or 'mcp' badge instead of 'custom' for slash commands based on their source type. This provides better clarity to users about where each command comes from.
2026-02-02chore: generateopencode-agent[bot]