[Refactor] Remove customizable Vibes settings#396
Merged
brunobergher merged 1 commit intoJul 15, 2026
Conversation
Drop the Vibes settings UI, API, and deployment-level overrides. Keep fixed Slack lifecycle reactions and the default Roomote tone file, and remove emoji-based agent summoning.
Contributor
Author
|
1 issue outstanding. See task
Reviewed feb47e3 |
brunobergher
approved these changes
Jul 15, 2026
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.
What changed
Removes the Vibes admin settings page and all deployment-level customization behind it:
style_guidance,slack_summon_emoji,slack_ack_emoji, andslack_completion_emojifromdeployment_settings(migration0012_motionless_mauler)eyes,white_check_mark,x, and thumbsdown/-1for closed PRs) as non-customizable defaultsWhy this change was made
Vibes mixed optional branding knobs (custom reactions, summon emoji, tone overrides) into product settings and scattered them through Slack launch and agent prompt paths. The product direction is to keep a small fixed set of reactions and the built-in tone, without per-deployment customization or emoji-as-task-entry.
Impact
Screenshots