feat(ui): composer + settings + cross-platform folder picker#5
Open
amellini wants to merge 1 commit intoPinperepette:mainfrom
Open
feat(ui): composer + settings + cross-platform folder picker#5amellini wants to merge 1 commit intoPinperepette:mainfrom
amellini wants to merge 1 commit intoPinperepette:mainfrom
Conversation
Composer
• Fix `- ` not rendering as bullet after Shift+Enter — bound
Shift+Enter to ProseMirror splitBlock (creates a real new
paragraph instead of a hard break).
• Fix Enter swallowing list continuation — keymap is now
context-aware: lets Milkdown handle Enter inside list items.
• Fix black input area — scoped `.composer .ProseMirror.editor`
override resolves a class collision with the Monaco panel rule.
• New bar layout: [hint] ───── [clear] [model ▾] [send].
Clear runs resetSession; model dropdown lists the available
models with short label + full id, with reset-to-default.
Header
• New HeaderCommandPalette with searchable /login /model /clear
/usage /cost /init /permissions /status /ask and inline args.
Folder picker `/api/pick-folder`
• Now cross-platform: macOS osascript, Windows PowerShell
FolderBrowserDialog (-STA + TopMost parent), Linux zenity.
• Client splits paths on both `/` and `\` for Windows segments.
Settings modal
• Per-row red trash icon for delete (Lucide-style SVG); removed
the central "delete project" button.
• Click-outside-to-close disabled to prevent silent loss of
unsaved inputs.
• List item changed to div+role="button" (a button cannot nest
another button).
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.
Composer
• Fix
-not rendering as bullet after Shift+Enter — boundShift+Enter to ProseMirror splitBlock (creates a real new
paragraph instead of a hard break).
• Fix Enter swallowing list continuation — keymap is now
context-aware: lets Milkdown handle Enter inside list items.
• Fix black input area — scoped
.composer .ProseMirror.editoroverride resolves a class collision with the Monaco panel rule.
• New bar layout: [hint] ───── [clear] [model ▾] [send].
Clear runs resetSession; model dropdown lists the available
models with short label + full id, with reset-to-default.
Header
• New HeaderCommandPalette with searchable /login /model /clear
/usage /cost /init /permissions /status /ask and inline args.
Folder picker
/api/pick-folder• Now cross-platform: macOS osascript, Windows PowerShell
FolderBrowserDialog (-STA + TopMost parent), Linux zenity.
• Client splits paths on both
/and\for Windows segments.Settings modal
• Per-row red trash icon for delete (Lucide-style SVG); removed
the central "delete project" button.
• Click-outside-to-close disabled to prevent silent loss of
unsaved inputs.
• List item changed to div+role="button" (a button cannot nest
another button).