-
Notifications
You must be signed in to change notification settings - Fork 118
feat: add developer-gated Prompt Shortcuts [risk:high] #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6b51428
feat: add prompt shortcut storage and settings [risk:high]
Leeeon233 092c559
feat: rework Prompt Shortcut settings and local-first publication [ri…
Leeeon233 f893905
fix: tighten the Prompt Shortcut editor layout [risk:medium]
Leeeon233 b1aa3d1
fix: grow a variable default from one row [risk:low]
Leeeon233 49e4ae4
feat: add Prompt Shortcut invocation and sending [risk:high]
Leeeon233 e1ee4ff
fix: keep mention menus interactive inside dialogs [risk:medium]
Leeeon233 d204be5
feat: rework the Shortcut parameter tray and drop expand-and-edit [ri…
Leeeon233 e128e02
fix: give the Shortcut list and parameter tray a right column [risk:low]
Leeeon233 201b9ba
feat: give a Prompt Shortcut its own emoji [risk:medium]
Leeeon233 88dadb4
feat: carry filled values in a Shortcut chip and stay optimistic [ris…
Leeeon233 df8e150
feat!: remove Prompt Shortcut variables [risk:high]
24c04c4
feat: gate Prompt Shortcuts behind a developer beta switch [risk:medium]
Leeeon233 665a216
fix: clear only the accepted landing Shortcut draft [risk:high]
Leeeon233 e2d7a21
chore: merge main into Prompt Shortcut branch [risk:high]
Leeeon233 362a08f
chore: format merged landing composer [risk:low]
Leeeon233 a4e4e11
refactor: remove obsolete Prompt Shortcut paths [risk:high]
Leeeon233 3aca38b
chore: trim temporary Prompt Shortcut test and story coverage [risk:m…
Leeeon233 9e33cf4
fix: hide Prompt Shortcut publication warning [risk:low]
Leeeon233 5d9e150
fix: hide Prompt Shortcut retry button [risk:low]
Leeeon233 85ef06d
fix: remove Prompt Shortcut author display [risk:low]
Leeeon233 54a9cdf
chore: remove PR tests and documentation [risk:low]
Leeeon233 9cc11cc
chore: merge latest main into Prompt Shortcuts [risk:medium]
Leeeon233 e8a24f8
refactor: insert Shortcut text directly into composer [risk:medium]
Leeeon233 95dfd48
chore: merge main and preserve both cloud APIs [risk:medium]
Leeeon233 cf07f3f
fix: keep mention selection callback void [risk:medium]
Leeeon233 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces a public cloud protocol and new durable persistence, publication, access, and deletion guarantees, but the changed-file list contains neither an owning draft Spec nor an Agent Note. Without those records, the intended cross-client and cloud contracts are not reviewable or traceable; add both in this change as required by the repository’s governance rules.
AGENTS.md reference: AGENTS.md:L15-L21
Useful? React with 👍 / 👎.