List of all items
Structs
- cli::Cli
- cli::GetArgs
- cli::IssueCreateArgs
- cli::IssueListArgs
- cli::IssueUpdateArgs
- cli::PlanCreateArgs
- cli::PlanUpdateArgs
- cli::ProjectCreateArgs
- cli::ProjectUpdateArgs
- cli::RemoteSetArgs
- cli::SaveArgs
- cli::TimeListArgs
- cli::TimeLogArgs
- cli::TimeUpdateArgs
- cli::UpdateArgs
- cli::commands::config::RemoteConfig
- cli::commands::config::SaveContextConfig
- config::StatusCacheEntry
- config::plan_discovery::DiscoveredPlan
- embeddings::chunking::ChunkConfig
- embeddings::chunking::TextChunk
- embeddings::factory::ProviderDetection
- embeddings::huggingface::HuggingFaceProvider
- embeddings::model2vec::Model2VecProvider
- embeddings::ollama::OllamaProvider
- embeddings::provider::BoxedProvider
- embeddings::types::EmbeddingResult
- embeddings::types::EmbeddingSettings
- embeddings::types::ModelConfig
- embeddings::types::ProviderInfo
- embeddings::types::SaveContextConfig
- embeddings::types::TieredEmbeddingSettings
- model::plan::Plan
- model::project::Project
- storage::events::Event
- storage::sqlite::BackfillStats
- storage::sqlite::Checkpoint
- storage::sqlite::ContextItem
- storage::sqlite::EmbeddingChunk
- storage::sqlite::EmbeddingStats
- storage::sqlite::EpicProgress
- storage::sqlite::Issue
- storage::sqlite::Memory
- storage::sqlite::MutationContext
- storage::sqlite::ProjectCounts
- storage::sqlite::SemanticSearchResult
- storage::sqlite::Session
- storage::sqlite::SqliteStorage
- storage::sqlite::SyncDeletion
- storage::sqlite::TimeEntry
- sync::CheckpointRecord
- sync::ContextItemRecord
- sync::DeletionRecord
- sync::EntityStats
- sync::ExportFileInfo
- sync::ExportStats
- sync::Exporter
- sync::ImportStats
- sync::Importer
- sync::IssueRecord
- sync::MemoryRecord
- sync::PlanRecord
- sync::SessionRecord
- sync::SyncStatus
Enums
- cli::CheckpointCommands
- cli::Commands
- cli::ConfigCommands
- cli::ConfigRemoteCommands
- cli::EmbeddingsCommands
- cli::IssueCommands
- cli::IssueDepCommands
- cli::IssueLabelCommands
- cli::MemoryCommands
- cli::OutputFormat
- cli::PlanCommands
- cli::ProjectCommands
- cli::SessionCommands
- cli::Shell
- cli::SkillsCommands
- cli::SyncCommands
- cli::TagCommands
- cli::TimeCommands
- config::plan_discovery::AgentKind
- embeddings::types::EmbeddingProviderType
- embeddings::types::SearchMode
- error::Error
- error::ErrorCode
- model::plan::PlanStatus
- storage::events::EventType
- sync::EntityType
- sync::MergeStrategy
- sync::SyncError
- sync::SyncRecord
Traits
Functions
- cli::commands::checkpoint::execute
- cli::commands::compaction::execute
- cli::commands::completions::execute
- cli::commands::config::build_scp_base_args
- cli::commands::config::build_ssh_base_args
- cli::commands::config::config_path
- cli::commands::config::execute
- cli::commands::config::load_config
- cli::commands::config::load_remote_config
- cli::commands::config::shell_quote
- cli::commands::context::execute_delete
- cli::commands::context::execute_get
- cli::commands::context::execute_save
- cli::commands::context::execute_tag
- cli::commands::context::execute_update
- cli::commands::embeddings::execute
- cli::commands::embeddings::reset_to_defaults
- cli::commands::embeddings::spawn_background_embedder
- cli::commands::init::execute
- cli::commands::issue::execute
- cli::commands::memory::execute
- cli::commands::plan::execute
- cli::commands::prime::execute
- cli::commands::project::execute
- cli::commands::remote::execute
- cli::commands::session::execute
- cli::commands::skills::execute
- cli::commands::status::execute
- cli::commands::sync::execute
- cli::commands::time_entry::execute
- cli::commands::version::execute
- config::bind_session_to_terminal
- config::clear_status_cache
- config::current_git_branch
- config::current_project_path
- config::current_session_id
- config::default_actor
- config::discover_project_savecontext_dir
- config::discover_savecontext_dir
- config::global_savecontext_dir
- config::is_test_mode
- config::plan_discovery::compute_content_hash
- config::plan_discovery::discover_plans
- config::plan_discovery::extract_title
- config::read_status_cache
- config::resolve_db_path
- config::resolve_project
- config::resolve_project_path
- config::resolve_session_id
- config::resolve_session_or_suggest
- config::test_db_path
- config::write_status_cache
- csv_escape
- embeddings::chunking::chunk_text
- embeddings::chunking::prepare_item_text
- embeddings::config::get_embedding_settings
- embeddings::config::is_embeddings_enabled
- embeddings::config::load_config
- embeddings::config::reset_embedding_settings
- embeddings::config::resolve_hf_endpoint
- embeddings::config::resolve_hf_model
- embeddings::config::resolve_hf_token
- embeddings::config::resolve_ollama_endpoint
- embeddings::config::resolve_ollama_model
- embeddings::config::save_config
- embeddings::config::save_embedding_settings
- embeddings::factory::create_embedding_provider
- embeddings::factory::create_huggingface_provider
- embeddings::factory::create_ollama_provider
- embeddings::factory::detect_available_providers
- embeddings::types::huggingface_models::all_minilm_l6_v2
- embeddings::types::huggingface_models::all_mpnet_base_v2
- embeddings::types::huggingface_models::default_config
- embeddings::types::huggingface_models::get_config
- embeddings::types::model2vec_models::default_config
- embeddings::types::model2vec_models::get_config
- embeddings::types::model2vec_models::potion_base_32m
- embeddings::types::model2vec_models::potion_base_8m
- embeddings::types::model2vec_models::potion_multilingual_128m
- embeddings::types::ollama_models::all_minilm
- embeddings::types::ollama_models::default_config
- embeddings::types::ollama_models::get_config
- embeddings::types::ollama_models::mxbai_embed_large
- embeddings::types::ollama_models::nomic_embed_text
- is_csv
- is_dry_run
- is_silent
- storage::events::get_events
- storage::events::insert_event
- storage::migrations::run_migrations
- storage::schema::apply_schema
- sync::append_jsonl
- sync::atomic_write
- sync::content_hash
- sync::count_lines
- sync::default_export_dir
- sync::ensure_gitignore
- sync::file_size
- sync::get_sync_status
- sync::gitignore_content
- sync::has_changed
- sync::print_status
- sync::project_export_dir
- sync::read_jsonl
- sync::write_jsonl
- validate::find_similar_ids
- validate::levenshtein_distance
- validate::normalize_priority
- validate::normalize_status
- validate::normalize_type
Type Aliases
Statics
- CSV_OUTPUT
- DRY_RUN
- SILENT
- validate::PRIORITY_SYNONYMS
- validate::STATUS_SYNONYMS
- validate::TYPE_SYNONYMS
- validate::VALID_STATUSES
- validate::VALID_TYPES