feat: rename ClawChat → PinchChat across entire project
- Update package.json name and repo URL - Update README.md, CONTRIBUTING.md branding and links - Update UI components (Header, Chat) display names - Update gateway user-agent string - Rename GitHub repo via API - Mark FEEDBACK.md item #1 as done
This commit is contained in:
12
README.md
12
README.md
@@ -1,12 +1,12 @@
|
||||
# 🦞 ClawChat
|
||||
# 🦞 PinchChat
|
||||
|
||||
[](https://github.com/MarlBurroW/clawchat/actions/workflows/ci.yml)
|
||||
[](https://github.com/MarlBurroW/pinchchat/actions/workflows/ci.yml)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
**A sleek, dark-themed webchat UI for [OpenClaw](https://github.com/openclaw/openclaw) — monitor sessions, stream responses, and inspect tool calls in real-time.**
|
||||
|
||||
> 🖼️ *Screenshot coming soon — [contributions welcome](https://github.com/MarlBurroW/clawchat/issues)!*
|
||||
> 🖼️ *Screenshot coming soon — [contributions welcome](https://github.com/MarlBurroW/pinchchat/issues)!*
|
||||
|
||||
## ✨ Features
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
git clone https://github.com/MarlBurroW/clawchat.git
|
||||
cd clawchat
|
||||
git clone https://github.com/MarlBurroW/pinchchat.git
|
||||
cd pinchchat
|
||||
npm install
|
||||
cp .env.example .env
|
||||
```
|
||||
@@ -83,4 +83,4 @@ Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines
|
||||
|
||||
## 🔗 Links
|
||||
|
||||
- [OpenClaw](https://github.com/openclaw/openclaw) — the AI agent platform ClawChat connects to
|
||||
- [OpenClaw](https://github.com/openclaw/openclaw) — the AI agent platform PinchChat connects to
|
||||
|
||||
Reference in New Issue
Block a user