From ad842742458187e51fcd2cd6888bce82a166d7ea Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 3 Oct 2025 15:02:53 +0530 Subject: [PATCH] feat: add captain custom tool feature flag --- config/features.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/features.yml b/config/features.yml index e1f3b20d9..b21cc7e75 100644 --- a/config/features.yml +++ b/config/features.yml @@ -223,3 +223,6 @@ - name: quoted_email_reply display_name: Quoted Email Reply enabled: false +- name: captain_custom_tool + display_name: Captain Custom Tool + enabled: false