AI Badger v0.7.0: Codex session continuation and easier cross-model handoffs #20
ejboy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
AI Badger v0.7.0 is now available. This release makes it easier to carry useful Codex conversation context into a normal Badger workflow.
Continue from Codex sessions
Run
badger continuein a project directory to choose from recent Codex sessions when no.badger-handofffile is present. You can also select Codex explicitly or provide a session ID withbadger continue --agent codex --session <session-id>.Badger imports bounded conversation text as a removable startup attachment, seeds an editable continuation goal, and prepares current repository context through its usual workflow. This transfers task history into a normal web chat; it does not restore Codex tool state or approvals.
Install or update
Homebrew:
For a fresh install, run
brew install pvrlabs/tap/badger.Tagged curl installer:
curl -fsSL https://raw.githubusercontent.com/PVRLabs/aibadger/v0.7.0/install.sh | BADGER_VERSION=v0.7.0 shPlease share feedback in Discussions or report a bug.
All reactions