Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
6f0824138c4e8c88db5ffa8610b0dfe5904f411f
superdesign
/
src
下载当前目录
S
smhanan
Add support for custom Anthropic API URL
368280d3
创建于
2025年12月8日
历史提交
文件
最后提交记录
最后更新时间
assets
Update package.json, README.md, and assets for SuperDesign extension - Changed the description and publisher in package.json. - Added keywords and updated categories in package.json. - Introduced new icon files (icon.png and icon.svg) for the extension. - Revised README.md to credit the authors and updated a quote format. - Adjusted activation message in extension.ts for user clarity.
10 个月前
providers
Prepare deprecation version 0.0.12 for iganbold publisher - Update displayName to "superdesign (DEPRECATED)" - Add deprecation notice to README with link to new extension - Update description with migration link - Revert publisher to iganbold for final deprecation release - Update Supabase credentials to new database - Change default AI model to Claude 4 Sonnet - Update extension logos 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 个月前
services
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 个月前
templates
Update package version to 0.0.6, add asset copying functionality in esbuild.js, and enhance Content Security Policy in webview templates for improved security.
10 个月前
tools
Theme preview
10 个月前
types
simplify message structure to use vercel ai sdk message
10 个月前
webview
Prepare deprecation version 0.0.12 for iganbold publisher - Update displayName to "superdesign (DEPRECATED)" - Add deprecation notice to README with link to new extension - Update description with migration link - Revert publisher to iganbold for final deprecation release - Update Supabase credentials to new database - Change default AI model to Claude 4 Sonnet - Update extension logos 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 个月前
extension.ts
Revert to SuperdesignDev publisher for ongoing development - Restore original README - Update publisher back to SuperdesignDev - Update extension name to superdesign-official - Update displayName to "Superdesign Dev" - Maintain version 0.0.14 Deprecation version 0.0.13 published successfully via GitHub Actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 个月前