-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Papercuts
Note -- the below list is prioritized top down, top being the highest priority to work on
- tasks: show error on task view when startup script / workspace is unhealthy coder#20418
- task status is empty when workspace is starting or startup script is running #1063
- Tasks: User search dropdown broken after typing one character coder#21044
- Bulk-selection interface: Shift-click doesn't select multiple checkboxes coder#20870
- feat: add ability to name & rename task coder#20226
- Task name in sidebar and on the task list differs coder#20455
- feat: start recipes v0.5 coder#20352
- Impossible to edit Tasks prompt while waiting for the workspace to spin up #1084
- Bulk delete of Tasks #1088
- tasks: no visual indication when github auth expires coder#20755
- Empty list of tasks reduntant if no templates are configured #1085
- Tasks presets do not show icons and descriptions coder#20598
- Indicator of Tasks' notifications being disabled #1089
- tasks: random empty link when still starting up coder#20429
- Cryptic icons in Tasks Claude Code prompt dialog agentapi#130
- selecting and copying text is extremely hard to select a line of text and copy it from the chat window of a running task agentapi#124
Completed Issues
Note -- issues that're recently completed get added to the top!
- [x ] bug: tasks main page fails to load new tasks for docker on docker setups coder#20250 <-- was closed
- Coder Tasks presets not set correctly when switching between templates coder#20465
- Task deletion: info about task being deleted despite it being not #1083
- Tasks prompt and tasks list are not separated well enough coder#20423
- After runnig a development instance in Tasks, everything died #1096
- bug: coder task prompt box no longer clears after creating a new task coder#20255
- tasks: improve error visibility when workspace provisioning fails coder#19766
- fix: stop rerunning AI prompt when task workspace is restarted coder#20225
- tasks: template version picker is confusing #1057
- tasks: empty view is not properly aligned coder#20281
- Tasks: GitHub external auth enforced even when removed from template version coder#20315
- UI: Warning box not centered on 404 error page when visiting another user's task coder#20369
- Add terminal in TaskPage #1077
- bug: auto-generated task name is too long preventing Task from starting coder#20224
- Add button to clear Tasks prompt box of existing text #1091
- Tasks: Template version not selected when creating task, causing slow loading and wrong template execution #1062
- Pass over and show issue comments in Coder Tasks if they are started from GitHub #1053
- bug: "Start Workspace" button in Tasks view does nothing for 2 seconds coder#20233
- bug: Tasks dialog scroll is too long and shows empty lines coder#20232
- 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
- Remove ID from
coder-cli tasks listoutput to reduce clutter coder#19623 - bug: tasks: new tasks created with outdated template version coder#19744
API/Data Model
- Tasks: Create RFC for CLI and API tasks support #838
- Tasks API: Design and implement tasks data model in database #948
- tasks: refactor: remove column workspace_builds.has_ai_task #973
- tasks: refactor: remove column workspace_builds.ai_task_sidebar_app_id #974
- chore: tasks: refactor existing API endpoints to use new data model #976
- coder terraform provider: modify
coder_ai_taskto add app_id and prompt fields #977 - provisionerdserver: support updated
coder_ai_taskresource #978 - chore: tasks: replace exising usage of hard-coded "AI Prompt" parameter with
tasks.prompt#979 - Update existing agent CLI modules to reference
task.prompt#1065 - tasks: refactor: set column template_versions.has_ai_task when coder_task is referenced #980
- coder: telemetry: update task-related telemetry following refactor #981
- Tasks API: Add fields to
codersdk.Task(required by the UI) #949 - chore: add migration to backfill
tasksandtask_workspace_apps#1078 - Document migration steps from "task workspace" template to "task" template #1080
CLI
- Tasks CLI: Implement
coder tasksubcommand #892 - Tasks API: Implement
GET /tasksandGET /tasks/{id}#899 - Tasks API: Implement
POST /tasks#898 - Tasks API: Extend
POST /tasks#955 - Tasks API: Implement
GET /tasks/{id}/logs#901 - Tasks API: Implement
POST /tasks/{id}/send#902 - Tasks API: Implement
DELETE /tasks/{id}#903
AgentAPI
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 workflows #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