patchcord 0.5.17 → 0.5.18

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": "patchcord",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",
@@ -127,7 +127,7 @@ if [ -n "$pc_url" ] && [ -n "$pc_token" ]; then
127
127
  if [ -f "$sub_pidfile" ]; then
128
128
  sub_pid=$(cat "$sub_pidfile" 2>/dev/null)
129
129
  if [ -n "$sub_pid" ] && kill -0 "$sub_pid" 2>/dev/null; then
130
- pc_part+=" ${green}●${reset}"
130
+ pc_part+=" ${green}◉${reset}"
131
131
  fi
132
132
  fi
133
133
  fi