There was an error while loading. Please reload this page.
1 parent b452677 commit 6688a0eCopy full SHA for 6688a0e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codemachine",
3
- "version": "0.6.9",
+ "version": "0.7.0",
4
"description": "Multi-Agent Workflow Orchestration.",
5
"type": "module",
6
"bin": {
@@ -20,10 +20,10 @@
20
"bun": "1.3.3"
21
},
22
"optionalDependencies": {
23
- "codemachine-linux-x64": "0.6.9",
24
- "codemachine-darwin-arm64": "0.6.9",
25
- "codemachine-darwin-x64": "0.6.9",
26
- "codemachine-windows-x64": "0.6.9"
+ "codemachine-linux-x64": "0.7.0",
+ "codemachine-darwin-arm64": "0.7.0",
+ "codemachine-darwin-x64": "0.7.0",
+ "codemachine-windows-x64": "0.7.0"
27
28
"scripts": {
29
"_comment_dev": "Development: Run from source (no build needed)",
0 commit comments