feat: reclaim response_bot flag for custom_tools (#13897)

Repurpose the deprecated response_bot feature flag slot for
custom_tools.

Migration disables the flag on any accounts that had response_bot
enabled so the repurposed slot starts in its default-off state.

Pre-deploy: run the disable script on production using the old flag name
(response_bot) before deploying this migration.
This commit is contained in:
Aakash Bakhle
2026-03-31 10:35:50 +05:30
committed by GitHub
parent 42441dbd28
commit b4ce59eea8
3 changed files with 26 additions and 4 deletions

View File

@@ -104,10 +104,10 @@
display_name: Audit Logs
enabled: false
premium: true
- name: response_bot
display_name: Response Bot
- name: custom_tools
display_name: Custom Tools
enabled: false
deprecated: true
premium: true
- name: message_reply_to
display_name: Message Reply To
enabled: false