-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Papercuts
- tasks: name the workspace/task based on a summary coder#18159
- bug: tasks - foreign key violated when stopping workspace coder#18776
- Show Tasks tab when no AI tasks are configured coder#19059
- tasks: TaskPage fails to render with error: "No apps found in task" coder#19101
- Update dogfood template with support for tasks #836
- tasks: ui: show build logs and agent logs in task UI when workspace build is in progress coder#19363
API/CLI
- Tasks: Create RFC for CLI and API tasks support #838
- Tasks CLI: Implement
coder task
subcommand #892 - Tasks API: Implement
GET /tasks
andGET /tasks/{id}
#899 - Tasks API: Implement
POST /tasks
#898 - Tasks API: Implement
GET /tasks/{id}/logs
#901 - Tasks API: Implement
POST /tasks/{id}/send
#902 - Tasks API: Implement
DELETE /tasks/{id}
#903
UI
- tasks: ui: update existing usages to new API #904
- Tasks: Filter tasks that are waiting for user input coder#19324
- Tasks: Display the number of idle tasks in the Tasks nav item coder#19323
- Tasks: Send a web notification when a task is waiting for user input coder#19322
- Tasks: Improve user awareness of tasks that are waiting for user input coder#19321
Recipes
- tasks: define RFC for recipes #887
- Tasks: Manage recipes coder#19260
- Tasks: Discover recipes coder#19262
- Tasks: Run recipes from the UI coder#19261
- Tasks: Display recipes and their information coder#19356
- Tasks: Run a recipe from the CLI coder#19360
- Tasks: Show all recipes in the CLI coder#19359
- Tasks: API endpoint to run recipes coder#19358