Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
mafredri merged 2 commits intomainfromupdate-coder-tasks-docs-ga
Nov 25, 2025

Conversation

@mafredri
Copy link
Member

@mafredrimafredri commentedNov 25, 2025
edited
Loading

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 🏂

Update 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 🏂
@mafredrimafredriforce-pushed theupdate-coder-tasks-docs-ga branch fromba54519 tod145a71CompareNovember 25, 2025 16:26
@mafredrimafredri changed the titledocs: complete Tasks GA promotionfix: complete Tasks GA promotion (docs, site)Nov 25, 2025
@mafredrimafredri marked this pull request as ready for reviewNovember 25, 2025 16:29
Comment on lines 443 to 447
tasks:TasksApiMethods;

constructor(protectedreadonlyaxios:AxiosInstance){
this.experimental=newExperimentalApiMethods(this.axios);
this.tasks=newTasksApiMethods(this.axios);
Copy link
Contributor

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

Copy link
MemberAuthor

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-fraleydavid-fraley added the doc-checkAssign this label to PRs to check for any doc changes. labelNov 25, 2025
@github-actions
Copy link

@david-fraleyCoder
Copy link
Collaborator

📚 Documentation Check

✅ Updates Needed

  • docs/ai-coder/mcp-server.md - Line 52 references the experimental MCP endpointhttps://coder.example.com/api/experimental/mcp/http. Since this PR moves Tasks API from experimental to stable, this should be verified if it needs updating to a stable endpoint path, or if MCP server will remain under experimental for now.

📝 No Breaking Changes for Users

The PR maintains backward compatibility by keeping/api/experimental/tasks routes active during a transition period (to be removed in v2.30.0), so existing integrations will continue to work. The API reference documentation was correctly updated fromexperimental.md totasks.md and the OpenAPI tags were changed from "Experimental" to "Tasks".


This comment was generated by an AI Agent throughCoder Tasks

@mafredri
Copy link
MemberAuthor

I don't think we have any plans to promote mcp at the time being, but it's a good callout.

@mafredrimafredrienabled auto-merge (squash)November 25, 2025 16:44
@mafredrimafredri merged commite189dc1 intomainNov 25, 2025
37 checks passed
@mafredrimafredri deleted the update-coder-tasks-docs-ga branchNovember 25, 2025 16:46
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsNov 25, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@DanielleMaywoodDanielleMaywoodDanielleMaywood approved these changes

Assignees

@mafredrimafredri

Labels

doc-checkAssign this label to PRs to check for any doc changes.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@mafredri@david-fraley@DanielleMaywood

[8]ページ先頭

©2009-2025 Movatter.jp