fluxy-bot 0.4.5 → 0.4.6

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": "fluxy-bot",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Self-hosted, self-evolving AI agent with its own dashboard.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/scripts/install CHANGED
@@ -183,7 +183,6 @@ install_fluxy() {
183
183
  if [ -d "$EXTRACTED/dist-fluxy" ]; then
184
184
  rm -rf "$FLUXY_HOME/dist-fluxy"
185
185
  cp -r "$EXTRACTED/dist-fluxy" "$FLUXY_HOME/"
186
- printf " ${BLUE}✔${RESET} Chat interface ready\n"
187
186
  elif [ ! -f "$FLUXY_HOME/dist-fluxy/onboard.html" ]; then
188
187
  printf " ${BLUE}↓${RESET} Building chat interface...\n"
189
188
  if (cd "$FLUXY_HOME" && "$NPM" run build:fluxy 2>/dev/null); then
@@ -191,13 +190,12 @@ install_fluxy() {
191
190
  else
192
191
  printf " ${YELLOW}!${RESET} Chat build skipped — will build on first start\n"
193
192
  fi
194
- else
195
- printf " ${BLUE}✔${RESET} Chat interface ready\n"
196
193
  fi
197
194
 
198
195
  rm -rf "$TMPDIR"
199
196
 
200
197
  # Install dependencies inside ~/.fluxy/
198
+ printf " ${BLUE}↓${RESET} Installing dependencies...\n"
201
199
  (cd "$FLUXY_HOME" && "$NPM" install --omit=dev 2>/dev/null)
202
200
 
203
201
  # Verify
@@ -309,5 +307,5 @@ printf "\n"
309
307
  printf " ${PINK}>${RESET} Run ${BLUE}fluxy init${RESET} to begin.\n"
310
308
  printf " ${DIM}(Open a new terminal if 'fluxy' isn't found yet)${RESET}\n"
311
309
  printf "\n"
312
- printf " ${DIM}\033]8;;https://fluxy.bot\033\\https://fluxy.bot\033]8;;\033\\${RESET}\n"
310
+ printf " ${DIM}https://fluxy.bot${RESET}\n"
313
311
  printf "\n"
@@ -183,7 +183,6 @@ install_fluxy() {
183
183
  if [ -d "$EXTRACTED/dist-fluxy" ]; then
184
184
  rm -rf "$FLUXY_HOME/dist-fluxy"
185
185
  cp -r "$EXTRACTED/dist-fluxy" "$FLUXY_HOME/"
186
- printf " ${BLUE}✔${RESET} Chat interface ready\n"
187
186
  elif [ ! -f "$FLUXY_HOME/dist-fluxy/onboard.html" ]; then
188
187
  printf " ${BLUE}↓${RESET} Building chat interface...\n"
189
188
  if (cd "$FLUXY_HOME" && "$NPM" run build:fluxy 2>/dev/null); then
@@ -191,13 +190,12 @@ install_fluxy() {
191
190
  else
192
191
  printf " ${YELLOW}!${RESET} Chat build skipped — will build on first start\n"
193
192
  fi
194
- else
195
- printf " ${BLUE}✔${RESET} Chat interface ready\n"
196
193
  fi
197
194
 
198
195
  rm -rf "$TMPDIR"
199
196
 
200
197
  # Install dependencies inside ~/.fluxy/
198
+ printf " ${BLUE}↓${RESET} Installing dependencies...\n"
201
199
  (cd "$FLUXY_HOME" && "$NPM" install --omit=dev 2>/dev/null)
202
200
 
203
201
  # Verify
@@ -309,5 +307,5 @@ printf "\n"
309
307
  printf " ${PINK}>${RESET} Run ${BLUE}fluxy init${RESET} to begin.\n"
310
308
  printf " ${DIM}(Open a new terminal if 'fluxy' isn't found yet)${RESET}\n"
311
309
  printf "\n"
312
- printf " ${DIM}\033]8;;https://fluxy.bot\033\\https://fluxy.bot\033]8;;\033\\${RESET}\n"
310
+ printf " ${DIM}https://fluxy.bot${RESET}\n"
313
311
  printf "\n"