Skip to Content

Install

brew install block/goose/goose

For other platforms, see the Goose documentation .

Launch

Open a terminal with ++1, then start a session:

goose session start
Terminal
$ goose session start
Starting Goose session...
Model: gpt-4o
 
$ Refactor the database layer to use connection pooling
✓ Updated src/db/pool.ts
✓ Updated src/db/connection.ts
$

Start a named session so you can return to it later:

goose session start --name my-feature

Resume it in any subsequent terminal:

goose session resume --name my-feature

List all saved sessions with goose session list.

Last updated on