PRDCT-664: fix Kai chat shortcuts and the supported-stacks claim - #1098
Open
Iamfle4ka wants to merge 1 commit into
Open
PRDCT-664: fix Kai chat shortcuts and the supported-stacks claim#1098Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
New-chat shortcut corrected to Shift + A (Ctrl + Shift + A does not exist in the shipped UI), two more verified Kai shortcuts documented (] layout toggle, Ctrl/Cmd + Enter tool-call approval), and the undefined 'supported stacks' qualifier replaced with the verified 'all multi-tenant stacks' + link. Single-tenant availability stays flagged VERIFY(Jordan). Verified 2026-08-25 against the shipped kbc-ui bundle, a live platform session, and each stack's public service index. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes two accuracy problems on
kai/getting-startedfound during the PRDCT-663 beta scrub. Both corrections come from the product, not from guesswork.What changed
Ctrl + Shift + A→Shift + A. The old combo does not exist in the shipped UI (zero occurrences in the production bundle); the product binds plainShift + A("New Kai conversation"). The bareArow was actually correct — it's a guarded toggle that doesn't fire while typing — so it stays, reworded to say it also closes the panel.]switches the open chat between side panel and full-screen, andCtrl + Enter(Mac⌘ + Enter) approves a pending tool call (also mentioned in the Action Approval section, where the reader actually needs it).kai-assistant, so the page now says that and links the stack list. Whether single-tenant stacks get Kai is not publicly checkable → flagged inline asVERIFY(Jordan).descriptionfrontmatter while touching the file.Evidence (all checked 2026-08-25)
https://ui.keboola-assets.com/kbc-ui/bundle.B9ZzDaj8.js— hotkey registrations:a= Toggle Kai,shift+a= New Kai conversation,]= Toggle Kai layout (sidebar ↔ fullscreen),mod+enter= Approve tool call.Aopens the panel with the recent conversation,Shift + Aopens NEW CHAT,]toggles the layout.https://<stack>/v2/storage?exclude=componentson all five multi-tenant stacks listskai-assistant.Merge order
Overlaps #1097 (PRDCT-663 beta scrub) on the same page — merge #1097 first; the rebase of this PR is trivial and I'll handle it.
Linear: PRDCT-664 (related: PRDCT-475 — this resolves its shortcuts checklist item).
🤖 Generated with Claude Code