Skip to content

Rebuild SDK dist with remote parameter#123

Merged
mayagore merged 1 commit intomainfrom
fixes
Feb 23, 2026
Merged

Rebuild SDK dist with remote parameter#123
mayagore merged 1 commit intomainfrom
fixes

Conversation

@mayagore
Copy link
Collaborator

Summary

  • Rebuild SDK dist — PR Add Remote enum and filesystem function provider #120 added the Remote enum to SDK source but the dist was never rebuilt. All Functions.retrieve() calls were still using the old 4-arg signature instead of the 5-arg (client, remote, owner, repo, commit).
  • Update web call sites — All Functions.retrieve(), Functions.Profiles.retrieve(), and Functions.Executions.create() calls now pass "github" as the remote parameter.
  • Reverts the temporary SDK downgrade from PR Fix: revert SDK to pre-remote for deployed API #122.

Requires the API to be deployed with remote route support (/functions/github/...).

Test plan

  • /functions loads the full list
  • Function detail pages load correctly
  • Function execution works with the "github" remote

🤖 Generated with Claude Code

Rebuild SDK dist to include the "github" remote parameter from PR #120.
The dist on main was never rebuilt after the Remote enum was added to
the SDK source.

Update all Functions.retrieve(), Functions.Profiles.retrieve(), and
Functions.Executions.create() calls to pass "github" as the remote.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant