clay-server 2.13.0-beta.8 → 2.13.0-beta.9

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.
@@ -151,6 +151,20 @@
151
151
  font-size: 48px;
152
152
  line-height: 1;
153
153
  }
154
+ .mate-intro-experimental {
155
+ display: inline-block;
156
+ font-size: 10px;
157
+ font-weight: 700;
158
+ letter-spacing: 0.05em;
159
+ text-transform: uppercase;
160
+ color: #f59e0b;
161
+ background: rgba(245, 158, 11, 0.12);
162
+ border: 1px solid rgba(245, 158, 11, 0.25);
163
+ border-radius: 10px;
164
+ padding: 2px 7px;
165
+ vertical-align: middle;
166
+ margin-right: 4px;
167
+ }
154
168
  .mate-intro-title {
155
169
  font-size: 22px;
156
170
  font-weight: 700;
@@ -1320,7 +1320,7 @@
1320
1320
  <div class="mate-intro-step"><span class="mate-intro-step-num">2</span> Have a short interview where your Mate gets to know you</div>
1321
1321
  <div class="mate-intro-step"><span class="mate-intro-step-num">3</span> Start talking</div>
1322
1322
  </div>
1323
- <p class="mate-intro-privacy">Mates run on Claude Code. No separate API keys or external services needed. Your conversations stay on your Clay server and are never stored elsewhere.</p>
1323
+ <p class="mate-intro-privacy">Mates run on Claude Code. No separate API keys or external services needed. Your conversations stay on your Clay server and are never stored elsewhere. <span class="mate-intro-experimental">Experimental</span></p>
1324
1324
  </div>
1325
1325
  </div>
1326
1326
  <!-- Step 1: Relationship -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.13.0-beta.8",
3
+ "version": "2.13.0-beta.9",
4
4
  "description": "Web UI for Claude Code. Any device. Push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",