mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-20 15:38:18 -04:00
[PR #23] feat: add theme support and default model persistence #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/openwork/pull/23
Author: @MohtashamMurshid
Created: 1/17/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (4)
87e4c6ffeat: add theme support (light/dark/system)5c9389afeat: implement default model persistence and loading6b77179feat: add Gemini 3 Flash Preview modela05b464Merge upstream/main, resolve conflict in models.ts📊 Changes
8 files changed (+275 additions, -16 deletions)
View changed files
📝
src/renderer/src/App.tsx(+20 -2)📝
src/renderer/src/components/chat/ModelSwitcher.tsx(+2 -0)📝
src/renderer/src/components/settings/SettingsDialog.tsx(+42 -1)📝
src/renderer/src/components/sidebar/ThreadSidebar.tsx(+58 -3)📝
src/renderer/src/components/tabs/CodeViewer.tsx(+11 -4)📝
src/renderer/src/index.css(+52 -3)📝
src/renderer/src/lib/store.ts(+66 -0)📝
src/renderer/src/lib/thread-context.tsx(+24 -3)📄 Description
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.