- Notifications
You must be signed in to change notification settings - Fork1.1k
fix: complete Tasks GA promotion (docs, site)#20927
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
22a6e17 toba54519CompareUpdate swagger tags and refactor frontend to use dedicated TasksApiMethods class.- Change@tags Experimental to@tags Tasks in coderd/aitasks.go- Extract TasksApiMethods from ExperimentalApiMethods- Update all API.experimental.* task calls to API.tasks.*---🤖 This change was written by Claude Sonnet 4.5 Thinking using [mux](https://github.com/coder/mux) and reviewed by a human 🏂
ba54519 tod145a71Comparesite/src/api/api.ts Outdated
| tasks:TasksApiMethods; | ||
| constructor(protectedreadonlyaxios:AxiosInstance){ | ||
| this.experimental=newExperimentalApiMethods(this.axios); | ||
| this.tasks=newTasksApiMethods(this.axios); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think Claude got the wrong impression. The tasks endpoints should be directly insideApiMethods, not under a separateTasksApiMethods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I saw it and thought it was reasonable this way, but I'll have it moved inline 👍🏻
As per review feedback, task methods should be directly in ApiMethodsrather than a separate TasksApiMethods class.
david-fraley commentedNov 25, 2025
📚 Documentation Check✅ Updates Needed
📝 No Breaking Changes for UsersThe PR maintains backward compatibility by keeping This comment was generated by an AI Agent throughCoder Tasks |
mafredri commentedNov 25, 2025
I don't think we have any plans to promote mcp at the time being, but it's a good callout. |
e189dc1 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Summary
Completes the Coder Tasks GA promotion by updating swagger tags and regenerating API documentation and updating the frontend API structure.
Related
Follows#20923 and#20921 which promoted Tasks from Beta/Experimental to GA.
🤖 This change was written by Claude Sonnet 4.5 Thinking usingmux and reviewed by a human 🏂