replit-tools 1.2.29 → 1.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replit-tools",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "DATA Tools - One command to set up Claude Code and Codex CLI on Replit with full persistence",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -514,10 +514,10 @@ claude_prompt() {
514
514
  [ -z "$num" ] && continue
515
515
  recent_tools[$num]="$tool"
516
516
  recent_ids[$num]="$id"
517
- local label_color="\033[1;38;5;33m"
517
+ local label_color="\033[1;38;5;208m"
518
518
  local label="cld"
519
519
  if [ "$tool" = "codex" ]; then
520
- label_color="\033[1;38;5;208m"
520
+ label_color="\033[1;38;5;44m"
521
521
  label="cdx"
522
522
  fi
523
523
  printf " \033[1;97m[%s]\033[0m ${label_color}%s\033[0m \033[2m%-8s\033[0m %s\n" "$num" "$label" "$when" "$snippet"