Expand description
Derive Toolpath documents from GitHub Copilot CLI sessions.
Thin wrapper around the shared toolpath_convo::derive_path: convert the
session to a provider-agnostic toolpath_convo::ConversationView via
crate::provider::to_view and hand off. All Copilot-specific data (cwd,
file mutations, producer) is captured during to_view; this module only
sets the title and any CLI overrides.
Structs§
- Derive
Config - Configuration for deriving a Toolpath Path from a Copilot session.
Functions§
- derive_
path - Derive a
Pathfrom a CopilotSession. - derive_
project - Derive a
Pathfrom multiple sessions. Used for bulk exports.