0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. superdesign
  2. /
  3. src
  4. /
  5. services
SsmhananAdd support for custom Anthropic API URL
368280d3创建于 2025年12月8日历史提交
文件最后提交记录最后更新时间
chatMessageService.ts
Merge pull request #13 from Csaba8472/claude-code-provider add claude code provider8 个月前
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 个月前