goose
goose copied to clipboard
fix: use current working directory as default for session metadata
- 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?