v0.3.0
Woopcode v0.3.0
This release introduces built-in authentication commands, making it easier to manage AI providers directly from within the Woopcode CLI.
✨ What's New
Slash Commands
- Added
/loginto authenticate with a supported AI provider without leaving the current session. - Added
/logoutto securely remove the current provider credentials from your local configuration.
Usage
Authenticate with a provider:
/login
Sign out and remove the configured credentials:
/logout
Improvements
- Authentication can now be managed entirely through slash commands.
- Improved CLI workflow with a more consistent command experience.
- No need to leave the interactive session to log in or log out.
📦Install or Update
Bun
bun add -g woopcode@latestnpm
npm install -g woopcode@latest