goose icon indicating copy to clipboard operation
goose copied to clipboard

fix: use current working directory as default for session metadata

Open s-soroosh opened this issue 7 months ago • 0 comments

  • Fixes https://github.com/block/goose/issues/2790

Previously, when a session had no messages or an invalid working directory, it would default to the home directory. This changes the behavior to use the current working directory instead, which I think is more intuitive and matches user expectations.

Questions

  • Is there any drawback to use cwd as the default working directory instead of home directory?

s-soroosh avatar Jun 05 '25 15:06 s-soroosh