Skip to content

Raven 0.1.1

Choose a tag to compare

@cyfyifanchen cyfyifanchen released this 01 Jul 06:24
7d337c1

Raven 0.1.1 is a patch release focused on making the public install path reliable after v0.1.0, with TUI, onboarding, security dependency, and documentation updates from the June 30 to July 1 work.

Highlights

  • Fix the public install flow so remote installs resolve the latest GitHub Release wheel instead of installing from git without the bundled TUI artifact.
  • Bundle oauth-cli-kit as a runtime dependency so OAuth provider onboarding works from the published wheel.
  • Fix onboarding back navigation from provider selection to language selection.
  • Ship the TUI light/dark detection overhaul, brand-yellow theme tuning, and cursor color handling.
  • Remove internal defaults from configuration and update vulnerable Python, bridge, and TUI dependencies, including ws security updates.
  • Add repo-wide lint and pre-commit configuration foundations without reformatting the tree in this release.
  • Polish README onboarding in English and Chinese, add native Windows installer coverage, and document the 12 gateway adapters.

Install

curl -fsSL http://raven.evermind.ai/install.sh | bash

Then reload your shell and run:

raven onboard

Release Status

  • Version: 0.1.1
  • Tag: v0.1.1
  • Stability: public preview patch
  • Assets: wheel and source distribution attached to this release

Notes

  • Raven is still pre-1.0; CLI surfaces, plugin contracts, and runtime internals may continue to evolve.
  • PyPI publishing is not enabled yet; the supported public install path uses the GitHub Release wheel asset.