Skip to content

Increase task label color palette#275

Open
hammadparveez wants to merge 1 commit intomysticatea:masterfrom
hammadparveez:master
Open

Increase task label color palette#275
hammadparveez wants to merge 1 commit intomysticatea:masterfrom
hammadparveez:master

Conversation

@hammadparveez
Copy link

@hammadparveez hammadparveez commented Feb 22, 2026

Summary

  • Expanded the rotating task label colors from 5 to 8 in lib/run-task.js
  • Reduces repeated colors when running many tasks with --print-label in parallel mode

Fixes #85

Test plan

  • Run multiple tasks (more than 5) in parallel with --print-label flag and verify that color repetition is reduced
  • Verify existing tests still pass (npm test)

Expanded the rotating task label colors from 5 to 8 in lib/run-task.js to reduce repeated colors when running many tasks with --print-label in parallel mode.
Refs mysticatea#85.

Co-authored-by: Copilot <[email protected]>
Copilot AI review requested due to automatic review settings February 22, 2026 16:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the task label color palette from 5 to 8 colors to reduce color repetition when running many tasks in parallel with the --print-label flag, addressing issue #85.

Changes:

  • Added three new colors (chalk.blue, chalk.white, chalk.gray) to the rotating color palette used for task labels in parallel execution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

More colors for task

2 participants