feat(app-client): major app-client add/remove - #169
Open
josegironn wants to merge 4 commits into
Open
josegironn wants to merge 4 commits into
josegironn wants to merge 4 commits into
Conversation
Generates fetch clients (via pnpm exec major-app-client) that let a deployed app call other applications in its organization. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Co-authored-by: Orca <help@stably.ai>
Round-1 fix for the app-client task: add the missing skill-doc line next to the agent-client bullet. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Co-authored-by: Orca <help@stably.ai>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Co-authored-by: Orca <help@stably.ai>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Co-authored-by: Orca <help@stably.ai>
josegironn
requested review from
jasonzbao and
rishikesh-major
as code owners
September 24, 2026 04:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
major app-client add|remove, so an app can call another app in its org. Server side: https://github.com/major-technology/mono-builder/pull/2389major app-client add --id <appId> [--name] [--json]:GET /cli/applications/:id/info, so the lookup works with a sandbox token and for apps you can only view.@major-tech/app-clientif the package is missing.pnpm exec major-app-client add <id> <name> --framework <fw>.major app-client remove --id <appId> [--json]removes the client entry fromapps.json.app-builderskill names the command.Release order
Release after the mono-builder PR is deployed and
@major-tech/app-clientis published.Test plan
go build ./... && go test ./cmd/.... New tests: success in the same org, a target in another org, a target lookup that returns 403.🤖 Generated with Claude Code
https://claude.ai/code/session_01EGETL8EkHy8uWDx9ezWrgd
Made with Orca 🐋