hotsheet 0.6.4 → 0.7.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.
- package/README.md +4 -0
- package/dist/cli.js +310 -43
- package/dist/client/app.global.js +43 -43
- package/dist/client/styles.css +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -162,6 +162,10 @@ Hot Sheet can push events directly to a running Claude Code session via MCP chan
|
|
|
162
162
|
|
|
163
163
|
Requires Claude Code v2.1.80+ with channel support. See [docs/12-claude-channel.md](docs/12-claude-channel.md) for setup details.
|
|
164
164
|
|
|
165
|
+
<p align="center">
|
|
166
|
+
<img src="docs/demo-9.png" alt="Claude Channel integration with play button, custom command buttons, and AI-driven workflow" width="900">
|
|
167
|
+
</p>
|
|
168
|
+
|
|
165
169
|
### Other AI Tools
|
|
166
170
|
|
|
167
171
|
The worklist works with any AI tool that reads files — Cursor, Copilot, Aider, etc. Each ticket includes its number, type, priority, status, title, and details.
|