replit-tools 1.1.25 → 1.1.27

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.1.25",
3
+ "version": "1.1.27",
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": {
@@ -290,7 +290,7 @@ claude_prompt() {
290
290
  # Colored command key (shown first)
291
291
  echo ""
292
292
  echo " ┌─────────────────────────────┐"
293
- echo -e " │ At \033[1;94m~/workspace\033[1;97m\$\033[0m prompt: │"
293
+ echo -e " │ \033[95mAt \033[94m~/workspace\033[1;97m\$\033[0;95m prompt:\033[0m │"
294
294
  echo -e " │ \033[96mclaude-menu\033[0m = show menu │"
295
295
  echo -e " │ \033[96mcm\033[0m = menu shortcut │"
296
296
  echo -e " │ \033[96ml\033[0m = login to claude │"
@@ -301,9 +301,9 @@ claude_prompt() {
301
301
  echo " └─────────────────────────────┘"
302
302
 
303
303
  echo ""
304
- echo "╭───────────────────────────╮"
305
- echo "│ Claude Session Manager │"
306
- echo "╰───────────────────────────╯"
304
+ echo " ┌─────────────────────────────┐"
305
+ echo " Claude Session Manager │"
306
+ echo " └─────────────────────────────┘"
307
307
 
308
308
  if [ "$running" -gt 0 ]; then
309
309
  echo " ($running running)"