mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #114] [CLOSED] 01 #123
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/ErlichLiu/DeepClaude/pull/114
Author: @DreamFate
Created: 4/25/2025
Status: ❌ Closed
Base:
main← Head:aipotluck📝 Commits (1)
07c73fb01📊 Changes
17 files changed (+2014 additions, -444 deletions)
View changed files
➕
.vscode/extensions.json(+3 -0)📝
app/clients/__init__.py(+2 -2)📝
app/clients/base_client.py(+6 -7)📝
app/clients/claude_client.py(+140 -84)📝
app/clients/deepseek_client.py(+9 -10)📝
app/clients/openai_compatible_client.py(+32 -11)📝
app/deepclaude/deepclaude.py(+27 -45)📝
app/main.py(+85 -47)📝
app/manager/model_manager.py(+157 -186)📝
app/model_manager/model_configs.json(+3 -4)📝
app/openai_composite/openai_composite.py(+9 -18)➕
app/singlemodel/__init__.py(+3 -0)➕
app/singlemodel/single_model.py(+289 -0)📝
app/utils/auth.py(+8 -30)➕
app/utils/db_manager_pool.py(+830 -0)➕
app/utils/db_pool.py(+317 -0)➕
app/utils/model_cache.py(+94 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.