itwillsync 1.8.1 → 1.9.0

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,8 +13,7 @@ Sync any coding agent to your phone — one dashboard for all your sessions. Age
13
13
 
14
14
  [Website](https://shrijayan.github.io/itwillsync/) | [Docs](https://shrijayan.github.io/itwillsync/docs/) | [Demo Video](https://youtu.be/Zc0Tb98CXh0)
15
15
 
16
- <!-- TODO: Replace with demo GIF once recorded -->
17
- <!-- <img src="docs/assets/demo.gif" alt="itwillsync demo: scanning QR code to connect phone to Claude Code terminal session over local WiFi" width="700"> -->
16
+ <img src="docs/assets/demo.gif" alt="itwillsync demo: running npx itwillsync claude and QR code appearing in terminal" width="700">
18
17
 
19
18
  </div>
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itwillsync",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "description": "Sync any terminal-based coding agent to your phone over local network",
5
5
  "type": "module",
6
6
  "bin": {