List of all items
Structs
- app::AgentTypeConfig
- app::AgentsConfig
- app::CompactionConfig
- app::Config
- app::ExecConfig
- app::LayeredLoad
- app::McpServerConfig
- app::MemoryConfig
- app::PlanConfig
- app::PlanPermissions
- app::SafetyConfig
- app::SessionFlags
- app::UiConfig
- app::UserProviderConfig
- app::WebConfig
- app::instructions::InstructionSource
- app::instructions::LoadedInstructions
- app::lifecycle::RuntimeLifecycle
- app::memory::LoadedMemory
- app::memory::MemoryEntry
- app::memory::MemorySearchHit
- app::plugin_assets::PluginAssets
- app::recorder::Recorder
- app::recorder::Replay
- app::recorder::ReplayEntry
- app::recorder::SessionHeader
- app::recorder::SessionTrailer
- app::replay::ReplayReport
- app::run::InteractiveOptions
- app::run_non_interactive::RunOptions
- app::run_non_interactive::RunResult
- app::skills::LoadedSkills
- app::skills::SkillEntry
- app::terminal::TerminalGuard
- cli::Cli
- domain::action::ActionDisplay
- domain::cmd::ChatRequest
- domain::cmd::ToolDefinition
- domain::compaction::CompactionArchive
- domain::compaction::CompactionBoundary
- domain::compaction::CompactionPolicy
- domain::compaction::CompactionRecord
- domain::compaction::CompactionRequest
- domain::compaction::CompactionResult
- domain::compaction::PreparedCompaction
- domain::file_mention::AtToken
- domain::ids::IdAllocator
- domain::ids::ToolCallId
- domain::ids::TurnId
- domain::msg::Key
- domain::msg::KeyMods
- domain::msg::StartupConfig
- domain::question::OptionPreview
- domain::question::PendingQuestionSet
- domain::question::Question
- domain::question::QuestionAnswer
- domain::question::QuestionOption
- domain::question::QuestionSelection
- domain::run_event::PlanApproved
- domain::run_event::TaskLine
- domain::runtime::BackgroundAgent
- domain::runtime::ManagedProcess
- domain::runtime::OllamaContextInfo
- domain::runtime::OllamaPlacement
- domain::runtime::ProviderCapabilitySnapshot
- domain::runtime::RunLineChanges
- domain::runtime::RunTokenCounter
- domain::runtime::RuntimeState
- domain::runtime::RuntimeTimelineEvent
- domain::runtime::ToolRunMetadata
- domain::slash_commands::SlashCommand
- domain::state::Attachment
- domain::state::Confirmation
- domain::state::ContextUsageSnapshot
- domain::state::ConversationSummary
- domain::state::IdAllocatorBundle
- domain::state::LiveToolStatus
- domain::state::McpServerEntry
- domain::state::McpState
- domain::state::McpToolSpec
- domain::state::PendingApproval
- domain::state::PendingToolCall
- domain::state::PlanState
- domain::state::PluginCommand
- domain::state::PromptTokenBreakdown
- domain::state::QueuedMessage
- domain::state::RewindCandidate
- domain::state::Session
- domain::state::State
- domain::state::TokenUsageTotals
- domain::state::ToolOutcome
- domain::state::UiState
- domain::tasks::ApplyReport
- domain::tasks::EvidenceEntry
- domain::tasks::Stamp
- domain::tasks::TaskEdit
- domain::tasks::TaskItem
- domain::tasks::TaskSpec
- domain::tasks::TaskStore
- domain::tool_search::SearchOutcome
- effect::EffectRunner
- effect::TurnScope
- mcp::McpClient
- mcp::McpServerManager
- mcp::McpToolDef
- mcp::McpToolResult
- models::BackendConfig
- models::ChatMessage
- models::ModelCapabilities
- models::ModelConfig
- models::ModelResponse
- models::OllamaOptions
- models::ProviderProfile
- models::ReasoningChunk
- models::ResponseDebugContext
- models::TokenUsage
- models::UserFacingError
- models::catalog::ModelCapEntry
- models::tool_call::FunctionCall
- models::tool_call::ToolCall
- providers::approval::ApprovalBroker
- providers::auto_classifier::ModelAutoClassifier
- providers::auto_classifier::VetRequest
- providers::auto_classifier::VetVerdict
- providers::capabilities::Capabilities
- providers::ctx::ExecContext
- providers::ctx::FinalResponse
- providers::ctx::StreamContext
- providers::factory::ProviderFactory
- providers::model::ContextSizing
- providers::model::MetaProvider
- providers::model::ModelPlacement
- providers::model::anthropic::AnthropicProvider
- providers::model::gemini::GeminiProvider
- providers::model::ollama::OllamaProvider
- providers::model::openai_compat::OpenAICompatProvider
- providers::questions::QuestionBroker
- providers::tasks::TaskBroker
- providers::tool::ToolRegistry
- providers::tool::apply_patch::ApplyPatchTool
- providers::tool::ask_user_question::AskUserQuestionTool
- providers::tool::computer_use::click::ClickTool
- providers::tool::computer_use::driver::CaptureResult
- providers::tool::computer_use::driver::ComputerUseDriver
- providers::tool::computer_use::driver::ScreenshotMetadata
- providers::tool::computer_use::driver::ScreenshotRegistry
- providers::tool::computer_use::list_windows::ListWindowsTool
- providers::tool::computer_use::mouse_move::MouseMoveTool
- providers::tool::computer_use::press_key::PressKeyTool
- providers::tool::computer_use::screenshot::ScreenshotTool
- providers::tool::computer_use::scroll::ScrollTool
- providers::tool::computer_use::type_text::TypeTextTool
- providers::tool::enter_plan_mode::EnterPlanModeTool
- providers::tool::exec::ExecuteCommandTool
- providers::tool::exit_plan_mode::ExitPlanModeTool
- providers::tool::filesystem::CreateDirectoryTool
- providers::tool::filesystem::DeleteFileTool
- providers::tool::filesystem::ReadFileTool
- providers::tool::filesystem::WriteFileTool
- providers::tool::mcp::McpToolProxy
- providers::tool::memory::MemoryTool
- providers::tool::subagent::SubagentSpawner
- providers::tool::subagent::SubagentTool
- providers::tool::tasks::TaskCreateTool
- providers::tool::tasks::TaskListTool
- providers::tool::tasks::TaskUpdateTool
- providers::tool::web::WebFetchTool
- providers::tool::web::WebSearchTool
- providers::tool::web_client::ManagedSearxngBackend
- providers::tool::web_client::NativeFetchClient
- providers::tool::web_client::OllamaWebClient
- providers::tool::web_client::SearchResult
- providers::tool::web_client::SearxngClient
- providers::tool::web_client::WebFetchResult
- render::RenderCache
- render::markdown::MarkdownLine
- render::theme::Theme
- render::theme::ThemeColors
- render::widgets::AgentPanelRow
- render::widgets::ApprovalModalWidget
- render::widgets::ChatState
- render::widgets::ChatWidget
- render::widgets::ConversationListWidget
- render::widgets::FilePickerWidget
- render::widgets::ImageClickTarget
- render::widgets::InputState
- render::widgets::InputWidget
- render::widgets::PlanConfigWidget
- render::widgets::QuestionModalWidget
- render::widgets::RewindPickerWidget
- render::widgets::SlashPaletteWidget
- render::widgets::StatusWidget
- runtime::ActionRequest
- runtime::ApprovalRecord
- runtime::ApprovalReplayResult
- runtime::ApprovalsRepo
- runtime::CheckpointFile
- runtime::CheckpointManifest
- runtime::CheckpointOrigin
- runtime::CheckpointRecord
- runtime::CheckpointsRepo
- runtime::CompactionRecord
- runtime::CompactionsRepo
- runtime::HookGate
- runtime::HookResponse
- runtime::MessageRecord
- runtime::MessagesRepo
- runtime::NewApproval
- runtime::NewCheckpoint
- runtime::NewCompaction
- runtime::NewMessage
- runtime::NewOutcome
- runtime::NewPluginInstall
- runtime::NewProcess
- runtime::NewProviderProbe
- runtime::NewSession
- runtime::NewTask
- runtime::NewToolRun
- runtime::OutcomeRecord
- runtime::OutcomesRepo
- runtime::PairingTokenRecord
- runtime::PairingTokensRepo
- runtime::PluginCapabilityPreview
- runtime::PluginInstallRecord
- runtime::PluginManifest
- runtime::PluginsRepo
- runtime::PolicyEngine
- runtime::PolicyOverride
- runtime::ProcessRecord
- runtime::ProcessesRepo
- runtime::ProviderProbeRecord
- runtime::ProviderProbesRepo
- runtime::RuntimeStore
- runtime::SandboxPolicy
- runtime::SessionRecord
- runtime::SessionsRepo
- runtime::TaskRecord
- runtime::TaskTimelineEvent
- runtime::TasksRepo
- runtime::ToolRunRecord
- runtime::ToolRunsRepo
- runtime::apply_patch::AppliedFile
- runtime::apply_patch::UpdateFileChunk
- runtime::approval::ApprovalReplayResult
- runtime::checkpoint::CheckpointFile
- runtime::checkpoint::CheckpointManifest
- runtime::checkpoint::CheckpointOrigin
- runtime::client::RuntimeApprovalDecision
- runtime::client::RuntimeApprovalDetail
- runtime::client::RuntimeCheckpointDetail
- runtime::client::RuntimeCheckpointRestore
- runtime::client::RuntimeClient
- runtime::client::RuntimeDashboard
- runtime::client::RuntimeDashboardCounts
- runtime::client::RuntimeDiagnostics
- runtime::client::RuntimeDiagnosticsArchived
- runtime::client::RuntimeDiagnosticsHygiene
- runtime::client::RuntimeDiagnosticsVisible
- runtime::client::RuntimeHealth
- runtime::client::RuntimeHygieneArchive
- runtime::client::RuntimeHygieneCounts
- runtime::client::RuntimeHygienePreview
- runtime::client::RuntimeOne
- runtime::client::RuntimePorts
- runtime::client::RuntimeProcessLog
- runtime::client::RuntimeProcessOpen
- runtime::client::RuntimeRead
- runtime::client::RuntimeService
- runtime::client::RuntimeSnapshot
- runtime::client::RuntimeTaskDetail
- runtime::plugin::HookGate
- runtime::plugin::HookResponse
- runtime::plugin::PluginCapabilityPreview
- runtime::plugin::PluginManifest
- runtime::policy::ActionRequest
- runtime::policy::PolicyEngine
- runtime::policy::PolicyOverride
- runtime::sandbox::SandboxPolicy
- runtime::storage::ApprovalRecord
- runtime::storage::ApprovalsRepo
- runtime::storage::CheckpointRecord
- runtime::storage::CheckpointsRepo
- runtime::storage::CompactionRecord
- runtime::storage::CompactionsRepo
- runtime::storage::MessageRecord
- runtime::storage::MessagesRepo
- runtime::storage::NewApproval
- runtime::storage::NewCheckpoint
- runtime::storage::NewCompaction
- runtime::storage::NewMessage
- runtime::storage::NewOutcome
- runtime::storage::NewPluginInstall
- runtime::storage::NewProcess
- runtime::storage::NewProviderProbe
- runtime::storage::NewSession
- runtime::storage::NewTask
- runtime::storage::NewToolRun
- runtime::storage::OutcomeRecord
- runtime::storage::OutcomesRepo
- runtime::storage::PairingTokenRecord
- runtime::storage::PairingTokensRepo
- runtime::storage::PluginInstallRecord
- runtime::storage::PluginsRepo
- runtime::storage::ProcessRecord
- runtime::storage::ProcessesRepo
- runtime::storage::ProviderProbeRecord
- runtime::storage::ProviderProbesRepo
- runtime::storage::RuntimeStore
- runtime::storage::SessionRecord
- runtime::storage::SessionsRepo
- runtime::storage::TaskRecord
- runtime::storage::TaskTimelineEvent
- runtime::storage::TasksRepo
- runtime::storage::ToolRunRecord
- runtime::storage::ToolRunsRepo
- searxng::SearxngManager
- session::ConversationHistory
- session::ConversationManager
- session::ConversationMeta
- session::SessionEntry
- utils::RetryConfig
- utils::TraceRing
- utils::credentials::KeyringStore
- utils::credentials::NoopStore
Enums
- app::ConfigLayer
- app::FetchBackend
- app::FilesystemPolicy
- app::NetworkPolicy
- app::PlanPermLevel
- app::PlanPostApprove
- app::SearchBackend
- app::ThemeChoice
- app::TransportKind
- app::instructions::ReloadOutcome
- app::memory::MemoryReloadOutcome
- app::memory::MemoryScope
- app::recorder::RecordLine
- app::skills::SkillSource
- cli::Commands
- cli::DaemonCommand
- cli::GitHost
- cli::OutputFormat
- cli::PairCommand
- cli::PluginCommand
- cli::PrCommand
- cli::QaCommand
- domain::action::ActionDetails
- domain::action::ActionResult
- domain::cmd::Cmd
- domain::compaction::CompactionReviewStatus
- domain::compaction::CompactionSkip
- domain::compaction::CompactionTrigger
- domain::compaction::LengthCause
- domain::msg::ClipboardRead
- domain::msg::ContextCmd
- domain::msg::KeyCode
- domain::msg::Msg
- domain::msg::MsgKind
- domain::msg::Paste
- domain::msg::SlashCmd
- domain::question::QuestionKind
- domain::question::QuestionResolution
- domain::question::TextValidate
- domain::run_event::RunEvent
- domain::runtime::ManagedProcessStatus
- domain::runtime::RuntimeSignal
- domain::runtime::RuntimeTimelineKind
- domain::runtime::ToolArtifact
- domain::runtime::ToolMetadata
- domain::runtime::ToolStatus
- domain::slash_commands::PaletteEntry
- domain::slash_commands::SlashCommandGroup
- domain::state::ApprovalChoice
- domain::state::ApprovalKind
- domain::state::ConfirmationTarget
- domain::state::GenPhase
- domain::state::McpServerStatus
- domain::state::StatusKind
- domain::state::TurnState
- domain::state::UiMode
- domain::tasks::TaskOrigin
- domain::tasks::TaskStatus
- domain::tasks::UserTaskEdit
- mcp::ContentBlock
- models::BackendError
- models::ChatMessageKind
- models::CompatStyle
- models::ConfigError
- models::ErrorCategory
- models::FinishReason
- models::MaxTokensParam
- models::MessageRole
- models::MetaResponseItem
- models::ModelError
- models::ProviderContinuation
- models::ReasoningCapability
- models::ReasoningExtraction
- models::ReasoningLevel
- models::ReasoningStrategy
- models::StreamEvent
- models::TokenUsageSource
- models::catalog::EffortCeiling
- models::catalog::MatchRule
- models::catalog::ThinkingShape
- ollama::AutostartError
- providers::approval::ApprovalDecision
- providers::ctx::ProgressEvent
- providers::ctx::StreamEvent
- providers::ctx::SubagentPhase
- providers::tool::TuiMode
- providers::tool::computer_use::Backend
- providers::tool::computer_use::driver::ScreenshotSpec
- providers::tool::policy_gate::Gate
- providers::tool::subagent::KillResult
- render::diff::DiffLineKind
- render::theme::ColorValue
- render::widgets::GenerationStatus
- runtime::Enforcement
- runtime::HookDecision
- runtime::OpenIntent
- runtime::PolicyDecision
- runtime::PolicyOverrideDecision
- runtime::ProcessStatus
- runtime::RiskClass
- runtime::SafetyMode
- runtime::TaskPriority
- runtime::TaskStatus
- runtime::ToolCategory
- runtime::apply_patch::ApplyError
- runtime::apply_patch::Hunk
- runtime::apply_patch::ParseError
- runtime::client::RuntimeClientSource
- runtime::plugin::HookDecision
- runtime::policy::PolicyDecision
- runtime::policy::PolicyOverrideDecision
- runtime::policy::RiskClass
- runtime::policy::SafetyMode
- runtime::policy::ToolCategory
- runtime::protocol::DaemonRequest
- runtime::sandbox::Enforcement
- runtime::storage::ProcessStatus
- runtime::storage::TaskPriority
- runtime::storage::TaskStatus
- utils::CappedLine
- utils::Grace
- utils::HostClass
Traits
- models::Model
- providers::auto_classifier::AutoClassifier
- providers::model::ModelProvider
- providers::tool::ToolExecutor
- providers::tool::web_client::FetchProvider
- providers::tool::web_client::SearchProvider
- utils::credentials::CredentialStore
Functions
- app::event_source::coalesce_key_burst
- app::event_source::event_to_msg
- app::event_source::parse_slash_command
- app::get_config_dir
- app::init_config
- app::instructions::find_instruction_files
- app::instructions::load_from_path
- app::instructions::load_from_paths
- app::instructions::load_project_context
- app::instructions::refresh
- app::load_config
- app::load_config_or_warn
- app::load_layered_config
- app::load_layered_config_or_warn
- app::load_project_scoped_config
- app::memory::delete_memory
- app::memory::dir_for
- app::memory::entries_with_bodies
- app::memory::find
- app::memory::find_git_root
- app::memory::load
- app::memory::memory_roots
- app::memory::refresh
- app::memory::search
- app::memory::slugify
- app::memory::write_memory
- app::memory::write_to_dir
- app::persist_default_reasoning
- app::persist_last_model
- app::persist_ollama_allow_ram_offload
- app::persist_ollama_num_ctx_for_model
- app::persist_plan_config
- app::persist_reasoning_for_model
- app::persist_ui_theme
- app::plugin_assets::apply
- app::plugin_assets::load
- app::recorder::session_fingerprint
- app::remove_user_config_key
- app::replay::replay_recording
- app::replay::run_replay
- app::resolve_model_id
- app::run::run_interactive_with
- app::run_non_interactive::format_result
- app::run_non_interactive::run_non_interactive_with
- app::sandbox_exec::maybe_dispatch
- app::skills::load
- app::skills::merge_by_precedence
- app::skills::render_index
- app::update_user_config_key
- cli::handle_command
- cli::list_models
- cli::resolve_run_prompt
- cli::show_version
- clipboard::has_image
- clipboard::read_image_bytes
- clipboard::read_text
- clipboard::write_text
- domain::compaction::build_replacement_messages
- domain::compaction::build_summary_request
- domain::compaction::build_verification_request
- domain::compaction::classify_length_stop
- domain::compaction::combine_usage
- domain::compaction::compaction_receipt
- domain::compaction::context_exceeds_hard_limit
- domain::compaction::estimate_messages_tokens
- domain::compaction::format_compact_count
- domain::compaction::normalize_summary
- domain::compaction::prepare_compaction
- domain::compaction::should_auto_compact
- domain::compaction::validate_summary_structure
- domain::file_mention::active_at_token
- domain::file_mention::fuzzy_rank
- domain::image_token::numbers_in_order
- domain::image_token::render_token
- domain::image_token::token_ending_at
- domain::image_token::token_starting_at
- domain::plan::enter_plan_mode_definition
- domain::plan::exit_plan_mode_definition
- domain::plan::parse_plan_tasks
- domain::question::rank_order
- domain::question::validate_input
- domain::reducer::build_chat_request
- domain::reducer::update
- domain::reducer::update_step
- domain::runtime::infer_static_context_window_for_model_id
- domain::slash_commands::filter_by_prefix
- domain::slash_commands::filter_entries
- domain::state::estimate_context_usage_for_request
- domain::state::estimate_tool_schema_tokens
- domain::tasks::advisory_notes
- domain::tool_search::apply_promotions
- domain::tool_search::deferred_unpromoted
- domain::tool_search::mcp_tool_definitions
- domain::tool_search::run_tool_search
- domain::tool_search::tool_search_definition
- domain::transition::action_display_for
- domain::transition::commit_assistant_message
- domain::transition::display_info_for
- domain::transition::fill_outcome
- domain::transition::format_run_duration
- domain::transition::start_executing_tools
- domain::transition::start_generating
- domain::transition::start_generating_with
- domain::transition::tool_result_messages
- domain::transition::try_complete_outcomes
- effect::retry_transient_http
- mcp::add::add_http_server
- mcp::add::add_server
- mcp::add::remove_server
- mcp::manager_ref::get
- mcp::manager_ref::is_ready
- mcp::manager_ref::mark_init_complete
- mcp::manager_ref::mark_init_started
- mcp::manager_ref::set_manager
- mcp::manager_ref::wait_ready
- mcp::sanitize::assign_server_aliases
- mcp::sanitize::sanitize_schema
- mcp::sanitize::sanitize_segment
- mcp::sanitize::sanitize_server_tools
- models::catalog::lookup
- models::lookup_provider
- models::nearest_effort
- ollama::detect_and_guide
- ollama::ensure_model
- ollama::ensure_running
- ollama::get_cloud_api_key
- ollama::is_cloud_configured
- ollama::is_cloud_model
- ollama::is_installed
- ollama::prompt_cloud_setup_if_needed
- ollama::require_any_model
- ollama::setup_cloud_interactive
- prompts::get_system_prompt
- providers::approval::allowlist_key
- providers::ctx::arc_sink
- providers::ctx::clone_messages
- providers::ctx::test_exec_context
- providers::ctx::test_exec_context_with_config
- providers::ctx::test_stream_context
- providers::tool::computer_use::display_is_reachable
- providers::tool::computer_use::probe
- providers::tool::policy_gate::gate
- providers::tool::policy_gate::gate_external
- providers::tool::web::web_fetch_tool
- providers::tool::web::web_search_tool
- providers::tool::web_client::format_results
- render::diff::parse_diff_line
- render::markdown::line_hanging_indent
- render::markdown::parse_markdown
- render::render
- render::widgets::build_status_lines
- render::widgets::build_task_lines
- render::widgets::plan_config_rows
- render::widgets::question_modal_height
- render::widgets::tasks_height
- render::widgets::tasks_visible
- runtime::aggregate_hook_responses
- runtime::apply_patch::derive_new_contents
- runtime::apply_patch::parse_patch
- runtime::approval::approve_and_replay
- runtime::approval::deny_approval
- runtime::approve_and_replay
- runtime::atomic::write_atomic
- runtime::atomic::write_atomic_with_mode
- runtime::checkpoint::create_checkpoint
- runtime::checkpoint::create_checkpoint_for_task
- runtime::checkpoint::gc_old_checkpoint_dirs
- runtime::checkpoint::restore_checkpoint
- runtime::clamp_pairing_ttl_days
- runtime::client::affected_paths_from_json
- runtime::client::parse_optional_json
- runtime::client::runtime_hygiene_reason
- runtime::create_checkpoint
- runtime::create_checkpoint_for_task
- runtime::create_dir_all_beneath
- runtime::daemon::clamp_pairing_ttl_days
- runtime::daemon::daemon_socket_path
- runtime::daemon::generate_pairing_token
- runtime::daemon::hash_pairing_token
- runtime::daemon::pairing_expiry_from_now
- runtime::daemon::pipe_name_for_sid
- runtime::daemon::pipe_sddl
- runtime::daemon::request_daemon_json
- runtime::daemon::request_daemon_text
- runtime::daemon::snapshot_field_from_daemon
- runtime::daemon::subscribe_daemon_lines
- runtime::daemon_socket_path
- runtime::data_dir
- runtime::deny_approval
- runtime::enforce
- runtime::fs_confinement_available
- runtime::gc_old_checkpoint_dirs
- runtime::generate_pairing_token
- runtime::hardening::harden_process
- runtime::hash_pairing_token
- runtime::install_plugin_from_path
- runtime::is_destructive_command
- runtime::is_plan_safe_build_command
- runtime::network_killswitch_available
- runtime::open_beneath
- runtime::pairing_expiry_from_now
- runtime::plugin::aggregate_hook_responses
- runtime::plugin::install_plugin_from_path
- runtime::plugin::plugin_capability_preview
- runtime::plugin::run_plugin_hooks
- runtime::plugin::validate_plugin_manifest
- runtime::plugin::write_plugin_lockfile
- runtime::plugin_capability_preview
- runtime::policy::is_destructive_command
- runtime::policy::is_plan_safe_build_command
- runtime::remove_file_beneath
- runtime::request_daemon_json
- runtime::request_daemon_text
- runtime::restore_checkpoint
- runtime::run_plugin_hooks
- runtime::sandbox::enforce
- runtime::sandbox::fs_confinement_available
- runtime::sandbox::network_killswitch_available
- runtime::snapshot_field_from_daemon
- runtime::storage::data_dir
- runtime::storage::try_exclusive_lock
- runtime::subscribe_daemon_lines
- runtime::try_exclusive_lock
- runtime::validate_plugin_manifest
- runtime::write_atomic
- runtime::write_atomic_beneath
- runtime::write_atomic_with_mode
- runtime::write_plugin_lockfile
- searxng::bundle::ensure_bundle
- searxng::bundle_manifest::bundle_sha256
- searxng::manager
- searxng::shutdown
- session::detect_git_branch
- session::detect_git_sha
- session::scratchpad::ensure
- session::scratchpad::list_text
- session::scratchpad::project_slug
- session::scratchpad::remove
- session::scratchpad::session_dir
- session::scratchpad::sweep_stale
- session::scratchpad::sweep_stale_in
- session::select_conversation
- utils::classify_host
- utils::confirm_or_refuse
- utils::continuation_overlap
- utils::credentials::default_store
- utils::drain_complete_lines
- utils::drain_sse_events
- utils::format_duration
- utils::format_relative_timestamp
- utils::gpu_vram_bytes
- utils::init_logger
- utils::is_affirmative
- utils::log_debug
- utils::log_error
- utils::log_file_path
- utils::log_info
- utils::log_progress
- utils::log_warn
- utils::open_file
- utils::output_with_timeout
- utils::private_temp_dir
- utils::provider_key_source
- utils::read_capped
- utils::read_file_capped
- utils::read_line_capped
- utils::redact_json
- utils::redact_secrets
- utils::resolve_api_key
- utils::resolve_api_key_with_fallback
- utils::resolve_provider_key
- utils::resolve_provider_key_with_fallback
- utils::retry_async
- utils::retry_async_if
- utils::serde_base64::deserialize
- utils::serde_base64::serialize
- utils::serde_base64::string::deserialize
- utils::serde_base64::string::serialize
- utils::should_refuse_noninteractive
- utils::system_ram_bytes
- utils::terminate_tree
- utils::terminate_tree_blocking
- utils::trace_ring
- utils::truncate_content
- utils::truncate_middle
- utils::truncate_web_content
- utils::write_stdin_with_timeout
Type Aliases
Constants
- app::instructions::INSTRUCTION_FILENAMES
- app::recorder::RECORDING_FORMAT_VERSION
- app::sandbox_exec::SANDBOX_EXEC_SUBCOMMAND
- app::skills::MAX_SKILLS
- constants::COMMAND_MAX_TIMEOUT_SECS
- constants::COMMAND_TIMEOUT_SECS
- constants::COMPACTION_AUTO_THRESHOLD_PERCENT
- constants::COMPACTION_MAX_RESPONSE_RESERVE_TOKENS
- constants::COMPACTION_MAX_TRUNCATION_RECOVERIES
- constants::COMPACTION_MIN_RESPONSE_RESERVE_TOKENS
- constants::COMPACTION_SUMMARIZER_INPUT_TOKEN_BUDGET
- constants::COMPACTION_SUMMARY_MAX_TOKENS
- constants::COMPACTION_TAIL_TOKEN_BUDGET
- constants::COMPACTION_TAIL_TURNS
- constants::COMPACTION_TOOL_OUTPUT_MAX_CHARS
- constants::COMPUTER_USE_CMD_TIMEOUT_SECS
- constants::DAEMON_CONNECTION_TIMEOUT_SECS
- constants::DEFAULT_OLLAMA_MAX_AUTO_NUM_CTX
- constants::DEFAULT_OLLAMA_PORT
- constants::DEFAULT_TEMPERATURE
- constants::INSTRUCTIONS_TRUNCATION_MARKER
- constants::LEGACY_DEFAULT_MAX_TOKENS
- constants::MARKDOWN_CACHE_MAX_ENTRIES
- constants::MAX_BATCH_TOOL_ITEMS
- constants::MAX_DAEMON_COMMAND_BYTES
- constants::MAX_INSTRUCTIONS_BYTES
- constants::MAX_MCP_FRAME_BYTES
- constants::MAX_MEMORY_INDEX_BYTES
- constants::MAX_OUTPUT_CONTINUATIONS
- constants::MAX_PATCH_FILE_BYTES
- constants::MAX_RESPONSE_CHARS
- constants::MAX_RETAINED_SCREENSHOTS
- constants::MAX_SCROLL_AMOUNT
- constants::MAX_SSE_BUFFER_BYTES
- constants::MAX_TOOL_ARG_BYTES
- constants::MAX_TOOL_CALLS
- constants::MAX_TOOL_OUTPUT_BYTES
- constants::MAX_WEB_BODY_BYTES
- constants::MEMORY_INDEX_TRUNCATION_MARKER
- constants::META_MUSE_SPARK_CONTEXT_WINDOW
- constants::META_MUSE_SPARK_MAX_OUTPUT_TOKENS
- constants::NVIDIA_SMI_TIMEOUT_SECS
- constants::OLLAMA_KV_DTYPE_BYTES
- constants::OLLAMA_MEMORY_BUDGET_FRACTION
- constants::OLLAMA_MIN_AUTO_NUM_CTX
- constants::OLLAMA_MIN_NUM_PREDICT
- constants::OLLAMA_NUM_CTX_ROUNDING
- constants::OLLAMA_NUM_PREDICT_MARGIN
- constants::OLLAMA_PROBE_TIMEOUT_SECS
- constants::POST_CLICK_DELAY_MS
- constants::POST_KEY_DELAY_MS
- constants::POST_TYPE_DELAY_MS
- constants::PROVIDER_PROBE_TTL_DAYS
- constants::SCREENSHOT_DOWNSCALE_TIMEOUT_SECS
- constants::SCREENSHOT_MAX_WIDTH
- constants::SCREENSHOT_REGISTRY_CAPACITY
- constants::TYPE_KEY_DELAY_MS
- constants::UI_EXIT_CONFIRM_WINDOW_SECS
- constants::UI_MOUSE_SCROLL_LINES
- constants::WEB_CONTENT_MAX_CHARS
- constants::WEB_SEARCH_AGGREGATE_MAX_CHARS
- constants::WINDOW_FOCUS_DELAY_MS
- domain::plan::ENTER_PLAN_MODE_TOOL
- domain::plan::EXIT_PLAN_MODE_TOOL
- domain::run_event::RUN_EVENT_PROTOCOL_VERSION
- domain::slash_commands::COMMAND_GROUPS
- domain::slash_commands::COMMAND_REGISTRY
- domain::slash_commands::KEYBINDINGS
- domain::tasks::EVIDENCE_CAP
- domain::tool_search::MAX_PROMOTED_TOOLS
- domain::tool_search::MAX_TOOL_SEARCH_RESULTS
- domain::tool_search::TOOL_SEARCH_NAME
- effect::DEFAULT_MAX_ATTEMPTS
- effect::MSG_CHANNEL_CAPACITY
- mcp::sanitize::MAX_TOOL_NAME_LEN
- mcp::sanitize::SERVER_SEGMENT_MAX
- models::PROVIDER_REGISTRY
- models::catalog::CATALOG
- models::catalog::UNKNOWN_MODEL
- prompts::PLAN_HANDOFF_PREAMBLE
- prompts::PLAN_MODE_PROMPT
- prompts::SUBAGENT_CONTRACT
- prompts::SYSTEM_PROMPT_TEMPLATE
- providers::tool::subagent::DEFAULT_TIMEOUT_SECS
- providers::tool::subagent::MAX_CACHED_AGENTS
- providers::tool::subagent::MAX_INFLIGHT
- render::diff::DIFF_ADDED_MARKER
- render::diff::DIFF_REMOVED_MARKER
- render::widgets::PLAN_CONFIG_HEIGHT
- render::widgets::PLAN_CONFIG_ROWS
- runtime::DEFAULT_PAIRING_TTL_DAYS
- runtime::OUTCOME_LABEL_ACCEPTED
- runtime::OUTCOME_LABEL_FAILURE
- runtime::OUTCOME_LABEL_PARTIAL
- runtime::OUTCOME_LABEL_REJECTED
- runtime::OUTCOME_LABEL_SUCCESS
- runtime::OUTCOME_LABEL_UNKNOWN
- runtime::OUTCOME_SOURCE_MODEL
- runtime::OUTCOME_SOURCE_SYSTEM
- runtime::OUTCOME_SOURCE_USER
- runtime::OUTCOME_SOURCE_VERIFIER
- runtime::PLAN_DENIAL_MARKER
- runtime::READ_ONLY_DENIAL_MARKER
- runtime::daemon::DAEMON_TOKEN_ENV
- runtime::daemon::DEFAULT_PAIRING_TTL_DAYS
- runtime::policy::PLAN_DENIAL_MARKER
- runtime::policy::READ_ONLY_DENIAL_MARKER
- runtime::storage::OUTCOME_LABEL_ACCEPTED
- runtime::storage::OUTCOME_LABEL_FAILURE
- runtime::storage::OUTCOME_LABEL_PARTIAL
- runtime::storage::OUTCOME_LABEL_REJECTED
- runtime::storage::OUTCOME_LABEL_SUCCESS
- runtime::storage::OUTCOME_LABEL_UNKNOWN
- runtime::storage::OUTCOME_SOURCE_MODEL
- runtime::storage::OUTCOME_SOURCE_SYSTEM
- runtime::storage::OUTCOME_SOURCE_USER
- runtime::storage::OUTCOME_SOURCE_VERIFIER
- searxng::bundle_manifest::BUNDLE_VERSION
- session::scratchpad::RETENTION_DAYS