Vibe OS — Hub v6.6.2Chat • Image • Video
Open IDE
Chat
Image
Video
(no jobs yet)
Jobs
(empty)
`; const payload = [{path, content: html, accept_hunks:[]}]; try{ await fetch(apiBase()+'/patch/apply',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(payload)}); try{ await fetch(apiBase()+'/preview/reload'); }catch(_e){} alert('Embedded at '+path); }catch(e){ alert('Failed to embed: '+e.message); } } loadCfg(); setTabs(); populateProviders();