Paweł Banaszewski
6c097797a1
feat: add Mux icon to client column in AI Bridge request log page ( #22386 )
...
Adds Mux to the recognized clients list in AI Bridge documentation.
Adds Mux icon to AI Bridge requests log page:
<img width="1886" height="848" alt="image"
src="https://github.com/user-attachments/assets/e7cb8d47-595c-4be3-93c9-00dbea3d1153 "
/>
2026-02-27 16:13:39 +00:00
Atif Ali
a955de906a
docs: convert a note to GFM style ( #22197 )
...
<!--
If you have used AI to produce some or all of this PR, please ensure you
have read our [AI Contribution
guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING )
before submitting.
-->
2026-02-20 13:34:35 +05:00
Paweł Banaszewski
90c11f3386
feat: add client column to aibridge_interceptions table ( #21839 )
...
Adds `client` column to `aibridge_interceptions` table. It is set accordingly to what is passed from AI Bridge in `RecordInterception`.
Adds interception filtering by `client` value.
Depends on: https://github.com/coder/aibridge/pull/158
Updates aibridge library to include this change.
Fixes: https://github.com/coder/aibridge/issues/31
2026-02-17 15:43:02 +01:00
Paweł Banaszewski
e24cc5e6da
feat: add tracing to aibridge ( #21106 )
...
Adds tracing for AIBridge.
Updates github.com/coder/aibridge version from `v0.2.2` to `v0.3.0`
Depends on: https://github.com/coder/aibridge/pull/63
Fixes: https://github.com/coder/aibridge/issues/26
---------
Co-authored-by: Danny Kopping <danny@coder.com >
2025-12-05 15:59:52 +01:00
Mathias Fredriksson
f1b2715555
docs: add data retention and export documentation for AI Bridge ( #21055 )
...
Previously AI Bridge retention was only documented in the auto-generated
CLI reference, making it difficult for administrators to discover and
understand how to configure data retention for compliance requirements.
This adds retention configuration to the AI Bridge setup guide with
examples, documents the REST API and CLI export options in the monitoring
guide, and cross-references AI Bridge from the central data retention
page for discoverability.
Closes #21038
2025-12-03 11:39:36 +02:00
Atif Ali
c21b3e49b3
docs: add client configuration section and support matrix for AI Bridge ( #20640 )
...
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.
Addresses coder/aibridge#4
Preview:
https://coder.com/docs/@aibridge-client-instructions/ai-coder/ai-bridge
---------
Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com >
Co-authored-by: Danny Kopping <danny@coder.com >
Co-authored-by: David Fraley <davidiii@fraley.us >
2025-11-10 22:24:37 +00:00