docs: document per-template agents_allowed - #27518
Conversation
a7dc590 to
6ecd825
Compare
1566142 to
8c4f1a7
Compare
6ecd825 to
2f26107
Compare
8c4f1a7 to
aa24328
Compare
2f26107 to
0ed9ad4
Compare
aa24328 to
f0b481e
Compare
0f5dfbb to
0d9baa4
Compare
f0b481e to
16898ca
Compare
0d9baa4 to
bac7176
Compare
16898ca to
6d0c321
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bac71765cd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Documentation CheckThis PR is the docs update for the per-template Updates Needed
Consistency note (optional)
All previously flagged items are addressed; the docs now match the shipped UI labels. Automated review via Coder Agents |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8f8426f331
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
6d0c321 to
b9dafe7
Compare
0e653df to
5937c5f
Compare
05bcec7 to
31eaab0
Compare
|
@codex review |
ced4aac to
ca9a266
Compare
31eaab0 to
3b6242e
Compare
ca9a266 to
5a62fbf
Compare
b0af512 to
a2c28d7
Compare
5a62fbf to
0207dd0
Compare
0207dd0 to
fd66739
Compare
a2c28d7 to
4ac5d4d
Compare
Relates to CODAGT-713 Depends on #27284 This makes the per-template `agents_allowed` field authoritative in the API and chatd. It adds optional create and metadata update fields with the intended default and omission semantics, supports `agents-allowed:` template search, includes the value in telemetry, and makes `list_templates`, `read_template`, and `create_workspace` read the template row directly. Existing-workspace retries remain idempotent, and blocked same-organisation templates return an actionable message. The experimental `/template-allowlist` routes remain temporarily because the shipped AI Settings page still calls them, but they no longer control chatd enforcement. #27514 moves that page to per-template metadata, #27515 removes the legacy storage, routes, SDK types, and utility, #27517 adds the CLI flags, and #27518 updates the platform controls documentation for the per-template model, directly addressing CRF-5 and CRF-6. The stack is intended to merge as a unit.
Relates to CODAGT-713 Depends on #27515 This adds `--agents-allowed` to `coder templates create` and `coder templates edit`. Template creation defaults the option to true, matching the per-template API and database default, while template editing only changes the value when the flag is explicitly supplied so unrelated edits preserve the existing setting. The generated CLI help and reference documentation include the new option. #27518 updates the Coder Agents platform controls documentation to describe the completed per-template model.
4ac5d4d to
78b5a0f
Compare
fd66739 to
bce8b72
Compare
bce8b72 to
c747b5a
Compare
nickvigilante
left a comment
There was a problem hiding this comment.
Approved with a few changes. Great work!
🚀
c747b5a to
850b0e3
Compare


Relates to CODAGT-713
Depends on #27517
This updates the Coder Agents platform controls documentation for the per-template
agents_allowedmodel. It replaces the deployment-wide allowlist instructions with the Agents allowed controls in AI Settings and template settings, documents that templates allow agents by default, and explains that disabled templates are excluded fromlist_templates,read_template, andcreate_workspace.This is the final PR in the stack and aligns the template routing and optimization guidance with the database, API, frontend, cleanup, and CLI changes in the preceding PRs.