Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
6f0824138c4e8c88db5ffa8610b0dfe5904f411f
superdesign
/
src
/
services
下载当前目录
S
smhanan
Add support for custom Anthropic API URL
368280d3
创建于
2025年12月8日
历史提交
文件
最后提交记录
最后更新时间
chatMessageService.ts
Merge pull request #13 from Csaba8472/claude-code-provider add claude code provider
8 个月前
claudeCodeService.ts
add claude code provider
10 个月前
customAgentService.ts
Add support for custom Anthropic API URL This adds the ability to use local proxies or custom Anthropic API endpoints (e.g., localhost:4000) for development and testing purposes. Changes: - Add superdesign.anthropicUrl configuration setting to package.json - Update customAgentService.ts to support custom Anthropic URLs - Conditionally include Helicone headers only when using default URL When a custom Anthropic URL is configured, the extension will: 1. Use the custom URL instead of the default Helicone endpoint 2. Skip adding Helicone authentication headers 3. Log the custom URL being used for debugging This is particularly useful for: - Using local Claude API proxies (ccproxy-api, etc.) - Testing with custom API endpoints - Development and debugging scenarios 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 个月前
logger.ts
Refactor logging to use centralized Logger service across extension. Replace console outputs with Logger methods for improved consistency and control over log levels. Initialize Logger in the activation process and ensure proper disposal on deactivation.
10 个月前