claude-code-monitor 1.1.0 → 1.1.1

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 +19 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,9 +65,11 @@ On first run, it automatically sets up hooks and launches the monitor.
65
65
 
66
66
  ### Mobile Access
67
67
 
68
- 1. Press `h` to show QR code
68
+ 1. Press `h` to show QR code (default port: 3456)
69
69
  2. Scan with your smartphone (same Wi-Fi required)
70
70
 
71
+ > If port 3456 is in use, an available port is automatically selected.
72
+
71
73
  ---
72
74
 
73
75
  ## 📖 Usage
@@ -114,13 +116,15 @@ Monitor and control Claude Code sessions from your smartphone.
114
116
  - Real-time session status via WebSocket
115
117
  - View latest Claude messages
116
118
  - Focus terminal sessions remotely
117
- - Send text messages to terminal
119
+ - Send text messages to terminal (multi-line supported)
120
+ - Swipe-to-close gesture on modal
121
+ - Warning display for dangerous commands
118
122
 
119
123
  ### Security
120
124
 
121
125
  > **Important**: Your smartphone and Mac must be on the **same Wi-Fi network**.
122
126
 
123
- - **Token Authentication** - Each session generates a unique token
127
+ - **Token Authentication** - A unique token is generated for authentication
124
128
  - **Local Network Only** - Not accessible from the internet
125
129
  - **Do not share the URL** - Treat it like a password
126
130
 
@@ -188,6 +192,18 @@ This is an unofficial community tool and is not affiliated with Anthropic.
188
192
 
189
193
  ---
190
194
 
195
+ ## 🐛 Issues
196
+
197
+ Found a bug? [Open an issue](https://github.com/onikan27/claude-code-monitor/issues)
198
+
199
+ ---
200
+
201
+ ## 🤝 Contributing
202
+
203
+ Contributions are welcome! Please open an issue or submit a PR.
204
+
205
+ ---
206
+
191
207
  ## 📝 Changelog
192
208
 
193
209
  See [CHANGELOG.md](./CHANGELOG.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-monitor",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "CLI for monitoring multiple Claude Code sessions in real-time",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",