Summary
Amp supports linking an X Premium+/SuperGrok subscription, but the CLI help for model providers only advertises the ChatGPT subscription flow. This makes the supported Grok subscription path difficult to discover and can lead users—and agents relying on amp --help—to incorrectly conclude that Amp does not support SuperGrok.
Environment
- Amp CLI:
0.0.1784492094-g5d18e2
- Release date shown by CLI: 2026-07-19
- Platform: macOS arm64
Reproduction
-
Run:
$ amp config model-providers --help
-
Observe the subscription-related commands:
add-chatgpt-subscription Link your ChatGPT subscription to Amp...
-
There is no corresponding command or help text for X Premium+/SuperGrok.
-
Link SuperGrok through Amp Settings → Model Providers.
-
Run:
$ amp config model-providers list
-
The CLI correctly reports the linked provider:
active 𝕏 Premium+/SuperGrok subscription
Expected behavior
The CLI should make the supported SuperGrok flow discoverable. Either:
- add an
add-supergrok-subscription (or equivalent) command that starts the xAI OAuth flow, or
- explicitly state in
model-providers --help that X Premium+/SuperGrok subscriptions are linked through https://ampcode.com/settings/model-providers.
The Owner's Manual should also list both supported subscription providers consistently.
Actual behavior
The command group says it manages “model provider keys and subscriptions,” but only documents ChatGPT subscription linking. Meanwhile:
- Amp's official Subscriptions, At Last announcement advertises “Use your 𝕏 Premium+/SuperGrok sub.”
- The installed CLI recognizes and lists the
𝕏 Premium+/SuperGrok subscription provider after it is linked through the web UI.
Impact
This inconsistency caused a real support failure: after inspecting the current CLI help and provider list, an Amp agent incorrectly told a user that SuperGrok subscriptions were unsupported. The user had to point the agent to Amp's own documentation before the correct web flow was found.
Suggested acceptance criteria
Summary
Amp supports linking an X Premium+/SuperGrok subscription, but the CLI help for model providers only advertises the ChatGPT subscription flow. This makes the supported Grok subscription path difficult to discover and can lead users—and agents relying on
amp --help—to incorrectly conclude that Amp does not support SuperGrok.Environment
0.0.1784492094-g5d18e2Reproduction
Run:
$ amp config model-providers --helpObserve the subscription-related commands:
There is no corresponding command or help text for X Premium+/SuperGrok.
Link SuperGrok through Amp Settings → Model Providers.
Run:
$ amp config model-providers listThe CLI correctly reports the linked provider:
Expected behavior
The CLI should make the supported SuperGrok flow discoverable. Either:
add-supergrok-subscription(or equivalent) command that starts the xAI OAuth flow, ormodel-providers --helpthat X Premium+/SuperGrok subscriptions are linked throughhttps://ampcode.com/settings/model-providers.The Owner's Manual should also list both supported subscription providers consistently.
Actual behavior
The command group says it manages “model provider keys and subscriptions,” but only documents ChatGPT subscription linking. Meanwhile:
𝕏 Premium+/SuperGrok subscriptionprovider after it is linked through the web UI.Impact
This inconsistency caused a real support failure: after inspecting the current CLI help and provider list, an Amp agent incorrectly told a user that SuperGrok subscriptions were unsupported. The user had to point the agent to Amp's own documentation before the correct web flow was found.
Suggested acceptance criteria
amp config model-providers --helpdocuments the supported SuperGrok linking flow.