List of all items
Structs
- app::App
- app::Selection
- app::TerminalSize
- chats::ChatItem
- chats::ChatList
- cli::Cli
- event::EventHandler
- models::ModelItem
- models::ModelList
- snippets::CodeSnippet
- snippets::MessageText
- snippets::SnippetItem
- snippets::SnippetList
- tui::Tui
Enums
- app::AppMode
- app::Message
- app::Notification
- app::PartialMessage
- app::ThinkingEffort
- app::UserContent
- event::Event
- snippets::MessageSegment
Functions
- ai::assistant_response
- ai::assistant_response_streaming
- ai::get_models
- app::get_file_content
- app::partial_messages_to_string
- app::styled_textarea
- handler::handle_key_events
- handler::handle_mouse_events
- snippets::create_highlighted_code
- snippets::find_fenced_code_snippets
- snippets::load_theme
- snippets::parse_message_segments
- snippets::translate_language_name_to_syntect_name
- storage::create_db
- storage::create_db_conversation
- storage::delete_conversation
- storage::delete_message
- storage::get_cache_dir
- storage::insert_message
- storage::list_all_messages
- storage::list_conversations
- storage::migrate_db
- storage::touch_conversation
- ui::messages_to_lines
- ui::render
- ui::style_message