thebird 1.2.99 → 1.2.100
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 +4 -4
- package/package.json +1 -1
package/docs/index.html
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<meta name="theme-color" content="#247420" media="(prefers-color-scheme: light)">
|
|
7
7
|
<meta name="theme-color" content="#3FA93A" media="(prefers-color-scheme: dark)">
|
|
8
8
|
<meta name="color-scheme" content="light dark">
|
|
9
|
-
<title>
|
|
10
|
-
<meta name="description" content="
|
|
9
|
+
<title>thebird / chat</title>
|
|
10
|
+
<meta name="description" content="thebird — anthropic-sdk-to-multi-provider bridge, in-browser chat console.">
|
|
11
11
|
<meta name="author" content="247420 / AnEntrypoint">
|
|
12
12
|
<link rel="stylesheet" href="vendor/xterm.css" />
|
|
13
13
|
<link rel="stylesheet" href="tui.css" />
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
<body>
|
|
32
32
|
<div style="display:flex;flex-direction:column;height:100%">
|
|
33
33
|
<div class="tui-header">
|
|
34
|
-
<span class="brand">247420<span class="slash"> / </span>
|
|
35
|
-
<span class="tagline">
|
|
34
|
+
<span class="brand">247420<span class="slash"> / </span>thebird<span class="slash"> / </span><span class="leaf">chat</span></span>
|
|
35
|
+
<span class="tagline">anthropic sdk ↔ multi-provider bridge · gemini, openai-compat, any model</span>
|
|
36
36
|
</div>
|
|
37
37
|
<div class="tui-tabs">
|
|
38
38
|
<button id="tab-chat" class="tui-tab active" onclick="switchTab('chat')">chat</button>
|
package/package.json
CHANGED