Merge pull request #510 from mitsuhiko/annotate-bridge-prompt

Annotate bridge prompt
This commit is contained in:
Mario Zechner
2026-01-06 23:47:02 +01:00
committed by GitHub
9 changed files with 116 additions and 13 deletions

View File

@@ -443,7 +443,7 @@ export async function runRpcMode(session: AgentSession): Promise<never> {
}
case "export_html": {
const path = session.exportToHtml(command.outputPath);
const path = await session.exportToHtml(command.outputPath);
return success(id, "export_html", { path });
}