@baggiiiie/pi-no-ansi
v0.0.1
Published
A minimal pi package that keeps `bash` tool output cleaner for the model by:
Readme
@baggiiiie/pi-no-ansi
A minimal pi package that keeps bash tool output cleaner for the model by:
- setting common no-color environment variables for every pi
bashtool call - stripping ANSI escape sequences from captured
bashoutput before it reaches model context
Install
pi install /path/to/pi-stuff/packages/no-ansiOr after publishing:
pi install npm:@baggiiiie/pi-no-ansiUsage
Once installed, restart pi or run /reload.
No commands or configuration required.
Notes
- This only affects pi
bashtool calls. - It preserves raw command execution behavior; it just tweaks env vars and sanitizes returned text.
- It is intentionally minimal and does not add command-specific
--color=neverflags. - It sets these env vars for every pi
bashtool call:
NO_COLOR=1
CLICOLOR=0
FORCE_COLOR=0
TERM=dumb