claude-code-discord-presence 1.0.1 → 1.0.2

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 CHANGED
@@ -9,9 +9,7 @@ Cross-platform Discord Rich Presence for Claude Code Desktop and Claude Code CLI
9
9
  model, effort, usage limits, reset countdowns, tools, agents, token usage, cost, context, plan mode,
10
10
  Fast mode, and secure remote SSH sessions on Windows, macOS, and Linux.
11
11
 
12
- <p align="center">
13
- <img src="assets/claude-code.png" width="180" alt="Claude Code Discord Presence icon">
14
- </p>
12
+ ![Claude Code Discord Rich Presence with plan limits, model, effort, activity status, usage statistics, and session timer](https://raw.githubusercontent.com/dayfinggg/claude-code-discord-presence/main/assets/claude-code-presence-cover.png)
15
13
 
16
14
  ## Quick start — no manual hook setup
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-discord-presence",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Cross-platform Discord Rich Presence for Claude Code Desktop and CLI with live models, limits, costs, tools, agents, statusline, and secure SSH remotes.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",