Check if a session has shell integration enabled
(&self, session_id: &str)
| 435 | |
| 436 | /// Check if a session has shell integration enabled |
| 437 | pub async fn has_shell_integration(&self, session_id: &str) -> bool { |
| 438 | self.session_manager.has_shell_integration(session_id).await |
| 439 | } |
| 440 | |
| 441 | /// Execute a command and return a stream of events for real-time output |
| 442 | /// |
no outgoing calls
no test coverage detected