Will Pfleger

Results 10 comments of Will Pfleger

yeah that's fair! the reason behind this was to have goose automatically backup the session DB before migrations are applied, and to have the ability to restore if necessary. I've...

@alexhancock sounds good! just to clarify - the [script](https://github.com/block/goose/blob/main/scripts/goose-db-helper.sh) already exists and this was my attempt at replacing it by building the functionality into goose

@dianed-square great catch thank you! just updated those feature docs and a couple more places I found while testing

that would be awesome! I'll have some bandwidth to look into this next week, but if there's already prior art or work in-flight even better!

@DOsinga / @zanesq I took a stab at implementing this in #5882 which builds on top of that copy session primitive - wondering what you think!

I just opened #5680 before I realized this draft PR was already open for this, FWIW I am definitely in favor of running a login shell bc I've found the...

FWIW you can still still set this in your `~/.claude/settings.json`: ``` "model": "opusplan" ``` And it still works normally with Opus for plan and Sonnet for act... I'm guessing it...

It seems like the UI is more buggy than I initially noticed... I may have an idea what's going on here by inspecting the debug logs from my custom [statusline...

I just confirmed that if I set `opusplan` in `settings.json`, but remove `"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-20250514"`, then plan mode still uses Opus 4.1 but act mode now uses Sonnet 4.5 instead of...

@DOsinga @zanesq just simplified the PR based your feedback, what do y'all think now? I named this "fork" since that's what Claude Code calls the equivalent functionality I'm trying to...