The empty-state create composer's starter-brief suggestion chips now…#230
Merged
Conversation
* feat(open-knowledge): move create-composer suggestion chips below the input Relocates the empty-state starter-brief chips from the card footer to a centered row beneath the input. The footer now holds only the Create split button. Chip prefill behavior is unchanged. * feat(open-knowledge): roomier file-tree rows (26px) with even gaps Bumps row height 24px→26px and evens the per-level and inter-row gaps to 4px for a bit more breathing room while keeping VS Code-style compactness. Updates the density unit tests to match. * feat(open-knowledge): tighten the "Open with AI" popover styling Compact popover padding, the instruction field in its own padded header, and denser menu-like Desktop/Terminal section labels and agent rows. Behavior unchanged. --------- GitOrigin-RevId: 4f23a1ba04cb93dc8461d32b7631d2e222e0440b
Contributor
There was a problem hiding this comment.
Automated approval from agents-private public-mirror-sync (run: https://github.com/inkeep/agents-private/actions/runs/27993870551). Source of truth is the monorepo; direct edits on inkeep/open-knowledge are overwritten on next sync.
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.
The empty-state create composer's starter-brief suggestion chips now sit in a centered row below the input card instead of crowding the footer next to the Create button. The footer keeps only the Create split button (pinned right), giving the textarea and its primary action a cleaner, less cluttered layout. Clicking a chip still prefills the brief (no auto-create), unchanged.
Slightly roomier file-tree rows. Row height goes from 24px to 26px and the per-level and inter-row gaps are evened out (4px each), giving the sidebar a bit more breathing room while keeping the compact, VS Code-style density.
Tightened the toolbar "Open with AI" popover styling. The popover now uses compact padding, the instruction field sits in its own padded header, and the Desktop/Terminal section labels and agent rows are restyled into a denser, more menu-like list. Behavior is unchanged.