mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-20 15:38:18 -04:00
[PR #39] [CLOSED] feat: add DeepSeek provider support and settings UI #47
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/39
Author: @warrofua
Created: 1/21/2026
Status: ❌ Closed
Base:
main← Head:deepseek-clean📝 Commits (1)
cfdd8e9feat: add deepseek support, settings access, and model persistence📊 Changes
15 files changed (+642 additions, -21 deletions)
View changed files
➕
src/main/agent/deepseek-model.ts(+192 -0)📝
src/main/agent/runtime.ts(+50 -5)📝
src/main/ipc/models.ts(+29 -1)📝
src/main/storage.ts(+1 -0)📝
src/main/types.ts(+1 -1)📝
src/preload/index.d.ts(+4 -0)📝
src/preload/index.ts(+8 -0)📝
src/renderer/src/components/chat/ApiKeyDialog.tsx(+2 -1)📝
src/renderer/src/components/chat/ContextUsageIndicator.tsx(+4 -0)📝
src/renderer/src/components/chat/ModelSwitcher.tsx(+14 -1)➕
src/renderer/src/components/settings/SettingsDialog.tsx(+265 -0)📝
src/renderer/src/components/sidebar/ThreadSidebar.tsx(+24 -10)➕
src/renderer/src/components/ui/switch.tsx(+30 -0)📝
src/renderer/src/lib/thread-context.tsx(+17 -1)📝
src/renderer/src/types.ts(+1 -1)📄 Description
Summary
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.