[PR #114] [CLOSED] 01 #123

Closed
opened 2026-02-27 01:56:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ErlichLiu/DeepClaude/pull/114
Author: @DreamFate
Created: 4/25/2025
Status: Closed

Base: mainHead: aipotluck


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ErlichLiu/DeepClaude/pull/114 **Author:** [@DreamFate](https://github.com/DreamFate) **Created:** 4/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `aipotluck` --- ### 📝 Commits (1) - [`07c73fb`](https://github.com/ErlichLiu/DeepClaude/commit/07c73fb4698c2c74f8f021897d9ab895ed90e27e) 01 ### 📊 Changes **17 files changed** (+2014 additions, -444 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:56:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#123
No description provided.