-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
p2Priority 2 - MediumPriority 2 - Medium
Description
Describe the bug
The --name flag for goose session and goose run commands is broken. When used without --resume, it incorrectly searches for an existing session instead of creating a new session with the specified name which used to work and has regressed
This seems to have been introduced in #4648, and I touched on this in #4937 but didn't address the core bug 😅
To Reproduce
- Run:
goose session --name test-session - Observe error: "No session found with name 'test-session'"
Expected behavior
- A new session should be created with description field set to "test-session"
- The session ID should be auto-generated in the format
YYYYMMDD_X - The user can later resume this session using
goose session -r --name test-session
Please provide following information:
- OS & Arch: Darwin (Sequoia 15.6.1) arm64
- Interface: CLI
- Version: unreleased, built off latest main
- Extensions enabled:
computercontroller,developer - Provider & Model: Databricks + Claude Sonnet 4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p2Priority 2 - MediumPriority 2 - Medium