@base44-preview/cli 0.1.6-pr.580.7cd67af → 0.1.6-pr.580.7e9bda9

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.
@@ -8,7 +8,6 @@
8
8
  "allowed_operations": ["read", "create", "update", "delete"]
9
9
  }
10
10
  ],
11
- "selected_skill_names": ["weekly-report"],
12
11
  // Optional: let the agent remember facts across conversations.
13
12
  // scope: "user" (per end-user), "global" (shared), or "both".
14
13
  "memory_config": {
@@ -3,6 +3,7 @@ import { appParams } from '@/lib/app-params';
3
3
 
4
4
  const { appId, token, functionsVersion, appBaseUrl } = appParams;
5
5
 
6
+ //Create a client with authentication required
6
7
  export const base44 = createClient({
7
8
  appId,
8
9
  token,