Uh oh!
There was an error while loading. Please reload this page.
refactor: remove --api-url CLI flag, read api_url from config only - #219
Merged
Conversation
sachiniyertemporarily deployed
to
integration-tests
March 24, 2026 04:16 — with
GitHub Actions
Inactive
ContributorAuthor
This stack of pull requests is managed by Graphite. Learn more about stacking. |
6 tasks
sachiniyerforce-pushed
the
siyer/remove-cli-api-url
branch
from
March 24, 2026 04:19
5b388fa to
a408ad3Comparesachiniyertemporarily deployed
to
integration-tests
March 24, 2026 04:19 — with
GitHub Actions
Inactive
sachiniyer
marked this pull request as ready for review
March 24, 2026 04:41
sachiniyer
enabled auto-merge (squash)
March 24, 2026 04:41
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
The `--api-url` flag and `DETAIL_API_URL` env var were hidden options intended for testing. Replace them with config-file-only `api_url`, reducing the CLI surface and keeping configuration in one place. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sachiniyerforce-pushed
the
siyer/remove-cli-api-url
branch
from
March 24, 2026 05:17
a408ad3 to
94a8ae2Comparesachiniyertemporarily deployed
to
integration-tests
March 24, 2026 05:17 — with
GitHub Actions
Inactive
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.

The
--api-urlflag andDETAIL_API_URLenv var were hidden optionsintended for testing. Replace them with config-file-only
api_url,reducing the CLI surface and keeping configuration in one place.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com