feat(launcher): --query launch flag and first-launch tutorial#49
Open
Mechazawa wants to merge 1 commit into
Open
feat(launcher): --query launch flag and first-launch tutorial#49Mechazawa wants to merge 1 commit into
Mechazawa wants to merge 1 commit into
Conversation
--query <text> opens the launcher with the query box pre-filled and dispatched as a real query. It forwards to a running daemon over a new additive Command::OpenQuery (tab-delimited wire; the open command stays byte-identical) or seeds the cold-started daemon. On first launch (reusing the bundled-plugin seed detection) the daemon fires a preset query that a new bundled tutorial plugin answers, and auto-opens its getting-started view via the auto-invoke-plugin window property. The tutorial stays reachable later by typing tutorial, help, or welcome. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
--query <text>opens the launcher with the query box pre-filled and dispatched as a real query. It forwards to a running daemon over a new additiveCommand::OpenQuery(tab-delimited wire;openstays byte-identical) or seeds the cold-started daemon. Routed through a shared slintprefill-querythat switches to the launcher view first, so a forwarded query is visible even when the daemon was parked in settings or a plugin view.First-launch tutorial.
install_default_plugins_if_needednow returns whether it seeded, reusing that as the first-launch signal. On first launch the daemon fires a preset query answered by a new bundledtutorialplugin and auto-opens its getting-started view via anauto-invoke-pluginwindow property; the synthetic invoke resolves the target against the live results and skips history/frecency. Typingtutorial,help, orwelcomereopens it any time. An explicit--querytakes precedence over the tutorial on a genuine first launch.Closes #44.
🤖 Generated with Claude Code