claude-code-monitor 1.0.2 → 1.0.3

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/claude-code-monitor.svg)](https://www.npmjs.com/package/claude-code-monitor)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![macOS](https://img.shields.io/badge/platform-macOS-lightgrey.svg)](https://www.apple.com/macos/)
5
6
 
6
- A CLI tool to monitor multiple Claude Code sessions in real-time from your terminal.
7
+ **A CLI tool to monitor multiple Claude Code sessions in real-time from your terminal.**
7
8
 
8
9
  <p align="center">
9
- <img src="docs/demo.gif" alt="Claude Code Monitor Demo" width="1000">
10
+ <img src="https://raw.githubusercontent.com/onikan27/claude-code-monitor/main/docs/ccm-demo.gif" alt="Claude Code Monitor Demo" width="1000">
10
11
  </p>
11
12
 
12
13
  ---
@@ -43,6 +44,8 @@ A CLI tool to monitor multiple Claude Code sessions in real-time from your termi
43
44
 
44
45
  ## 📋 Requirements
45
46
 
47
+ > **Note**: This tool is **macOS only** due to its use of AppleScript for terminal focus features.
48
+
46
49
  - **macOS** (focus feature is macOS only)
47
50
  - **Node.js** >= 18.0.0
48
51
  - **Claude Code** installed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-monitor",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI for monitoring multiple Claude Code sessions in real-time",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",