feat: self-hosted local server + new AI tools (crush, gemini, vibe)#49
Open
B-A-M-N wants to merge 8 commits into
Open
feat: self-hosted local server + new AI tools (crush, gemini, vibe)#49B-A-M-N wants to merge 8 commits into
B-A-M-N wants to merge 8 commits into
Conversation
Stop reconnect loop when server closes connection with pairing_expired (1008). Treat it same as session_not_found — exit cleanly with instructions to restart. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds two new AI tool configurations: - openclaude: Claude Code with custom API key profile 1 - openclaude2: Claude Code with custom API key profile 2 These allow users to run multiple Claude Code instances with different API key profiles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add termly-local-server integration (server command for start/stop/launch) - Add crush, gemini (TUI), and vibe AI tools to registry - Fix local mode port to 3001 (avoid WhatsApp bridge conflict) - Use LAN IP in QR code for mobile connectivity - Auto-set TERMLY_ENV=local in launch flow - One-command launcher: termly-server start
Include the local relay server in the fork so users can self-host termly without depending on the dead termly.dev service. Co-Authored-By: OWL <<EMAIL>>
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
The official termly.dev server is offline. This PR bundles termly-local-server/, a self-hosted relay server that implements the same WebSocket protocol so the Termly mobile app works over LAN without any cloud dependency.
What's Added
termly-local-server/
CLI Changes
New AI Tools
Usage
npm install -g @termly-dev/cli
termly-server start
Scan QR code with Termly mobile app. Done.