clay-server 4.1.0-beta.7 → 4.1.0-beta.8

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -1268,7 +1268,7 @@ function setup(callback) {
1268
1268
  console.clear();
1269
1269
  printLogo();
1270
1270
  log("");
1271
- log(sym.pointer + " " + a.bold + "Clay" + a.reset + a.dim + " · Unofficial, open-source project" + a.reset);
1271
+ log(sym.pointer + " " + a.bold + "Clay Studio" + a.reset + a.dim + " · Official open-source distribution" + a.reset);
1272
1272
  log(sym.bar);
1273
1273
  log(sym.bar + " " + a.yellow + sym.warn + " Disclaimer" + a.reset);
1274
1274
  log(sym.bar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "4.1.0-beta.7",
3
+ "version": "4.1.0-beta.8",
4
4
  "description": "Self-hosted team workspace for Claude Code and Codex. Multi-user, browser-based, with persistent AI mates.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js"