chore(docs): standardize "AIBridge" to "AI Bridge" in documentation#20831
Merged
Conversation
… CLI, and API definitions.
matifali
commented
Nov 19, 2025
matifali
marked this pull request as ready for review
November 19, 2025 16:15
jakehwll
reviewed
Nov 19, 2025
dannykopping
approved these changes
Nov 21, 2025
dannykopping
left a comment
Contributor
There was a problem hiding this comment.
My OCD thanks you so much ❤️
dannykopping
self-requested a review
November 21, 2025 08:35
Contributor
|
@matifali tests are failing; will re-review once those are fixed. |
Member
Author
|
Tests are fine now, but do take another look. |
dannykopping
approved these changes
Nov 24, 2025
Member
Author
|
Would love to add a lint rule to prevent this from happening in the future. |
Member
Author
|
Hi, just pushed another change in |
matifali
force-pushed
the
aibrige-docs-rename
branch
from
November 24, 2025 12:06
2de0df0 to
f260c3f
Compare
- Update references from "AIBridge" to "AI Bridge" across various files - Ensure consistent naming in documentation, code comments, and identifiers
matifali
force-pushed
the
aibrige-docs-rename
branch
from
November 24, 2025 12:08
f260c3f to
109399c
Compare
matifali
marked this pull request as draft
November 24, 2025 12:36
matifali
marked this pull request as ready for review
November 24, 2025 12:45
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Assisted by Google AntiGravity
Walkthrough
Walkthrough – Replace "AIBridge" with "AI Bridge"
I have replaced "AIBridge" with "AI Bridge" in all public-facing content, including CLI help text and API documentation.
Changes
CLI Help Text
Updated the short description for the
aibridgeandinterceptionscommands inenterprise/cli/aibridge.go.API Documentation
Updated the Swagger annotations in
enterprise/coderd/aibridge.goto use "AI Bridge" in the summary and tags.
Documentation Generation Logic
Modified
scripts/apidocgen/postprocess/main.goto strip spaces from filenames.
This ensures that the "AI Bridge" tag generates a file named
aibridge.mdinstead ofai bridge.md.Generated Documentation
Regenerated the CLI and API documentation using
make gen.This updated the following files:
docs/reference/cli/aibridge.mddocs/reference/cli/aibridge_interceptions.mddocs/reference/cli/aibridge_interceptions_list.mddocs/reference/api/aibridge.mdVerification Results
Automated Verification
make gen,make fmt, andmake lintto ensure all changes are valid and consistent.Manual Verification
docs/reference/cli/aibridge.mdand confirmed it now says "Manage AI Bridge."docs/reference/api/aibridge.mdand confirmed:docs/reference/api/ai bridge.mddoes not exist.