Fixes/minor fixes (#832)

* chore: update claude agent sdk to latest version

* fix: show CTRL+K correctly in chatview
This commit is contained in:
Haile
2026-06-05 14:56:34 +03:00
committed by GitHub
parent c667b6a179
commit 9e608b8426
3 changed files with 154 additions and 620 deletions

View File

@@ -321,6 +321,7 @@ export default function ProviderSelectionEmptyState({
<p className="mt-3 flex items-center justify-center gap-1.5 text-center text-xs text-muted-foreground/60">
<Trans
ns="chat"
i18nKey="providerSelection.pressToSearch"
values={{ shortcut: MOD_KEY === "⌘" ? "⌘K" : "Ctrl+K" }}
components={{