thebird 1.2.59 → 1.2.60

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/docs/index.html CHANGED
@@ -36,7 +36,7 @@ bird-chat { display: flex; flex-direction: column; height: 100%; }
36
36
  <button class="btn btn-xs btn-ghost" onclick="document.getElementById('preview-frame').src='preview/'">↺ Reload</button>
37
37
  <span class="text-xs text-base-content/50 self-center">preview/</span>
38
38
  </div>
39
- <iframe id="preview-frame" class="w-full flex-1 border-0" src="about:blank"></iframe>
39
+ <iframe id="preview-frame" class="w-full flex-1 border-0" src="about:blank" credentialless></iframe>
40
40
  </div>
41
41
  </div>
42
42
  <script>
@@ -42,7 +42,6 @@ self.addEventListener('fetch', e => {
42
42
 
43
43
  const CORS_HEADERS = {
44
44
  'Cross-Origin-Resource-Policy': 'cross-origin',
45
- 'Cross-Origin-Embedder-Policy': 'require-corp',
46
45
  };
47
46
 
48
47
  async function handlePreview(key, request) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thebird",
3
- "version": "1.2.59",
3
+ "version": "1.2.60",
4
4
  "description": "Anthropic SDK to Gemini streaming bridge — drop-in proxy that translates Anthropic message format and tool calls to Google Gemini",
5
5
  "scripts": {
6
6
  "start": "node serve.js"