Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/ctx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ chrono.workspace = true
clap.workspace = true
clap_mangen.workspace = true
ring.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
ureq = { version = "2.10", default-features = true }
Expand Down
9 changes: 9 additions & 0 deletions crates/ctx-cli/src/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ const TOPICS: &[DocTopic] = &[
source_path: "docs/custom-history-import-format.md",
body: include_str!("../../../docs/custom-history-import-format.md"),
},
DocTopic {
id: "history-source-plugins",
title: "History Source Plugins",
audience: "integrator-agent",
summary: "Local plugin manifests, stdout import, cursor handoff, and adapter shapes.",
tags: &["providers", "plugins", "imports", "custom"],
source_path: "docs/history-source-plugins.md",
body: include_str!("../../../docs/history-source-plugins.md"),
},
DocTopic {
id: "provider-support",
title: "Provider Support",
Expand Down
Loading