Documentation
Managing Tasks
Track and manage your Terragon tasks from creation to merged PR
Task List Views
Use the task list filter to switch between your Inbox and Archived tasks. The filter keeps the selected view in its name so screen readers announce which list is active.
You can also organize the task list by project, recent projects, or a chronological list. When no tasks match the selected view, Terragon shows a clear empty state such as No archived tasks.
While Terragon loads a different task view, it shows a progress indicator and announces Loading tasks to screen readers.
Task Information
Each task displays: Task status, an automatically generated title based on your original prompt, when the task was created, repository and branch information, PR status (if applicable), CI status (if applicable), lines of code changed (if applicable), and the agent icon (for running tasks).
Task Status
Tasks display visual indicators on the left showing their current state.
| Icon | Status | Description |
|---|---|---|
| Unread | Task updated, but not been viewed yet | |
| Pending | Task is queued or waiting for sandbox | |
| Running | Task is actively being worked on | |
| Complete | Task completed successfully | |
| Error | Task encountered an error |
PR Status
Once a task completes successfully, an icon will appear to the right indicating its PR's state.
| Icon | Status | Description |
|---|---|---|
| Draft | PR created as draft default | |
| Open | PR is open and ready for review | |
| Merged | PR has been merged into the base branch | |
| Closed | PR was closed without merging |
CI Status
When a PR is open, you can monitor your continuous integration checks directly from Terragon next to the PR status.
| Icon | Status | Description |
|---|---|---|
| Pending | CI checks are currently running | |
| Success | All CI checks have passed successfully | |
| Failure | One or more CI checks have failed |