chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-13 00:06:12 +00:00
parent 6d02a86e4f
commit 3fc4224146
2 changed files with 181 additions and 5 deletions
+2
View File
@@ -14,6 +14,7 @@ import {
readConfig,
getItemDetail,
runItemAction,
setCopilotSession,
} from "./data.mjs";
import { renderHtml } from "./renderer.mjs";
@@ -374,3 +375,4 @@ sessionRef = await joinSession({
}),
],
});
setCopilotSession(sessionRef);