@eyeglass/cli 0.1.9 → 0.2.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,9 @@ npx @eyeglass/cli help # Show help
38
38
  - Claude: `.claude/settings.json` + `.claude/skills/eyeglass.md`
39
39
  - Copilot CLI: `.copilot/mcp-config.json`
40
40
  - Codex: `.codex/eyeglass.md` (HTTP API instructions)
41
- 3. **Configures** your bundler (Vite, Next.js, CRA, or Remix)
41
+ 3. **Configures** your bundler (Vite, Next.js, CRA, or Remix) with tree-shakeable dynamic imports
42
+
43
+ The inspector is automatically excluded from production builds—no extra configuration needed.
42
44
 
43
45
  ## Supported Frameworks
44
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eyeglass/cli",
3
- "version": "0.1.9",
3
+ "version": "0.2.1",
4
4
  "description": "Visual debugging for AI coding agents - CLI",
5
5
  "type": "module",
6
6
  "bin": {