Skip to content

Commit 48843bc

Browse files
committed
release_v0.2.1:fix problems in watch_directory and browser mcp tool response
1 parent 3710680 commit 48843bc

45 files changed

Lines changed: 1379 additions & 904 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ dmypy.json
132132
.cursor/
133133
CLAUDE.md
134134
.DS_Store
135+
.aoneci/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ agb = AGB(api_key="your-api-key")
2828

2929
# Create a session
3030
params = CreateSessionParams(
31-
image_id="agb-code-space-2",
31+
image_id="agb-code-space-1",
3232
labels={"environment": "development", "project": "example"}
3333
)
3434
result = agb.create(params)

0 commit comments

Comments
 (0)