feat: linq number rename, tier+line model, upgrade command#37
Merged
Conversation
- "Blue Number" → "Linq Number" across all user-facing strings - Replace single "Account" label with two-axis "Tier" (Free/Paid) + "Line" (Shared/Dedicated). Server-side accountLabel unchanged; CLI maps for display. - New `linq upgrade` command — Free opens the upgrade URL, Paid shows Account-Manager contact info. Full --json support. - Banner moved to top of `linq init` and `linq login` (was sandwiched between prompts). - Drop the noisy "Profile:" line from login/init output. - Scoped post-signup / post-login messages per line type: Shared shows the contacts workflow, Free shows inbound-first reminder. - Signup "Get started" gains a `linq chats create` example so users discover the right command instead of guessing "linq send". - Capitalize "shared line" → "Shared line" in command descriptions and error messages. Drop internal "sandbox" wording from user-facing copy. - Preemptively read `email` from /cli/account-info; auto-populates in whoami once the backend ships email.
Collaborator
|
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Polish + new
linq upgradecommand for the 2.4.0 release. Most of the diff is display-layer: rename "Blue Number" to "Linq Number" everywhere, split the single "Account" label into the two-axis Tier (Free/Paid) + Line (Shared/Dedicated) model so users see what they have and what's gated by which axis.What changed
Blue Number→Linq Numberacross all user-facing strings.Account: Sharedlabel.whoamiJSON now exposestierandlineseparately.linq upgradecommand — Free opens https://linqapp.com/s/talk-to-an-expert; Paid shows the Account-Manager contact message. Full--jsonfor agents.linq init/linq login(was rendering mid-flow after the profile picker).Profile:line from login/init output (noise for the 95% ondefault).linq chats createexample added to signup "Get started" so users don't guesslinq send.chats/createerror (uses "Free line" instead)./cli/account-info— silently ignored until backend ships email.linq tokens showentry with a note about local-only storage.Test plan
npm run buildcleannpm test— 172/172 passinglinq upgradeFree path opens browser,linq upgrade(Paid path simulated) returns AM contact message + JSON variant