Skip to content

Update base44-sdk skill to v0.8.40 2026-07-21 14:25 - #146

Open
claude[bot] wants to merge 1 commit into
mainfrom
sync-base44-sdk-skill-v0.8.40
Open

Update base44-sdk skill to v0.8.40 2026-07-21 14:25#146
claude[bot] wants to merge 1 commit into
mainfrom
sync-base44-sdk-skill-v0.8.40

Conversation

@claude

@claude claude Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Synced the base44-sdk skill's reference docs against the SDK v0.8.40 source (types + JSDoc), fixing drift across every module.
  • Added missing methods: agents.getTelegramConnectURL, connectors.getWorkspaceConnection/getCurrentAppUserConnection + the app-user-scoped UserConnectorsModule (base44.connectors.connectAppUser/disconnectAppUser), sso.getIdToken, and the aiGateway module + serverUrl config option on the client.
  • Fixed incorrect types: auth.Provider (was missing apple/sso), auth.updateMe signature, entities filter query operators (EntityFilterQuery, previously undocumented) and UpdateManyResult.has_more, agents tool-call status enum and message shape, integrations.InvokeLLM's model param.
  • Corrected a stale/wrong claim that service role does not bypass RLS (it does, per source JSDoc).
  • Removed appLogs.fetchLogs()/getStats() from public docs — both are marked @internal in source and aren't part of the supported API.
  • Documented previously-missing behavior: entities updateMany/bulkUpdate batching limits, realtime subscribe() oversize-payload handling, auth's iframe/popup OAuth flow, custom.call() error cases.

Test plan

  • Diffed every SDK module's source against its reference doc via parallel review agents
  • Cross-checked each finding against the actual .ts/.types.ts source before editing
  • No automated tests for skill docs — recommend a human skim of the diff for tone/accuracy

Diffed every module's source (types + JSDoc) against the reference docs and
fixed drift: missing methods (agents.getTelegramConnectURL, connectors
getWorkspaceConnection/getCurrentAppUserConnection + the app-user-scoped
UserConnectorsModule, sso.getIdToken, client aiGateway/serverUrl), incorrect
types (auth Provider/updateMe, entities filter operators and UpdateManyResult,
agents tool-call status/shapes, integrations InvokeLLM model param), stale
claims (service-role RLS bypass wording), and internal-only methods that
shouldn't have been publicly documented (appLogs.fetchLogs/getStats).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@claude claude Bot added the auto-skill-update Automated skill-sync PR label Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-skill-update Automated skill-sync PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants