feat: remove session hub and related commands from the application

This commit is contained in:
asepharyana
2026-07-11 22:40:45 +07:00
parent 1f182021fb
commit 93d1bbb7c1
11 changed files with 44 additions and 140 deletions
-2
View File
@@ -76,9 +76,7 @@ pub struct InputState {
const COMMANDS: &[&str] = &[
"/help",
"/quit",
"/resume",
"/clear",
"/save",
"/lesson",
"/lesson ls",
"/lesson export",
+1
View File
@@ -68,6 +68,7 @@ pub enum TurnEvent {
tool_name: String,
output: String,
is_error: bool,
path: Option<String>,
},
SystemNote {
kind: String,
-4
View File
@@ -39,7 +39,6 @@ pub enum PanelKind {
Bash,
Workflow,
Help,
SessionHub,
}
impl PanelKind {
@@ -50,7 +49,6 @@ impl PanelKind {
PanelKind::Bash => "Bash",
PanelKind::Workflow => "Workflow",
PanelKind::Help => "Help",
PanelKind::SessionHub => "Sessions",
}
}
}
@@ -95,11 +93,9 @@ pub enum Overlay {
Agents,
Bash,
QuitConfirm,
SessionHub,
Workflow,
Onboard,
OnboardProvider,
Picker,
KeyInput,
Editor,
Effort,