Todos
Track issues and todos for your project, assign them to agents, and let them fix things autonomously.
hob has a built-in issue tracker that lives inside your project. Create todos, assign them to agents, and track what gets fixed — all without leaving the surface.
Opening the issues panel
Press Cmd+Shift+I (macOS) or Ctrl+Shift+I (Windows/Linux) to toggle the Issues panel.
Creating an issue
Type in the text input at the bottom of the panel and click Add. Issues are stored as markdown files in your project under issues/, so they can be committed and shared with your team.
Assigning to an agent
Select one or more issues and click Quick Fix (or Cmd+Enter). hob opens a new agent pane with the issue context already loaded — the agent picks it up and starts working.
You can see the status of each issue:
| Status | Meaning |
|---|---|
| Open | Not yet started |
| In progress | An agent is working on it |
| Completed | Fixed — shows how it was resolved |
Viewing completed issues
Completed issues move to a history section. Expand any completed item to see:
- What was fixed
- Which model was used
- Which commit contains the fix
Multi-agent workflow
Since each agent is independent, you can assign different issues to different agents. They work in parallel without stepping on each other — each issue is scoped to one agent at a time.
A typical workflow:
- Create a few issues from a code review or bug report
- Quick-fix each one — hob opens a new agent per issue
- Agents work in parallel across your tiled layout
- Review the diffs as each agent finishes
Manual management
You can also manage issues by hand:
- Click an issue to edit its text inline
- Mark issues as complete or reopen them manually
- Discard issues you no longer need
- Filter issues with the search bar