fix(site): let organization admins manage agent templates - #28636
Conversation
d6e2366 to
62be54a
Compare
62be54a to
25eb8db
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25eb8db96e
ℹ️ 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 CheckUpdates Needed
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: b81eacd811
ℹ️ 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. What shall we delve into next? 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". |
78ec9a6 to
d9efd93
Compare
d9efd93 to
379f31c
Compare
This is a frontend only fix.
Before
Organization administrators could update Coder Agents access for their templates through the API. However, the AI settings page required deployment configuration permission, so these administrators could not find or open the Templates page.
After
Organization administrators can open the Templates page from AI settings without deployment-wide access. The page shows only templates from organizations where the user can update templates, while deployment administrator behavior remains unchanged.
This pull request was generated by Coder Agents.