claude-pager 0.1.1 → 0.1.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
@@ -195,7 +195,7 @@ See `docs/ARCHITECTURE.md` for the detailed flow.
195
195
  - HTTP API binds to `127.0.0.1` only — no network exposure
196
196
  - Input validation with Fastify JSON Schema + custom validators (`isValidEventType`, `isValidSessionId`)
197
197
  - No shell injection — all child processes use `execFileSync` with argument arrays
198
- - No code content in notifications — only tool names, project names, and question types
198
+ - Minimal context in notifications — tool names, project names, and truncated tool input (max 300 chars)
199
199
  - Memory-bounded maps (capped at 500-1000 entries)
200
200
  - Safe JSON parsing with fallbacks for corrupted files
201
201
 
package/dist/cli/index.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-pager",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Remote notification and response relay for Claude Code CLI sessions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",