Skip to content

Releases: workcheats/wcheats-releases

wcheats v0.2.0 — Public Beta

Choose a tag to compare

@workcheats workcheats released this 11 Jul 14:44

WorkCheats CLI v0.2.0 — Public Beta

This draft contains the tier-aware WorkCheats CLI Public Beta release candidate.

Access model

  • Free: no usable CLI access
  • Starter: read-only CheatSheet access
  • Pro / Enterprise: CheatSheets, Sessions and terminal-output routing

Workflow browsing is not part of the Public Beta.

Highlights

  • Production API default: https://www.workcheats.com
  • Device-code and personal-token authentication
  • Read-only Starter access
  • Pro session and output workflows
  • Safe local credential permissions
  • Standalone Linux x86_64 executable
  • No system Node.js requirement
  • No command or script execution

Source provenance

Monorepo source commit: d1f565b437d2bd29b57788b41659aaff961d9825

Validation

  • CLI tests: 240 passed
  • Focused CLI pgTAP: 134 passed
  • Typecheck: passed
  • Lint: passed with zero errors
  • Production build: passed
  • Linux packaging smoke: passed
  • Checksums: passed

Draft status

This release is not yet public.

Final PRD tier QA, licence confirmation and downloaded-asset QA must pass
before publication.

wcheats v0.1.0

Choose a tag to compare

@workcheats workcheats released this 10 Jul 18:09
94436c9

Linux x86_64 public beta release.

Artifacts:

  • wcheats-0.1.0-linux-x86_64.tar.gz
  • SHA256SUMS

Install:
tar -xzf wcheats-0.1.0-linux-x86_64.tar.gz
chmod +x wcheats
sudo mv wcheats /usr/local/bin

Verify:
sha256sum -c SHA256SUMS

Known limitations:

  • Linux x86_64 only.
  • No auto-update.
  • wcheats never executes commands.
  • Use 'wcheats auth token --stdin' or 'wcheats auth login'.