claude-relay 2.27.0-beta.8 → 2.27.0

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/README.md +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -169,6 +169,16 @@ graph LR
169
169
 
170
170
  For detailed sequence diagrams, daemon architecture, and design decisions, see [docs/architecture.md](docs/architecture.md).
171
171
 
172
+ ## Community Projects
173
+
174
+ Projects built by the community on top of Clay.
175
+
176
+ | Project | Description |
177
+ |---------|-------------|
178
+ | [clay-streamdeck-plugin](https://github.com/egns-ai/clay-streamdeck-plugin) | Stream Deck plugin that turns physical buttons into a live dashboard for managing Clay sessions, worktrees, and permission requests. |
179
+
180
+ Building something with Clay? Share it in [Discussions](https://github.com/chadbyte/clay/discussions).
181
+
172
182
  ## Contributors
173
183
 
174
184
  <a href="https://github.com/chadbyte/clay/graphs/contributors">
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "claude-relay",
3
- "version": "2.27.0-beta.8",
3
+ "version": "2.27.0",
4
4
  "description": "Alias for clay-server — Web UI for Claude Code.",
5
5
  "bin": {
6
6
  "claude-relay": "./bin/cli.js"
7
7
  },
8
8
  "dependencies": {
9
- "clay-server": "2.27.0-beta.8"
9
+ "clay-server": "2.27.0"
10
10
  },
11
11
  "keywords": [
12
12
  "claude",