chore: settings and cowork cleanup#2284
Merged
fisherdaddy merged 5 commits intoJul 6, 2026
Merged
Conversation
fisherdaddy
commented
Jul 6, 2026
Collaborator
- refactor(settings): redesign model provider settings UI
- chore(cowork): remove home recent tasks card
- fix(cron): archive legacy cron files after doctor migration
- fix(python): hide console window when spawning python on Windows
- chore(vite): allow dev server port override via PORT env var
Extract the delete-confirmation dialog into its own component, add provider search/filter, and refine base URL / API format hints.
Drop the one-click resume card from the Cowork home view along with its unused translation key.
Previously the legacy jobs.json/jobs-state.json/runs/*.jsonl files were left in place after a successful doctor migration, so hasLegacyCronStorage() kept reporting legacy storage and re-triggering the doctor migration on every startup. Rename them with a .migrated suffix once migration succeeds.
Matches the windowsHide behavior already used by other spawn() calls in this codebase, avoiding a flashing console window on Windows.
electron:dev still pins 5175 via its --port CLI flag, which overrides server.port anyway; this only affects tooling that starts Vite directly and needs a free port.
This was referenced Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.