Skip to content

RepoPilot Bridge v3.8.10

Choose a tag to compare

@Yahor777 Yahor777 released this 05 Jul 16:46

Highlights

  • Added Tailscale login/start flow from RepoPilot settings via tailscale up.
  • Session startup now offers to run tailscale up when Tailscale is selected but not ready.
  • Tailscale Funnel now starts with --yes and explicit http://127.0.0.1: target to avoid hidden interactive prompts.
  • Tailscale URL wait is shorter and returns an actionable hint instead of looking stuck.
  • Bumped bootstrap links and API version to 3.8.10.

Validation

  • PowerShell parser passed for all scripts.
  • Python py_compile passed for server/repo_tools.py.
  • git diff --check passed.
  • Targeted Tailscale CLI test verified tailscale up and funnel --yes http://127.0.0.1: arguments.
  • Session history cleanup regression test passed.
  • Full doctor.ps1 -NoPause passed.
  • scripts/Test-RepoToolsDoctor.ps1 passed.

Notes

  • This follows Tailscale CLI docs: tailscale up authenticates/connects the device, and tailscale funnel supports --yes and local HTTP targets.