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
rw config doctor— setup diagnostics for verifying CLI configuration
0.10.1 - 2026-04-28
jsonapi: defaultResourcerelationships toserde_json::Value
0.10.0 - 2026-04-27
- Global
-A/--auth=<name>flag to override the credential-source profile for a single invocation;--profilecontinues to control organization, stage, base URL, and defaults
0.9.0 - 2026-04-08
rw skills install— install an agent skill from a URL or local pathrw artifacts list— list all artifactsrw clinicians show— show a clinician by UUID or email
0.8.0 - 2026-04-07
rw teams list— list all teamsrw teams show— show a team by UUIDrw roles list— list all rolesrw roles show— show a role by UUIDrw workspaces list— list all workspacesrw workspaces show— show a workspace by UUIDrw configsupports default config values
0.7.0 - 2026-04-05
⚠️ rw clinicians assignis renamed torw clinicians grant
rw clinicians assign— assign a clinician to a team by UUID or emailrw clinicians register— register a new clinician by email and namerw clinicians update— update a clinician attribute by UUID, email, or "me"
0.6.0 - 2026-04-05
rw apisupports dot-path keys for--field(e.g.--field data.attributes.name=Alice)
0.5.0 - 2026-03-31
⚠️ rw profiles,rw profile, andrw basic setcommands are replaced byrw config profile *rw config profile list— list all configured profilesrw config profile show— show the active profilerw config profile use <name>— set default profilerw config profile add <name>— add a profile (new--useflag sets it as default)rw config profile rm <name>— remove a profilerw config profile set <name>— update organization or stage for a profilerw config profile auth <name>— store basic auth credentials for a profile
⚠️ rw basic setis replaced byrw config profile auth <name>
rw config updates show— show current auto-update settingrw config updates enable— enable automatic updatesrw config updates disable— disable automatic updates
0.4.1 - 2026-03-31
- Record version change after update
0.4.0 - 2026-03-30
- Version check on startup notifies when a newer release is available
- Automatic self-update via
rw update
0.3.1 - 2026-03-30
- Clinician prepare refers to team name not abbreviation
0.3.0 - 2026-03-30
- Auth cache files are now stored as
auth/{profile}.json(previouslyauth/{org}-{stage}.json)
- One-time migration on first run automatically renames existing auth files to the new format
0.2.0 - 2026-03-30
- Config directory can now be set at runtime
- Clinician commands:
enable,disable,assign, andprepare - Basic auth commands:
set
0.1.0 - 2026-03-29
- Initial release of the
rwCLI tool