Skip to main content

parse_vscode_task

Function parse_vscode_task 

Source
pub fn parse_vscode_task(
    history_path: &Path,
    tool_name: &str,
) -> Result<Option<(Session, Vec<Message>)>>
Expand description

Parses a task from its conversation history file.

§Arguments

  • history_path - Path to the api_conversation_history.json file
  • tool_name - Name of the tool to use in the session (e.g., “cline”)