diff --git a/.gitignore b/.gitignore index 32a0b50c..4f9e30fc 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ remotion/* .home/ .board-task-log-freshness/ + +.serena/ diff --git a/runtime.lock.json b/runtime.lock.json index 323d51d1..a1350554 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.26", - "sourceRef": "v0.0.26", + "version": "0.0.27", + "sourceRef": "v0.0.27", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/agent-teams-ai", "releaseTag": "v1.2.0", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.26.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.26.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.26.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.26.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.27.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }