feat: complete 89cat rebrand, token server, API validation, skills tabs
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

- Phase 1: rename app identifiers (package/electron-builder/main process)
- Phase 4: cat89 provider + port-pinger for api2.is89.com:898902-898909
- Phase 5: skills page category tabs (89 plugins/OpenClaw/other)
- Phase 7: /api/cat89/validate-key endpoint with auto-ping

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
zyh
2026-06-04 10:54:47 +08:00
parent 48e65882d6
commit b7349c6ebf
12 changed files with 157 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "clawx",
"name": "cat89",
"version": "0.4.8-alpha.0",
"pnpm": {
"onlyBuiltDependencies": [
@@ -25,9 +25,9 @@
]
}
},
"description": "ClawX - Graphical AI Assistant based on OpenClaw",
"description": "89猫 - Graphical AI Assistant based on OpenClaw",
"main": "dist-electron/main/index.js",
"author": "ClawX Team",
"author": "89猫 Team",
"license": "MIT",
"private": true,
"scripts": {