···66const repoInput = document.getElementById("repoInput");
7788// Initialize the AT Protocol client - FIXED VERSION // lol claude wrote that
99-const agent = new AtprotoApi.AtpAgent({
99+const agent = new window.AtprotoApi.AtpAgent({
1010 service: "https://bsky.social",
1111});
1212