claude-code - 💡(How to fix) Fix [FEATURE] Allow expanding collapsed task list in CLI UI

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

  • Tasks beyond a certain count are collapsed as … +5 pending
    • Clicking on the collapsed area does nothing
    • /tasks is not a recognized built-in command
    • The only workaround is to ask Claude to list tasks via the TaskList tool, which requires an extra conversational turn
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Description:

When using the TaskCreate tool to track multiple tasks, the CLI collapses pending tasks with a +N pending summary that cannot be expanded. There is no built-in way to view the full list of pending tasks within the CLI interface.

Current behavior:

  • Tasks beyond a certain count are collapsed as … +5 pending
  • Clicking on the collapsed area does nothing
  • /tasks is not a recognized built-in command
  • The only workaround is to ask Claude to list tasks via the TaskList tool, which requires an extra conversational turn

Proposed Solution

Expected behavior:

  • Provide a way to expand the collapsed task list, e.g.:
    • Click on +N pending to toggle the full list
    • Support a /tasks slash command that displays all tasks with their status
    • Add a keyboard shortcut to expand/collapse the task panel

Why this matters:

Task lists are most useful when users can quickly see what's pending and what's in progress. The current collapse behavior hides information that users explicitly created to track progress, forcing them to take an extra step just to see their own task list.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Allow expanding collapsed task list in CLI UI