@codewithdan/zingit 0.17.3 → 0.17.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.17.4](https://github.com/danwahlin/zingit/compare/v0.17.3...v0.17.4) (2026-01-30)
6
+
5
7
  ### [0.17.3](https://github.com/danwahlin/zingit/compare/v0.17.2...v0.17.3) (2026-01-29)
6
8
 
7
9
 
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="client/images/zingit-readme.png" alt="ZingIt" width="200">
2
+ <img src="client/images/zingit-readme.webp" alt="ZingIt" width="200">
3
3
 
4
4
 
5
5
  # ZingIt
@@ -21,17 +21,17 @@ Tired of describing what element to change in the UI, taking screenshots, and co
21
21
  ### Visual Markers
22
22
  Click any element on your page to add notes about changes you want. Smart CSS selectors are automatically generated to target the exact element.
23
23
 
24
- <img src="client/images/select-it.png" alt="Visual Markers" width="600">
24
+ <img src="client/images/select-it.webp" alt="Visual Markers" width="600">
25
25
 
26
26
  ### Screenshot Capture
27
27
  Automatically captures screenshots of marked elements to provide visual context to AI agents. No more manual screenshot taking!
28
28
 
29
- <img src="client/images/screen-shots.png" alt="Screenshot Capture" width="600">
29
+ <img src="client/images/screen-shots.webp" alt="Screenshot Capture" width="600">
30
30
 
31
31
  ### Multi-Agent Support
32
32
  Works with Claude Code, GitHub Copilot CLI, and OpenAI Codex. Choose your preferred AI assistant and watch it work in real-time.
33
33
 
34
- <img src="client/images/multi-agents.png" alt="Multi-Agent Support" width="600">
34
+ <img src="client/images/multi-agents.webp" alt="Multi-Agent Support" width="600">
35
35
 
36
36
  ### Send Changes with a Click
37
37
  Once you've marked your changes, simply click the sparkle icon (✨) in the ZingIt toolbar to send everything to your AI agent. Watch as it generates code updates live!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codewithdan/zingit",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "AI-powered UI marker tool - point, mark, and let AI fix it",
5
5
  "type": "module",
6
6
  "engines": {