feat: v0.4.0 — setup improvements, dispatcher fixes, README screenshots#10
Merged
Oceanswave merged 5 commits intomainfrom Feb 3, 2026
Merged
feat: v0.4.0 — setup improvements, dispatcher fixes, README screenshots#10Oceanswave merged 5 commits intomainfrom
Oceanswave merged 5 commits intomainfrom
Conversation
…0.3.3 - Generate unique tescmd-<hex> app names for Tesla Developer Portal - Reorder setup phases: keys → registration → OAuth → enrollment - Warn when remote public key differs from local before Phase 2 - Require both Client ID and Client Secret with retry loops - Auto-save credentials to .env (remove save prompt) - --force regenerates the app name GUID suffix - Add in-process KeyServer for Tailscale Funnel during setup - Atomic tailscale serve + funnel via single CLI command - Add TailscaleManager.start_proxy() for reverse-proxy mode - Add fetch_tailscale_key_pem() in deploy module (CLI/HTTP isolation) - Use stop_funnel() instead of _run() for proper cleanup abstraction - Streamline enrollment messaging (QR code focus) - Update changelog with 0.3.2 and 0.3.3 entries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…mpat - Add tescmd_serve.png, tescmd_waypoints.png, tescmd_mcp.png to README - Accept both 'method' and 'command' keys in system.run dispatcher - Normalize list-typed method values from gateway bots - Increase footer logo width Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code |
- Cancel existing receive loop before starting new one in connect() - Reorder KeyServer port read before thread start - Rewrite README as concise marketing-quality copy (503→210 lines) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stop_funnel()abstraction in finally blockfetch_tailscale_key_pem)system.runaccepts bothmethodandcommandkeys, normalizes list-typed values from gateway botsTest plan
pytest tests/cli/test_auth.py tests/cli/test_setup.py tests/deploy/test_tailscale_serve.py -x -vpytest tests/openclaw/test_dispatcher.py -x -vruff check src/ tests/🤖 Generated with Claude Code