cherry-studio/src/main/services
亢奋猫 2d8555c326
fix(agents): inherit allowed_tools from Agent when creating Session (#11201)
When creating a Session under an Agent, the Session should inherit the Agent's allowed_tools configuration. Previously, the allowed_tools parameter was missing from the Session creation API call, causing inconsistency between Agent and Session configurations.

Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-10 18:44:33 +08:00
..
__tests__ chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
agents fix(agents): inherit allowed_tools from Agent when creating Session (#11201) 2025-11-10 18:44:33 +08:00
mcp/oauth fix(mcp): resolve OAuth callback page hanging and add i18n support (#11195) 2025-11-09 01:45:25 +08:00
memory chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
ocr refactor(config): centralize home directory constant to shared config (#11158) 2025-11-07 22:24:05 +08:00
remotefile chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
urlschema chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
AnthropicService.ts feat: add Anthropic OAuth settings UI and logic (#8905) 2025-09-05 17:43:20 +08:00
ApiServerService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
AppMenuService.ts feat(app-menu): add full i18n support and sync lanuage with app language settings (#11131) 2025-11-06 14:46:42 +08:00
AppService.ts refactor[Logger]: strict type check for Logger (#8363) 2025-07-23 13:24:03 +08:00
AppUpdater.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
BackupManager.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
CacheService.ts feat: add gemini files support 2025-01-07 16:49:11 +08:00
CodeToolsService.ts refactor(config): centralize home directory constant to shared config (#11158) 2025-11-07 22:24:05 +08:00
ConfigManager.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
ContextMenu.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
CopilotService.ts refactor(CopilotService): streamline token file handling and improve error management (#9552) 2025-08-26 14:33:47 +08:00
DxtService.ts refactor[Logger]: strict type check for Logger (#8363) 2025-07-23 13:24:03 +08:00
ExportService.ts feat: use oxlint to speed up lint (#10168) 2025-09-15 19:42:13 +08:00
FileStorage.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
FileSystemService.ts feat: ocr image to translate (#9423) 2025-08-26 00:21:26 +08:00
KnowledgeService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
LoggerService.ts refactor[Logger]: strict type check for Logger (#8363) 2025-07-23 13:24:03 +08:00
MCPService.ts refactor(config): centralize home directory constant to shared config (#11158) 2025-11-07 22:24:05 +08:00
MistralClientManager.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
NodeTraceService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
NotificationService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
NutstoreService.ts refactor: replace axios and node fetch with electron's net module (#9212) 2025-08-15 22:48:22 +08:00
ObsidianVaultService.ts fix: enhance Obsidian vault detection for multiple installation methods (#9821) 2025-09-03 15:08:59 +08:00
OvmsManager.ts refactor(config): centralize home directory constant to shared config (#11158) 2025-11-07 22:24:05 +08:00
PowerMonitorService.ts fix: add PowerMonitorService for system shutdown handling (#11115) 2025-11-04 18:56:09 +08:00
ProtocolClient.ts refactor[Logger]: strict type check for Logger (#8363) 2025-07-23 13:24:03 +08:00
ProxyManager.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
PythonService.ts refactor: remove main window dependency from PythonService and utilize WindowService for window management (#11116) 2025-11-03 13:09:40 +08:00
ReduxService.ts feat: Support Cherry Studio as a Service (CSaaS) (#8098) 2025-07-30 12:38:07 +08:00
S3Storage.ts fix(s3): add volces.com to virtual host suffix whitelist (#8824) 2025-08-04 18:20:08 +08:00
SearchService.ts fix: decode Bing redirect URLs in LocalBingProvider (#9593) 2025-08-27 21:34:01 +08:00
SelectionService.ts chore: update electron to 37.4.0 (#9692) 2025-08-30 20:09:02 +08:00
ShortcutService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
SpanCacheService.ts refactor(config): centralize home directory constant to shared config (#11158) 2025-11-07 22:24:05 +08:00
StoreSyncService.ts feat(SelectionAssistant): shortcut key to toggle on/off (#6983) 2025-06-11 13:32:49 +08:00
ThemeService.ts style: set eol to lf, code formatting (#7923) 2025-07-08 09:50:33 +08:00
TrayService.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
VersionService.ts feat: app's version history log (#11097) 2025-11-04 14:13:07 +08:00
VertexAIService.ts Feat/vertex-claude-support (#7564) 2025-07-24 23:46:32 +08:00
WebDav.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
WebSocketService.ts fix(aihubmix): fix default rules missing app code (#11100) 2025-11-02 17:03:05 +08:00
WebviewService.ts fix: prevent default behavior for Cmd/Ctrl+F in WebviewService (#10783) 2025-10-17 15:07:19 +08:00
WindowService.ts feat(ipc): add App_Quit channel and update related handlers 2025-09-23 19:49:41 +08:00