chore: updated CHANGELOG

This commit is contained in:
Bohdan Triapitsyn
2026-01-02 13:16:55 +02:00
parent 07ad3eaa3a
commit 19312b0a20
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- VS Code extension: added git backend integration for UI to access - VS Code extension: added git backend integration for UI to access
- VS Code extension: Only show the main Worktree in the Chat Sidebar - VS Code extension: Only show the main Worktree in the Chat Sidebar
- Improve model selector with search and keyboard navigation
## [1.4.0] - 2026-01-01 ## [1.4.0] - 2026-01-01
@@ -1852,7 +1852,7 @@ export const ModelControls: React.FC<ModelControlsProps> = ({ className }) => {
</div> </div>
</DropdownMenuTrigger> </DropdownMenuTrigger>
</TooltipTrigger> </TooltipTrigger>
<DropdownMenuContent className="w-[min(380px,calc(100vw-2rem))] p-0 flex flex-col" align="start" alignOffset={-200}> <DropdownMenuContent className="w-[min(380px,calc(100vw-2rem))] p-0 flex flex-col" align="end" alignOffset={-40}>
{/* Search Input */} {/* Search Input */}
<div className="p-2 border-b border-border/40"> <div className="p-2 border-b border-border/40">
<div className="relative"> <div className="relative">