Skip to content

Commit 92002cb

Browse files
committed
update chat to have mb-metadata support
1 parent f287229 commit 92002cb

File tree

3 files changed

+165
-124
lines changed

3 files changed

+165
-124
lines changed

src/commands/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function fetchAndValidateSpec(url: string): Promise<ValidationResult> {
4848
const pluginId = getHostname(url);
4949
const specUrl = getSpecUrl(url);
5050
console.log("[Dev] Plugin ID:", pluginId);
51-
console.log("[Dev] Spec URL:", specUrl);
51+
console.log("[Dev] Spec URL:", specUrl.href);
5252

5353
let isValid, accountId;
5454
try {

src/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@bitte-ai/chat": "^0.1.3",
13+
"@bitte-ai/chat": "latest",
1414
"@bitte-ai/react": "^0.6.6-beta-prerelease.40",
1515
"@near-wallet-selector/modal-ui": "^8.9.15",
1616
"@tanstack/react-query": "^5.66.0",

0 commit comments

Comments
 (0)