midsomar 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web-ui/index.html CHANGED
@@ -61,7 +61,23 @@
61
61
  </script>
62
62
  <script type="module" crossorigin src="/assets/index-BfNxi3ev.js"></script>
63
63
  <link rel="stylesheet" crossorigin href="/assets/index-S3QimprQ.css">
64
- <script>;(function(){var s=document.createElement('style');s.textContent='[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"]{display:none!important}';document.head.appendChild(s);var o=new MutationObserver(function(){document.querySelectorAll('[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"]').forEach(function(e){e.style.display='none'})});o.observe(document.documentElement,{childList:true,subtree:true})})()</script></head>
64
+ <script>;(function(){
65
+ var s=document.createElement('style');
66
+ s.textContent='[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"],[data-action="prompt-model"]{display:none!important}';
67
+ document.head.appendChild(s);
68
+ var o=new MutationObserver(function(){
69
+ document.querySelectorAll('[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"],[data-action="prompt-model"]').forEach(function(e){e.style.display='none'});
70
+ document.querySelectorAll('[id="opencode"],[id="opencode-go"]').forEach(function(e){
71
+ var p=e.closest('button,div,[role="option"],[data-provider-id]');
72
+ if(p){p.style.display='none'}
73
+ });
74
+ document.querySelectorAll('svg[viewBox="0 0 720 129"]').forEach(function(e){e.style.display="none"});
75
+ });
76
+ o.observe(document.documentElement,{childList:true,subtree:true})
77
+ })()</script><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
78
+ <meta http-equiv="Pragma" content="no-cache">
79
+ <meta http-equiv="Expires" content="0">
80
+ </head>
65
81
  <body class="antialiased overscroll-none text-12-regular overflow-hidden bg-v2-background-bg-deep">
66
82
  <noscript>You need to enable JavaScript to run this app.</noscript>
67
83
  <div id="root" class="flex flex-col h-dvh bg-v2-background-bg-deep p-px"></div>