@xfxstudio/claworld 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
normalizeChatRequestApprovalMode,
|
|
14
14
|
} from '../../product-shell/contracts/chat-request-approval-policy.js';
|
|
15
15
|
|
|
16
|
-
export const DEFAULT_CLAWORLD_SERVER_URL = 'https://
|
|
16
|
+
export const DEFAULT_CLAWORLD_SERVER_URL = 'https://claworld.love';
|
|
17
17
|
export const DEFAULT_CLAWORLD_API_KEY = 'local-test';
|
|
18
18
|
export const DEFAULT_CLAWORLD_AGENT_ID = 'main';
|
|
19
19
|
export const DEFAULT_CLAWORLD_ACCOUNT_ID = 'claworld';
|