aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/src/components/settings/ModelSettings.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: Thread optional `phase` param into `db/sessions.ts::cre… (+7 more)bndw2026-03-041-14/+142
| | | | | | | | | | | - ✅ Thread optional `phase` param into `db/sessions.ts::createSession()` - ✅ Thread optional `phase` param into `ipc/handlers.ts` sessions:create handler - ✅ Thread optional `phase` param into `preload.ts` createSession API - ✅ Update Plan phase system prompt to gracefully handle missing research.md - ✅ Update Implement phase system prompt to gracefully handle missing plan.md - ✅ Create `renderer/src/components/NewSessionModal.tsx` - ✅ Update `App.tsx`: add modal state, split handler, add modal JSX - ✅ Add modal CSS to `globals.css`
* feat(settings): add configurable model selectionClawd2026-03-011-0/+94
- Add Model settings section with free-text input for model override - Pass configured model through to SDK query() calls - Display active model badge in ActionBar next to token usage - Seed model state from DB on mount, update from system:init events - Empty/unset value uses SDK default (no breaking change)