Add PluralKit style command (limited) handler an proxy recognition#550
Open
dozro wants to merge 12 commits intoSableClient:devfrom
Open
Add PluralKit style command (limited) handler an proxy recognition#550dozro wants to merge 12 commits intoSableClient:devfrom
dozro wants to merge 12 commits intoSableClient:devfrom
Conversation
…le might expect when comming from pluralkit
… into feat/compat/pluralkit
Member
Author
|
.changeset/fix_command_handling_for_usepmp.md and .changeset/fix_pmp_commands.md are maybe the same content just different phrasing 🤔 |
7w1
approved these changes
Mar 28, 2026
Member
7w1
left a comment
There was a problem hiding this comment.
Didn’t test heavily but code lgtm
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.
Description
Fixes #427
Fixes #425 (you can use shorthands, instead of
/usepmp)PluralKit Compatibility and Per-Message Profile Enhancements
pk;member) commands, allowing users to interact with PMPs using familiar PK syntax.✨:test, and an option to enable/disable this in settings.PKCompatSettings) in the Persona profile page to toggle PK command compatibility and shorthand proxying.Command Handling Improvements
/addpmpand/usepmpcommand parsing to use regular expressions, fixing syntax issues and clarifying usage. The/usepmpcommand now has a new syntax and properly resets room associations when requested./pmpproxycommand to associate a proxy with a profile, and integrated feedback for unsupported flags in/usepmp.Data Model and Utility Updates
These changes collectively improve the user experience for those using per-message profiles and PluralKit-style workflows, and provide more flexible and robust command handling.
Type of change
Checklist:
AI disclosure:
no AI was used in the creation of this PR