Skip to content

Latest commit

 

History

History
143 lines (91 loc) · 4.42 KB

File metadata and controls

143 lines (91 loc) · 4.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.11.0 - 2026-04-28

Added

  • rw config doctor — setup diagnostics for verifying CLI configuration

0.10.1 - 2026-04-28

Fixed

  • jsonapi: default Resource relationships to serde_json::Value

0.10.0 - 2026-04-27

Added

  • Global -A/--auth=<name> flag to override the credential-source profile for a single invocation; --profile continues to control organization, stage, base URL, and defaults

0.9.0 - 2026-04-08

Added

  • rw skills install — install an agent skill from a URL or local path
  • rw artifacts list — list all artifacts
  • rw clinicians show — show a clinician by UUID or email

0.8.0 - 2026-04-07

Added

  • rw teams list — list all teams
  • rw teams show — show a team by UUID
  • rw roles list — list all roles
  • rw roles show — show a role by UUID
  • rw workspaces list — list all workspaces
  • rw workspaces show — show a workspace by UUID
  • rw config supports default config values

0.7.0 - 2026-04-05

Changed

  • ⚠️ rw clinicians assign is renamed to rw clinicians grant

Added

  • rw clinicians assign — assign a clinician to a team by UUID or email
  • rw clinicians register — register a new clinician by email and name
  • rw clinicians update — update a clinician attribute by UUID, email, or "me"

0.6.0 - 2026-04-05

Added

  • rw api supports dot-path keys for --field (e.g. --field data.attributes.name=Alice)

0.5.0 - 2026-03-31

Changed

  • ⚠️ rw profiles, rw profile, and rw basic set commands are replaced by rw config profile *
    • rw config profile list — list all configured profiles
    • rw config profile show — show the active profile
    • rw config profile use <name> — set default profile
    • rw config profile add <name> — add a profile (new --use flag sets it as default)
    • rw config profile rm <name> — remove a profile
    • rw config profile set <name> — update organization or stage for a profile
    • rw config profile auth <name> — store basic auth credentials for a profile
  • ⚠️ rw basic set is replaced by rw config profile auth <name>

Added

  • rw config updates show — show current auto-update setting
  • rw config updates enable — enable automatic updates
  • rw config updates disable — disable automatic updates

0.4.1 - 2026-03-31

Fixed

  • Record version change after update

0.4.0 - 2026-03-30

Added

  • Version check on startup notifies when a newer release is available
  • Automatic self-update via rw update

0.3.1 - 2026-03-30

Fixed

  • Clinician prepare refers to team name not abbreviation

0.3.0 - 2026-03-30

Changed

  • Auth cache files are now stored as auth/{profile}.json (previously auth/{org}-{stage}.json)

Added

  • One-time migration on first run automatically renames existing auth files to the new format

0.2.0 - 2026-03-30

Added

  • Config directory can now be set at runtime
  • Clinician commands: enable, disable, assign, and prepare
  • Basic auth commands: set

0.1.0 - 2026-03-29

Added

  • Initial release of the rw CLI tool