Remove steer feature flag (#12026)

All code should go in the direction that steer is enabled

---------

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-02-25 15:41:42 -08:00
committed by GitHub
parent a6a5976c5a
commit e76b1a2853
7 changed files with 22 additions and 193 deletions

View File

@@ -265,10 +265,6 @@ impl BottomPane {
let _ = self.take_mention_bindings();
}
pub fn set_steer_enabled(&mut self, enabled: bool) {
self.composer.set_steer_enabled(enabled);
}
pub fn set_collaboration_modes_enabled(&mut self, enabled: bool) {
self.composer.set_collaboration_modes_enabled(enabled);
self.request_redraw();