We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432d553 commit e451d02Copy full SHA for e451d02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemachine",
3
- "version": "0.6.6",
+ "version": "0.6.7",
4
"description": "Multi-Agent Workflow Orchestration.",
5
"type": "module",
6
"bin": {
@@ -17,10 +17,10 @@
17
"bun": "1.3.3"
18
},
19
"optionalDependencies": {
20
- "codemachine-linux-x64": "0.6.5",
21
- "codemachine-darwin-arm64": "0.6.5",
22
- "codemachine-darwin-x64": "0.6.5",
23
- "codemachine-windows-x64": "0.6.5"
+ "codemachine-linux-x64": "0.6.7",
+ "codemachine-darwin-arm64": "0.6.7",
+ "codemachine-darwin-x64": "0.6.7",
+ "codemachine-windows-x64": "0.6.7"
24
25
"scripts": {
26
"_comment_dev": "Development: Run from source (no build needed)",
0 commit comments