@codewithdan/zingit 0.17.1 → 0.17.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.
- package/CHANGELOG.md +14 -0
- package/README.md +34 -4
- package/client/dist/zingit-client.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.3](https://github.com/danwahlin/zingit/compare/v0.17.2...v0.17.3) (2026-01-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add issue templates for bug reports and feature requests, and update contributing guidelines ([a186827](https://github.com/danwahlin/zingit/commit/a18682762df7096a6c4003107f0590aafb22085d))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update documentation link and comment out discussions section in issue template ([1059c47](https://github.com/danwahlin/zingit/commit/1059c47d4f258f7ae626c86b95faa00ddfb2a034))
|
|
16
|
+
|
|
17
|
+
### [0.17.2](https://github.com/danwahlin/zingit/compare/v0.17.1...v0.17.2) (2026-01-29)
|
|
18
|
+
|
|
5
19
|
### [0.17.1](https://github.com/danwahlin/zingit/compare/v0.16.1...v0.17.1) (2026-01-29)
|
|
6
20
|
|
|
7
21
|
### [0.16.1](https://github.com/danwahlin/zingit/compare/v0.16.0...v0.16.1) (2026-01-29)
|
package/README.md
CHANGED
|
@@ -1,16 +1,46 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="client/images/zingit-readme.png" alt="ZingIt" width="200">
|
|
3
|
+
|
|
4
|
+
|
|
1
5
|
# ZingIt
|
|
2
6
|
|
|
3
|
-
|
|
7
|
+
[Features](#features) | [Quick Start](#quick-start) | [Usage](#usage) | [Configuration](#configuration) | [Troubleshooting](#troubleshooting)
|
|
8
|
+
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
#### Point-and-click UI feedback that gets automatically implemented by AI
|
|
12
|
+
|
|
13
|
+
Tired of describing what element to change in the UI, taking screenshots, and copying/pasting them into your AI assistant? Streamline how you share UI changes! Select elements, mark them with the changes you want to make, and send directly to AI agents for automated fixes.
|
|
14
|
+
|
|
15
|
+
**Point → Click → Describe → ZingIt to AI**
|
|
4
16
|
|
|
5
17
|
**[Try the Live Demo →](https://danwahlin.github.io/zingit)**
|
|
6
18
|
|
|
7
19
|
## Features
|
|
8
20
|
|
|
9
|
-
|
|
10
|
-
|
|
21
|
+
### Visual Markers
|
|
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
|
+
|
|
24
|
+
<img src="client/images/select-it.png" alt="Visual Markers" width="600">
|
|
25
|
+
|
|
26
|
+
### Screenshot Capture
|
|
27
|
+
Automatically captures screenshots of marked elements to provide visual context to AI agents. No more manual screenshot taking!
|
|
28
|
+
|
|
29
|
+
<img src="client/images/screen-shots.png" alt="Screenshot Capture" width="600">
|
|
30
|
+
|
|
31
|
+
### Multi-Agent Support
|
|
32
|
+
Works with Claude Code, GitHub Copilot CLI, and OpenAI Codex. Choose your preferred AI assistant and watch it work in real-time.
|
|
33
|
+
|
|
34
|
+
<img src="client/images/multi-agents.png" alt="Multi-Agent Support" width="600">
|
|
35
|
+
|
|
36
|
+
### Send Changes with a Click
|
|
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!
|
|
38
|
+
|
|
39
|
+
<img src="client/images/toolbar.png" alt="Multi-Agent Support">
|
|
40
|
+
|
|
41
|
+
### Additional Features
|
|
11
42
|
- **Real-time Streaming** - Watch the AI work in real-time
|
|
12
43
|
- **Smart Selectors** - Auto-generates CSS selectors for precise targeting
|
|
13
|
-
- **Screenshot Capture** - Automatically capture annotated elements to provide visual context to agents
|
|
14
44
|
- **Change History** - Track all modifications made by your AI assistant
|
|
15
45
|
- **Remote/Local Detection** - Warns when editing published sites vs local development
|
|
16
46
|
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
</span>
|
|
2414
2414
|
</div>
|
|
2415
2415
|
<div class="checkpoint-markers">
|
|
2416
|
-
${A.markers
|
|
2416
|
+
${A.markers?.map(A=>A.identifier).join(", ")||"No markers"}
|
|
2417
2417
|
</div>
|
|
2418
2418
|
<div class="checkpoint-stats">
|
|
2419
2419
|
<span class="stat">
|
|
@@ -3049,15 +3049,15 @@
|
|
|
3049
3049
|
}
|
|
3050
3050
|
`,hc([gA()],gc.prototype,"markers",2),hc([gA()],gc.prototype,"settings",2),hc([gA()],gc.prototype,"wsConnected",2),hc([gA()],gc.prototype,"wsMaxAttemptsReached",2),hc([gA()],gc.prototype,"processing",2),hc([gA()],gc.prototype,"agentName",2),hc([gA()],gc.prototype,"agentModel",2),hc([gA()],gc.prototype,"serverProjectDir",2),hc([gA()],gc.prototype,"markActive",2),hc([gA()],gc.prototype,"availableAgents",2),hc([gA()],gc.prototype,"agentPickerOpen",2),hc([gA()],gc.prototype,"agentPickerLoading",2),hc([gA()],gc.prototype,"agentPickerError",2),hc([gA()],gc.prototype,"isRemoteUrl",2),hc([gA()],gc.prototype,"currentPageUrl",2),hc([dA("zing-toast")],gc.prototype,"toast",2),hc([dA("zing-history-panel")],gc.prototype,"historyPanel",2),hc([dA("zing-markers")],gc.prototype,"markerBadges",2),hc([gA()],gc.prototype,"highlightVisible",2),hc([gA()],gc.prototype,"highlightRect",2),hc([gA()],gc.prototype,"highlightLabel",2),hc([gA()],gc.prototype,"modalOpen",2),hc([gA()],gc.prototype,"modalEditMode",2),hc([gA()],gc.prototype,"modalMarkId",2),hc([gA()],gc.prototype,"modalSelector",2),hc([gA()],gc.prototype,"modalIdentifier",2),hc([gA()],gc.prototype,"modalSelectedText",2),hc([gA()],gc.prototype,"modalNotes",2),hc([gA()],gc.prototype,"pendingElement",2),hc([gA()],gc.prototype,"modalCaptureScreenshot",2),hc([gA()],gc.prototype,"modalScreenshotPreview",2),hc([gA()],gc.prototype,"modalScreenshotLoading",2),hc([gA()],gc.prototype,"settingsOpen",2),hc([gA()],gc.prototype,"helpOpen",2),hc([gA()],gc.prototype,"isHidden",2),hc([gA()],gc.prototype,"responseOpen",2),hc([gA()],gc.prototype,"responseContent",2),hc([gA()],gc.prototype,"responseToolStatus",2),hc([gA()],gc.prototype,"responseError",2),hc([gA()],gc.prototype,"responseScreenshotCount",2),hc([gA()],gc.prototype,"historyOpen",2),hc([gA()],gc.prototype,"historyCheckpoints",2),hc([gA()],gc.prototype,"historyLoading",2),hc([gA()],gc.prototype,"undoBarVisible",2),hc([gA()],gc.prototype,"undoBarFilesModified",2),hc([gA()],gc.prototype,"toolbarPosition",2),hc([gA()],gc.prototype,"isDragging",2),gc=hc([cA("zing-ui")],gc);var dc=Object.defineProperty,uc=Object.getOwnPropertyDescriptor,pc=(A,e,t,s)=>{for(var r,n=s>1?void 0:s?uc(e,t):e,o=A.length-1;o>=0;o--)(r=A[o])&&(n=(s?r(e,t,n):r(n))||n);return s&&n&&dc(e,t,n),n};let wc=class extends iA{constructor(){super(...arguments),this.activePage=""}render(){return $`
|
|
3051
3051
|
<nav class="site-nav">
|
|
3052
|
-
<a href="
|
|
3052
|
+
<a href="index.html" class="brand">
|
|
3053
3053
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
|
3054
3054
|
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" fill="#fbbf24" stroke="none"/>
|
|
3055
3055
|
</svg>
|
|
3056
3056
|
ZingIt
|
|
3057
3057
|
</a>
|
|
3058
3058
|
<div class="nav-links">
|
|
3059
|
-
<a href="
|
|
3060
|
-
<a href="
|
|
3059
|
+
<a href="demo.html" class=${"demo"===this.activePage?"active":""}>Demo</a>
|
|
3060
|
+
<a href="about.html" class=${"about"===this.activePage?"active":""}>About</a>
|
|
3061
3061
|
</div>
|
|
3062
3062
|
<div class="nav-actions">
|
|
3063
3063
|
<a href="https://github.com/danwahlin/zingit" target="_blank" title="GitHub">
|