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 theapi_conversation_history.jsonfiletool_name- Name of the tool to use in the session (e.g., “cline”)