Skip to content

Commit bea6ef9

Browse files
Merge branch 'ag-ui-protocol:main' into adk-middleware
2 parents 629cfe0 + cd7fa1e commit bea6ef9

File tree

8 files changed

+4347
-5815
lines changed

8 files changed

+4347
-5815
lines changed

typescript-sdk/apps/client-cli-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@ag-ui/core": "workspace:*",
1414
"@ag-ui/mastra": "workspace:*",
1515
"@ai-sdk/openai": "1.3.22",
16-
"@mastra/client-js": "0.10.9",
17-
"@mastra/core": "0.10.10",
18-
"@mastra/libsql": "0.11.0",
19-
"@mastra/loggers": "0.10.3",
20-
"@mastra/memory": "0.11.1",
16+
"@mastra/client-js": "0.10.18",
17+
"@mastra/core": "0.12.1",
18+
"@mastra/libsql": "0.12.0",
19+
"@mastra/loggers": "0.10.5",
20+
"@mastra/memory": "0.12.0",
2121
"open": "^10.1.2",
2222
"zod": "^3.22.4"
2323
},

typescript-sdk/apps/dojo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@copilotkit/runtime": "1.9.2",
2828
"@copilotkit/runtime-client-gql": "1.9.2",
2929
"@copilotkit/shared": "1.9.2",
30-
"@mastra/client-js": "^0.10.9",
31-
"@mastra/core": "^0.11.1",
32-
"@mastra/dynamodb": "^0.13.2",
33-
"@mastra/libsql": "^0.11.2",
34-
"@mastra/loggers": "^0.10.3",
35-
"@mastra/memory": "^0.11.5",
30+
"@mastra/client-js": "^0.10.18",
31+
"@mastra/core": "^0.13.0",
32+
"@mastra/dynamodb": "^0.13.3",
33+
"@mastra/libsql": "^0.13.0",
34+
"@mastra/loggers": "^0.10.5",
35+
"@mastra/memory": "^0.12.0",
3636
"@mdx-js/loader": "^3.1.0",
3737
"@mdx-js/mdx": "^3.1.0",
3838
"@mdx-js/react": "^3.1.0",
@@ -91,4 +91,4 @@
9191
"typescript": "^5",
9292
"wait-port": "^1.1.0"
9393
}
94-
}
94+
}

typescript-sdk/apps/dojo/src/contexts/url-params-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function URLParamsProvider({ children }: URLParamsProviderProps) {
9898
useEffect(() => {
9999
const newState: URLParamsState = {
100100
view: (searchParams.get("view") as View) || "preview",
101-
sidebarHidden: searchParams.get("sidebar") === "disabled",
101+
sidebarHidden: searchParams.get("sidebar") === "false",
102102
frameworkPickerHidden: searchParams.get("frameworkPicker") === "false",
103103
viewPickerHidden: searchParams.get("viewPicker") === "false",
104104
featurePickerHidden: searchParams.get("featurePicker") === "false",

0 commit comments

Comments
 (0)