Skip to content

fix: Replace hallucinated repeater admin commands with real ones#78

Merged
cwill747 merged 1 commit into
mainfrom
repeater-admin-wrong
May 19, 2026
Merged

fix: Replace hallucinated repeater admin commands with real ones#78
cwill747 merged 1 commit into
mainfrom
repeater-admin-wrong

Conversation

@cwill747
Copy link
Copy Markdown
Owner

Summary

  • Replaced quick command buttons (status, ver, neighbors, help, log) with commands matching the official MeshCore app: neighbors, telemetry, reboot, ver
  • Removed hallucinated mock CLI responses (status, help, clock, advert, log) and added telemetry
  • Fixed neighbors mock data to show "0 hops" (zero hop neighbours) matching official app description

Test plan

  • pytest tests/integration/test_repeater_admin.py tests/unit/test_repeater_store.py — 13 passed
  • Run in mock mode (MESHCORE_MOCK=1 ./scripts/run-dev.sh) and verify console tab buttons match: neighbors, telemetry, reboot, ver

🤖 Generated with Claude Code

The quick command buttons (status, ver, neighbors, help, log) were
guesses that don't match actual MeshCore repeater firmware commands.
Replaced with the set from the official app: neighbors, telemetry,
reboot, ver.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cwill747 cwill747 merged commit 2a4f141 into main May 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant