Update repository metadata, fix logout in local mode, add starter credit display, fix low balance threshold, remove dead code, and add npm README - #13
Closed
cvl wants to merge 11 commits into
Closed
Conversation
cvl
commented
Aug 18, 2026
Contributor
- docs: fix quickstart flow, add npm README, set npm versions to 0.0.0
- refactor: remove unused StartWithCredentials
- refactor: remove unused country parameter from Run
- refactor: merge Run and RunWithConnect into single Run function
- fix: use server low_balance flag instead of hardcoded $0.50 threshold
- fix: starter credit message displayed with newline and bold
- fix: /logout uses correct config dir in local mode
- feat: display starter credit message on login (MKT-007)
- docs: update README copy and quickstart (MKT-003)
- chore: gitignore agent instruction files
- fix: update package and GoReleaser descriptions to approved positioning
Description: A proxied shell for terminal workflows. Open a session, connect a route, and run commands normally. Added npm keywords: automation, cli, command-line-tool, developer-tools, geo-testing, http-proxy, network-debugging, proxy, shell, terminal. Signed-off-by: contra <vytautas@civilis.lt>
- Opening: "Every terminal can be somewhere else" - Quickstart: show interactive mode + direct mode - How it works: simplified, link to compatibility matrix - Add local proxy mode subsection Ref: MKT-003
/logout was hardcoded to ~/.shellroute/config.toml. In local mode (~/.shellroute-mode=local) the config is at ~/.shellroute-local/. Now exports SHELLROUTE_CONFIG_DIR from config.Dir() and /logout reads it with fallback to ~/.shellroute. Signed-off-by: contra <vytautas@civilis.lt>
Signed-off-by: contra <vytautas@civilis.lt>
Signed-off-by: contra <vytautas@civilis.lt>
RunWithConnect was dead code (never called). Run now takes an optional country parameter for auto-connect. Signed-off-by: contra <vytautas@civilis.lt>
Signed-off-by: contra <vytautas@civilis.lt>
Signed-off-by: contra <vytautas@civilis.lt>
Signed-off-by: contra <vytautas@civilis.lt>
cvl
force-pushed
the
fix/repository-metadata
branch
from
August 18, 2026 12:00
cb056ec to
764815c
Compare
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.