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
david-fraley
afbe9ea154
docs: add GitHub to Coder Task Workflow Guide ( #20928 )
...
Co-authored-by: Danielle Maywood <danielle@themaywoods.com >
2025-12-01 13:58:51 -06:00
Danny Kopping
ebbdfa03b8
chore: document bedrock setup process for aibridge ( #20956 )
...
Documents the steps needed to setup AWS Bedrock
See also: https://github.com/coder/coder/pull/20507
---------
Signed-off-by: Danny Kopping <danny@coder.com >
2025-11-27 10:14:16 +02:00
Yevhenii Shcherbina
a6a8a060ea
docs: update boundary docs ( #20958 )
2025-11-26 15:33:55 -05:00
Atif Ali
e3671f38ff
docs: change AI Bridge state from 'early access' to 'beta' ( #20951 )
...
<!--
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.
-->
2025-11-27 01:05:30 +05:00
Mathias Fredriksson
02bac71421
feat: promote Tasks to GA ( #20923 )
...
## Summary
This change promotes Coder Tasks from Beta to GA by removing Beta labels
from:
- TasksPage UI component
- Documentation files
Tasks feature is now ready for general availability!
---
🤖 This change was written by Claude Sonnet 4.5 Thinking using
[mux](https://github.com/coder/mux ) and reviewed by a human 🏂
2025-11-25 17:43:31 +02:00
Mathias Fredriksson
ad8ba4aac6
feat(cli): promote tasks commands from experimental to GA ( #20916 )
...
## Overview
This change promotes the tasks CLI commands from `coder exp task` to
`coder task`, marking them as generally available (GA).
## Migration
Users will need to update their scripts from:
```shell
coder exp task create "my task"
```
To:
```shell
coder task create "my task"
```
---
🤖 This change was written by Claude Sonnet 4.5 Thinking using [mux](https://github.com/coder/mux ) and reviewed by a human 🏄🏻♂️
2025-11-25 13:50:22 +00:00
Atif Ali
e8bf074022
chore: update AI client compatibility table in AI Bridge documentation ( #20915 )
2025-11-25 12:29:47 +00:00
Danny Kopping
823009d9ea
chore: document key scopes for OpenAI and Anthropic for aibridge ( #20903 )
...
Closes https://github.com/coder/internal/issues/1135
---------
Signed-off-by: Danny Kopping <danny@coder.com >
2025-11-25 11:33:07 +02:00
Atif Ali
3fe29ecf89
docs: fix ANTHROPIC_BASE_URL example in AI Bridge client docs ( #20853 )
2025-11-21 10:38:06 +02:00
Yevhenii Shcherbina
a83328c1f0
docs: improve boundary docs ( #20806 )
...
Update docs for boundary v0.2.0 release.
2025-11-17 15:41:59 -05:00
Andrew Aquino
ac2c161636
fix(docs): add newlines to display GFM alerts correctly ( #20747 )
...
Fixes this bug called out by @matifali on
https://coder.com/docs/ai-coder/tasks :
<img width="718" height="165" alt="image"
src="https://github.com/user-attachments/assets/5ac5c70d-c677-44f6-984d-8538a8e7c6cc "
/>
[The docs for GFM
alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts )
specify that the alert type (`[!NOTE]`, `[!IMPORTANT]`, etc) should be
on its own line within the blockquote, with the alert text on the
following line(s).
2025-11-12 11:11:51 -08:00
Danny Kopping
c69eb7c157
docs: reflect steps required to enable coder MCP tool injection ( #20735 )
...
Follow-up from #20713
Signed-off-by: Danny Kopping <danny@coder.com >
2025-11-12 12:02:04 +00:00
Atif Ali
086d6b8719
chore(docs): update links and minor improvements to AI Bridge ( #20714 )
...
Co-authored-by: Danny Kopping <danny@coder.com >
2025-11-11 15:13:38 +00:00
Cian Johnston
b6935c3528
chore(docs/ai-coder): add migration guide for provider version 2.13.0 ( #20426 )
...
Closes https://github.com/coder/internal/issues/1080
---------
Co-authored-by: Ben Potter <ben@coder.com >
2025-11-11 09:07:41 +00: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
Danny Kopping
2f886ce8d0
chore: update docs ( #20521 )
...
Updates AI Bridge docs to remove experiment details.
2025-10-29 07:43:33 -06:00
Jiachen Jiang
da31a4bed9
docs: edit Boundary documentation to reflect current functionality ( #20403 )
2025-10-22 11:32:15 -05:00
Atif Ali
823b14aa34
docs: add base URLs and authentication section to AI Bridge ( #20404 )
...
Co-authored-by: Danny Kopping <danny@coder.com >
2025-10-22 13:55:54 +00:00
Jiachen Jiang
79736154db
docs: add documentation for upcoming Agent Boundary feature ( #20099 )
...
## PR Description
tbd @jcjiang
See a preview at:
https://coder.com/docs/@boundaries-docs/ai-coder/agent-boundary
---------
Co-authored-by: David Fraley <davidiii@fraley.us >
Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com >
2025-10-08 09:14:14 -07:00
Cian Johnston
fa82f841c7
chore(docs): add documentation for exp CLI commands ( #20019 )
...
Updates task documentation with experimental CLI.
~Generated by Claude using `--help` output.~
Should be merged alongside https://github.com/coder/coder/pull/20020
2025-10-08 13:43:44 +01:00
Atif Ali
037e6f06f5
docs: fix link to Grafana dashboard example for AI Bridge ( #20205 )
2025-10-08 08:25:18 +00:00
Stephen Kirby
d0f434b672
feat(docs): add bridge documentation for early access ( #20188 )
2025-10-07 22:36:05 -05:00
david-fraley
bf2cfddacb
docs: update Claude Code version in docs ( #20049 )
2025-09-30 21:22:11 +00:00
david-fraley
95aa16df1b
docs: add Tasks Core Principles Page ( #19878 )
...
---------
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: Ben Potter <ben@coder.com >
Co-authored-by: Atif Ali <atif@coder.com >
2025-09-30 10:49:39 -05:00
david-fraley
ea718084ff
docs: update Tasks Template Code ( #19770 )
2025-09-16 20:27:57 +00:00
Atif Ali
62c74305db
chore(docs): always point to latest toolsdk in MCP docs ( #19689 )
...
Updated toolsdk documentation link to the latest version.
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.
2025-09-03 13:28:33 +00:00
Cian Johnston
8d6a322344
chore(docs): document automatic task naming ( #19614 )
...
Updates our experimental AI docs on how to automatically generate task
names.
---------
Co-authored-by: Ben Potter <ben@coder.com >
2025-08-28 12:58:36 +01:00
Rowan Smith
dadeab881b
docs: fix broken link ( #19275 )
...
Fixed a broken link to the coder registry so that it correctly loads
agent modules
https://coder.com/docs/ai-coder/custom-agents
2025-08-11 13:27:30 +10:00
Hugo Dutka
c94333d9b5
docs: oauth2-provider fixes ( #19170 )
...
Adds the oauth2-provider doc page to the manifest so it's rendered in
the docs, fixes formatting in the oauth2-provider doc, and links to it
from the MCP doc.
To see the formatting issues, visit
https://coder.com/docs/@4bcf44a/admin/integrations/oauth2-provider . To
see the doc after the fixes, visit
https://coder.com/docs/@f05969a/admin/integrations/oauth2-provider .
2025-08-04 21:20:51 +02:00
Hugo Dutka
a02d1c1e59
docs: document how to start a remote MCP Coder server ( #19150 )
...
Document how to start a remote MCP Coder server. Addresses
https://github.com/coder/internal/issues/823 .
2025-08-04 18:53:12 +02:00
blink-so[bot]
f3c1353322
docs: fix typo 'protyping' to 'prototyping' in AI Coding Agents page ( #18928 )
...
Fixes #18926
Simple typo fix: changed 'protyping' to 'prototyping' in the AI Coding
Agents documentation page.
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
Co-authored-by: bpmct <22407953+bpmct@users.noreply.github.com >
2025-07-20 20:16:19 +00:00
Hugo Dutka
1e715e2f66
chore: add suggestions to the tasks docs ( #18766 )
2025-07-07 09:15:53 -04:00
Ben Potter
b26c9e2432
feat: update tasks docs ( #18659 )
...
Preview: https://coder.com/docs/@tasks-docs/ai-coder
---------
Co-authored-by: Hugo Dutka <hugo@coder.com >
2025-07-07 08:21:59 -04:00
Atif Ali
9cbe02e8b7
docs: update ai agents with module links ( #18368 )
...
Updated with module links.
- [ ] Still missing the Amazon Q agent.
[preview](https://coder.com/docs/@atif%2Fai-agents-modules/ai-coder/agents#types-of-coding-agents )
---------
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com >
2025-06-17 21:19:42 +01:00
Edward Angert
5c16079aff
docs: add more specific steps and information about oidc refresh tokens ( #18336 )
...
closes https://github.com/coder/coder/issues/18307
relates to https://github.com/coder/coder/pull/18318
preview:
-
[refresh-tokens](https://coder.com/docs/@18307-refresh-tokens/admin/users/oidc-auth/refresh-tokens )
-
[configuring-okta](https://coder.com/docs/@18307-refresh-tokens/tutorials/configuring-okta )
~(not sure why @Emyrk 's photo is so huge there though)~ ✔️
- [x] removed from
[idp-sync](https://coder.com/docs/@18307-refresh-tokens/admin/users/idp-sync )
to do:
- move keycloak
- add ping federate and azure
- edit text (possibly placeholders for now - I want to see how it all
relates and edit it again. right now, there's a note about the same
thing in every section in way that's not super helpful/necessary)
- ~convert some paragraphs to OL~ calling this out of scope for now
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-06-16 13:18:55 -04:00
Edward Angert
f1cca03ed3
docs: reorganize the About section ( #18236 )
...
As part of an information architecture overhaul, this PR reorganizes the
About section and adds a Support section (but not content to it yet)
[preview](https://coder.com/docs/@docs-ia-about/about )
this PR is intentionally limited in scope so that we can ship meaningful
changes faster and followup PRs should include:
- [ ] edit + overhaul the About page
- [ ] decide on the `start` directory
- [ ] ~screenshots page updates~ (this should happen July or later)
redirects PR: https://github.com/coder/coder.com/pull/944
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-06-12 13:56:45 -04:00
Edward Angert
bd659142c8
docs: add note about experiment_report_tasks to ai-coder/create-template ( #17563 )
...
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-05-09 21:00:18 +00:00
Edward Angert
ef101ae2a0
docs: update ai feature stage to beta and ease the intro note's tone ( #17620 )
...
[preview](https://coder.com/docs/@ai-feature-stage/ai-coder )
2025-04-30 15:20:44 +00:00
Edward Angert
5a7d531aef
docs: edit the ai agents doc ( #17521 )
...
general edit and adding some highlights as I work through the section
[preview](https://coder.com/docs/@ai-coder-edit/ai-coder/agents )
---------
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-04-23 11:14:57 -04:00
Edward Angert
9978eb63c4
docs: rename coder-ai directory to avoid wildcard removal ( #17348 )
...
to something that doesn't get caught in a wildcard redirect
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com >
2025-04-10 16:21:20 -04:00