or run

npx @tessl/cli init
Log in

Version

Files

tile.json

tessl/npm-picocolors

The tiniest and the fastest library for terminal output formatting with ANSI colors

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
npmpkg:npm/picocolors@1.1.x

Performance

Overall agent performance with this tile

89%

Improvement

Performance improvement when using this tile compared to baseline

↑ 27%

Baseline

Agent performance without this tile

62%

To install, run

npx @tessl/cli install tessl/npm-picocolors@1.1.0

Assessment results

Generated

Agent Claude Code

Scenario 1

Bright foreground color variants (blackBright, redBright, greenBright, yellowBright, blueBright, magentaBright, cyanBright, whiteBright)

75%

Scenario 2

Defensive programming for missing process object

20%

Scenario 3

Factory pattern for zero-overhead color disabling

100%

Scenario 4

Background colors (bgBlack, bgRed, bgGreen, bgYellow, bgBlue, bgMagenta, bgCyan, bgWhite)

0%

Scenario 5

Basic foreground colors (black, red, green, yellow, blue, magenta, cyan, white, gray)

0%

Scenario 6

Manual color control with createColors(enabled) function

0%

Scenario 7

Non-string input handling (numbers, booleans, null, undefined)

-2%

Scenario 8

Close sequence replacement algorithm for proper nesting

-3%

Scenario 9

Environment variable support (NO_COLOR, FORCE_COLOR, CI, TERM)

80%

Scenario 10

Platform-specific detection (Windows, Unix/Linux TTY)

-5%