claude-issue-solver 1.45.1 → 1.45.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,8 @@ This CLI tool fetches an issue from your repo, creates a worktree, opens Claude
26
26
 
27
27
  ## Demo
28
28
 
29
+ https://github.com/MikeOuroumis/claude-issue-solver/releases/download/v1.45.1/solving-issues-demo.mp4
30
+
29
31
  ```bash
30
32
  $ cis
31
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-issue-solver",
3
- "version": "1.45.1",
3
+ "version": "1.45.3",
4
4
  "description": "Automatically solve GitHub issues using Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {