Skip to content

feat(cli): add parallax tasks command#28

Merged
maxigimenez merged 2 commits into
mainfrom
feat/tasks-command
May 24, 2026
Merged

feat(cli): add parallax tasks command#28
maxigimenez merged 2 commits into
mainfrom
feat/tasks-command

Conversation

@maxigimenez

Copy link
Copy Markdown
Owner

Summary

  • Adds parallax tasks — lists the 20 most recent tasks (all statuses) sorted newest-first, showing task ID, name, AI adapter, model, and a color-coded status column (green=done, cyan=running, yellow=queued, red=failed, dim=canceled)
  • Wires the new command into the CLI router, args parser, types, and usage help
  • Updates docs/cli-reference.md with the new command reference

Test plan

  • pnpm --filter parallax-cli test — 9 new tests covering: no-runtime error, empty list, table rendering, fallback to internal ID, missing project dash-placeholder, 20-task limit, title truncation, ANSI color codes on status, and tasks-endpoint error handling
  • pnpm --filter parallax-cli build — clean TypeScript compile

🤖 Generated with Claude Code

Lists the 20 most recent tasks with task ID, name, AI adapter, model, and
color-coded status. Includes 9 tests and updated CLI reference docs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented May 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
parallax Skipped Skipped May 24, 2026 4:40pm

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@maxigimenez maxigimenez merged commit 5051e97 into main May 24, 2026
3 checks passed
@maxigimenez maxigimenez deleted the feat/tasks-command branch May 24, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant