@codewithdan/zingit 0.17.7 → 0.17.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codewithdan/zingit",
3
- "version": "0.17.7",
3
+ "version": "0.17.8",
4
4
  "description": "AI-powered UI marker tool - point, mark, and let AI fix it",
5
5
  "type": "module",
6
6
  "engines": {
@@ -60,7 +60,7 @@
60
60
  "homepage": "https://github.com/danwahlin/zingit#readme",
61
61
  "dependencies": {
62
62
  "@anthropic-ai/claude-agent-sdk": "^0.2.17",
63
- "@codewithdan/agent-sdk-core": "^0.3.1",
63
+ "@codewithdan/agent-sdk-core": "^0.4.0",
64
64
  "@github/copilot-sdk": "^0.1.16",
65
65
  "@openai/codex-sdk": ">=0.80.0",
66
66
  "diff": "^8.0.3",
@@ -126,7 +126,7 @@ IMPORTANT: Format all responses using markdown.
126
126
  }
127
127
  }
128
128
  }
129
- await coreSession.execute(msg.prompt);
129
+ await coreSession.execute(msg.prompt, attachments);
130
130
  }
131
131
  catch (err) {
132
132
  send({ type: 'error', message: err.message });