Skip to content

Commit 3510fcb

Browse files
committed
rebase
1 parent ff084ea commit 3510fcb

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

crates/warp_tui/src/terminal_session_view.rs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,19 @@ use warp::tui_export::{
3636
ModelEvent, ParsedSlashCommandInput, PersistenceWriter, PillBarActionKind,
3737
PillBarInteractionEvent, PillBarPillKind, PillSwitchOutcome, PtyIntent, PtyIntentEvent,
3838
QueuedQueryEvent, QueuedQueryModel, RepoDetectionSessionType, RepoDetectionSource,
39-
SessionSettings, Sessions, SessionsEvent, ShellCommandExecutorEvent, ShellCompletion, SizeInfo,
40-
ServerConversationToken,
41-
SizeUpdate, SkillReference, SlashCommandDataSource as _, SlashCommandKind,
42-
SlashCommandSelectionBehavior, StartAgentExecutorEvent, StartAgentRequest, StaticCommand,
43-
TelemetryEvent, TerminalColorList, TerminalColors, TerminalModel, TerminalSurface,
44-
TerminalSurfaceInit, TranscriptScope, TuiMcpAction, TuiMcpManager, TuiMcpServerId,
45-
TuiMcpVariableValue, TuiOnboardingMarker, TuiOnboardingMarkers, TuiOnboardingMarkersEvent,
46-
TuiSlashCommandDataSource, TuiSlashCommandDataSourceArgs, TuiUpArrowHistoryItemKind,
47-
TuiUserInfoManager, TuiUserInfoManagerEvent, TuiZeroStateDataSource, UserTakeOverReason,
48-
WAKEUP_THROTTLE_PERIOD, WarpConfig, WarpConfigUpdateEvent, block_context_from_terminal_model,
49-
build_slash_command_mixer, detect_possible_git_repo, export_conversation_markdown, log_out_tui,
50-
maybe_build_ai_query_upsert_event, prepare_conversation_block_restoration,
51-
record_autodetection_toggle_from_slash_command, record_saved_prompt_accepted,
52-
record_static_slash_command_accepted, saved_prompt_text_for_id,
39+
ServerConversationToken, SessionSettings, Sessions, SessionsEvent, ShellCommandExecutorEvent,
40+
ShellCompletion, SizeInfo, SizeUpdate, SkillReference, SlashCommandDataSource as _,
41+
SlashCommandKind, SlashCommandSelectionBehavior, StartAgentExecutorEvent, StartAgentRequest,
42+
StaticCommand, TelemetryEvent, TerminalColorList, TerminalColors, TerminalModel,
43+
TerminalSurface, TerminalSurfaceInit, TranscriptScope, TuiMcpAction, TuiMcpManager,
44+
TuiMcpServerId, TuiMcpVariableValue, TuiOnboardingMarker, TuiOnboardingMarkers,
45+
TuiOnboardingMarkersEvent, TuiSlashCommandDataSource, TuiSlashCommandDataSourceArgs,
46+
TuiUpArrowHistoryItemKind, TuiUserInfoManager, TuiUserInfoManagerEvent, TuiZeroStateDataSource,
47+
UserTakeOverReason, WAKEUP_THROTTLE_PERIOD, WarpConfig, WarpConfigUpdateEvent,
48+
block_context_from_terminal_model, build_slash_command_mixer, detect_possible_git_repo,
49+
export_conversation_markdown, log_out_tui, maybe_build_ai_query_upsert_event,
50+
prepare_conversation_block_restoration, record_autodetection_toggle_from_slash_command,
51+
record_saved_prompt_accepted, record_static_slash_command_accepted, saved_prompt_text_for_id,
5352
slash_command_selection_behavior, throttle,
5453
};
5554
use warp_core::channel::{Channel, ChannelState};

0 commit comments

Comments
 (0)