[PR #2443] fix: default to last used model #10313

Closed
opened 2026-02-16 18:14:56 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2443

State: closed
Merged: Yes


fixes: #2439, #736

The thing is we can't use the bun toml parser directly because it breaks for all date / time values that aren't wrapped in strings.

These values are valid TOML tho, see: https://toml.io/en/v1.0.0#offset-date-time

I filed a bug report in bun repo to track support for date / time things

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2443 **State:** closed **Merged:** Yes --- fixes: #2439, #736 **The thing is we can't use the bun toml parser directly because it breaks for all date / time values that aren't wrapped in strings.** These values are valid TOML tho, see: https://toml.io/en/v1.0.0#offset-date-time I filed a bug report in bun repo to track support for date / time things
yindo added the pull-request label 2026-02-16 18:14:56 -05:00
yindo closed this issue 2026-02-16 18:14:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10313