chore: remove internal traces and hardcoded vendor endpoint - #9
Open
kbkb628 wants to merge 1 commit into
Open
Conversation
…titch project id, motion-pilot review) and drop hardcoded MiniMax anthropic default - pi-extension: Anthropic base URL override is now opt-in via ANTHROPIC_BASE_URL; no vendor-specific proxy is baked in - docs: coding-guide uses a generic project path; v2-plan labeled historical; design-comparison no longer references the internal Stitch project - artifacts/motion-pilot (internal design review + screenshots) removed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
清理仓库中不适合公开分发的内部痕迹,并移除环境特定的硬编码:
packages/pi-extension:删除硬编码的 MiniMax Anthropic 代理地址https://api.minimaxi.com/anthropic。Anthropic 的 baseUrl 覆盖改为纯 opt-in——仅当设置ANTHROPIC_BASE_URL环境变量或存在显式 provider overrides 时才注册;未配置时使用服务商标准端点。同步更新对应测试。docs/coding-guide.md:移除个人机器路径~/coding/agentdev/finagent,改为通用的cd folio。docs/v2-plan.md:标题由 "Internal Plan" 改为 "Historical Plan (superseded)"。docs/design-comparison.md:移除内部 Stitch 项目 ID(projects/4232596277189541114)。artifacts/motion-pilot/:删除内部设计评审记录及 19 张前后对比截图(约 1.9MB)。验证
tsc --noEmit干净bun test packages/pi-extension18 通过 / 0 失败如果 MiniMax 默认代理是有意为之(面向特定运行时),可以只合并文档清理部分——告诉我即可拆分。