Faster boards, safer dependencies
Boards now scale to much larger projects without slowing down. A column that has grown past a couple dozen cards no longer renders every one of them at once: it shows the first batch with a Show more button to reveal the rest, so opening a busy board stays fast. This doesn't affect drag-and-drop or the totals shown in column headers, which still reflect every task, not just what's currently mounted.
The Agent button on a task's detail page now visibly does what it always meant to: it prepares that task for your next agent session, or if a session is already open, adds it as a mention to the draft instead of silently doing nothing or replacing what you were already working on. It's relabelled Add to Agent panel to say so, and the panel gets keyboard focus the moment the task is attached, so you can keep going without reaching for the mouse.
Setting up a new project's context is faster on desktop: opening the Project Context panel now reads package.json, CLAUDE.md, and README.md from the project folder and pre-fills empty dev, test, and build commands along with any notes it can infer, all left for you to review and adjust before saving. Nothing is overwritten if you've already filled a field in yourself.
Task dependencies are more trustworthy now. Creating a dependency that would point a task at itself, duplicate a link that already exists, or close a cycle, such as A depends on B and B depends on A, or a longer chain back to A, is rejected instead of silently accepted, so dependency counts and the graphs built from them can't quietly drift out of sync with reality.
Voice requests through Ask Pekan no longer hang indefinitely if the connection stalls: a request that doesn't get a response within 30 seconds now fails cleanly instead of leaving you waiting with no feedback.
Highlights
- Board columns now page large lists instead of rendering every card at once.
- The task-detail Agent button now attaches the task instead of just opening the panel, and is relabelled Add to Agent panel.
- Project Context auto-detects dev, test, and build commands and notes from your project files on desktop.
- Creating a dependency that would self-loop, duplicate, or close a cycle is now rejected.
- A stalled Ask Pekan voice request now times out after 30 seconds instead of hanging.