Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add client configuration section and support matrix for AI Bridge#20640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
david-fraley merged 32 commits intomainfromaibridge-client-instructions
Nov 10, 2025

Conversation

@matifali
Copy link
Member

@matifalimatifali commentedNov 1, 2025
edited
Loading

Revised the AI Bridge documentation to clarify provider configuration steps, including new sections for OpenAI, Anthropic, and Amazon Bedrock. Added details on pre-configuring templates and using AI Bridge with Coder Tasks. Introduced a new image illustrating the AI Bridge implementation details. Updated compatibility notes for various AI clients.

Addressescoder/aibridge#4

Preview:https://coder.com/docs/@aibridge-client-instructions/ai-coder/ai-bridge

…r additional providersRevised the AI Bridge documentation to clarify provider configuration steps, including new sections for OpenAI, Anthropic, and Amazon Bedrock. Added details on pre-configuring templates and using AI Bridge with Coder Tasks. Introduced a new image illustrating the AI Bridge implementation details. Updated compatibility notes for various AI clients.Addressescoder/aibridge#4
@matifalimatifali changed the titledocs(ai-bridge): update configuration instructions and add support for additional providersdocs: add client configuration section and support matrixNov 1, 2025
@matifalimatifali changed the titledocs: add client configuration section and support matrixdocs: add client configuration section and support matrix for AI BridgeNov 1, 2025
@matifalimatifaliforce-pushed theaibridge-client-instructions branch 2 times, most recently fromc9c35ac to52f51bcCompareNovember 1, 2025 18:23
Revised client support table for enhanced clarity.
@matifalimatifaliforce-pushed theaibridge-client-instructions branch from52f51bc to458890fCompareNovember 1, 2025 18:34
@matifalimatifali added the cherry-pick/v2.28Needs to be cherry-picked to the 2.28 release branch labelNov 3, 2025
Copy link
Collaborator

@david-fraleydavid-fraley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

If you've got time to address this high level feedback before release, let's do it. If not, let's make it happen quickly after. It's not a hard requirement for merge, but I don't want to let it hang out too long...

This page is getting MaSSiVe 😂. Can we break it up into a top-level "AI Bridge" w/ the summary, then sub pages covering (this is just a first stab, feel free to riff on the sub page breakdown)

  • Setup
  • Client Config
  • MCP
  • Monitoring
  • Reference (super technical documentation)

Splits the AI Bridge documentation into multiple pages to improve readability and navigation.
@matifali
Copy link
MemberAuthor

I have addressed the feedback and pushed the changes.

@matifalimatifali marked this pull request as draftNovember 3, 2025 17:31
@matifalimatifaliforce-pushed theaibridge-client-instructions branch from3e24b0d to33c54eaCompareNovember 3, 2025 17:51
@matifalimatifali marked this pull request as ready for reviewNovember 3, 2025 17:54
Use "AI Bridge" consistently across the documentation, replacing instances of "Bridge." Adjust headings and content throughout to ensure clarity and alignment with the AI Bridge branding.
@matifalimatifaliforce-pushed theaibridge-client-instructions branch from68daf40 to82aa5dcCompareNovember 3, 2025 18:30
@matifalimatifali marked this pull request as draftNovember 3, 2025 18:30
- Capitalize section headings for consistency.- Use the singular form for "provider" for clarity.- Ensure document syntax matches Coder documentation style guidelines.
@david-fraleydavid-fraley marked this pull request as ready for reviewNovember 4, 2025 04:04
Copy link
Contributor

@dannykoppingdannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Really liking the reorganisation.

Pausing here for the moment; ran out of time to review.
I've only reviewed up to the start of Client Config page, in the order of how it appears on the website.

Thanks for providing a docs preview link, that was very helpful.

Instead of distributing provider-specific API keys (OpenAI/Anthropic keys) to users, they authenticate to AI Bridge using their**Coder session token** or**API key**:

-**OpenAI clients**: Users set`OPENAI_API_KEY` to their Coder session token or API key
-**Anthropic clients**: Users set`ANTHROPIC_API_KEY` to their Coder session token or API key
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Have you tested this? I've only testedANTHROPIC_AUTH_TOKEN in Claude Code.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm gonna merge as-is for this sentence, but let@matifali fast follow if we need to change

@david-fraleydavid-fraley removed the cherry-pick/v2.28Needs to be cherry-picked to the 2.28 release branch labelNov 6, 2025

##Tested Clients

The table below shows tested AI clients and their compatibility with AI Bridge. Click each client name for vendor-specific configuration instructions. Report issues or share compatibility updates in the[aibridge](https://github.com/coder/aibridge) issue tracker.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Click each client name for vendor-specific configuration instructions

Not all clients have links set?

Also, weren't we going to provide setup details for each client?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'll leave this one for@matifali to quick follow

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Having details for each client can be overly extensive. Also most of them are just setting the correct URL and token which we already explain.

Also couldn't find a very good organization for clients.

For URLs I linked to the setup docs for each I could find. Will add any missing ones.

david-fraleyand others added16 commitsNovember 10, 2025 15:19
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
Co-authored-by: Danny Kopping <danny@coder.com>
@david-fraleydavid-fraleyenabled auto-merge (squash)November 10, 2025 22:07
@david-fraleydavid-fraley merged commitc21b3e4 intomainNov 10, 2025
29 of 30 checks passed
@david-fraleydavid-fraley deleted the aibridge-client-instructions branchNovember 10, 2025 22:24
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsNov 10, 2025
@matifali
Copy link
MemberAuthor

@dannykopping@david-fraley follow up here:#20714

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@dannykoppingdannykoppingdannykopping left review comments

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

@david-fraleydavid-fraleydavid-fraley approved these changes

@stirbystirbyAwaiting requested review from stirby

Assignees

@matifalimatifali

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@matifali@dannykopping@david-fraley

[8]ページ先頭

©2009-2025 Movatter.jp