Skip to content

v0.3.0

Choose a tag to compare

@mangit955 mangit955 released this 25 Jul 03:47
· 241 commits to main since this release

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 /login to authenticate with a supported AI provider without leaving the current session.
  • Added /logout to 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@latest

npm

npm install -g woopcode@latest