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

feat(cli): promote tasks commands from experimental to GA#20916

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 6 commits intomainfrompromote-tasks-cli-to-ga
Nov 25, 2025

Conversation

@mafredri
Copy link
Member

@mafredrimafredri commentedNov 25, 2025
edited
Loading

Overview

This PR promotes the tasks CLI commands fromcoder exp task tocoder task, marking them as generally available (GA).

Changes

  • CLI Structure: Moved tasks commands from experimental subcommand to core commands
  • File Renames: Renamed allexp_task*.go files totask*.go
  • Command Registration: Updatedroot.go to register tasks inCoreSubcommands() instead ofAGPLExperimental()
  • Documentation: Updated command descriptions and examples to remove 'experimental' references
  • Tests: Updated all test files to use the new command path
  • Golden Files: Regenerated CLI help output golden files
  • Documentation: Updateddocs/ai-coder/cli.md with the new command paths and removed experimental language

Migration

Users will need to update their scripts from:

coder exp task create"my task"

To:

coder task create"my task"

🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.

Move tasks CLI commands from 'coder exp task' to 'coder task' to mark themas generally available. This change includes:- Rename all task-related files from exp_task*.go to task*.go- Move tasksCommand() from AGPLExperimental() to CoreSubcommands() in root.go- Update command descriptions to remove 'experimental' references- Update all test files to use 'coder task' instead of 'coder exp task'- Update CLI examples in all command files- Update documentation in docs/ai-coder/cli.md- Regenerate golden files for new command structureThe tasks feature is now stable and ready for production use.---🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.
Add auto-generated CLI reference documentation that was missed in the initialcommit. These files are created by 'make gen' and include:- docs/reference/cli/task*.md files- Updated docs/manifest.json- Updated docs/reference/cli/index.md---🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.
Update Test_Tasks to use 'task' instead of 'exp task' in commandinvocations to match the new command structure.---🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.
@mafredrimafredri marked this pull request as ready for reviewNovember 25, 2025 12:58
Copy link
Contributor

@DanielleMaywoodDanielleMaywood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Approved but agree with removal of file

Replace the detailed CLI documentation with a simple redirect page thatlinks to the auto-generated CLI reference documentation. This reducesduplication and ensures users always see the most up-to-date CLI docs.---🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.
Regenerate CLI docs and golden files to reflect the new task display_namefield that was added in main branch.---🤖 PR was written by Claude Sonnet 4.5 Thinking and reviewed by a human 🏄🏻‍♂️.
@mafredrimafredrienabled auto-merge (squash)November 25, 2025 13:43
@mafredrimafredri merged commitad8ba4a intomainNov 25, 2025
51 of 53 checks passed
@mafredrimafredri deleted the promote-tasks-cli-to-ga branchNovember 25, 2025 13:50
@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

@ssncferreirassncferreiraAwaiting requested review from ssncferreira

Assignees

@mafredrimafredri

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@mafredri@DanielleMaywood

[8]ページ先頭

©2009-2025 Movatter.jp