y574444354
|
387029744d
|
Merge branch 'upstream/main' into main
同步上游主仓库最新代码,包含以下更新:
- feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288)
- build: CI 添加通过过滤
- fix: 解决 node 下 loading 按钮计算错误问题
- docs: 更新说明
- test: 修正 mock 的滥用情况
- fix: 修复 linux 端的安装问题
- feat: 重构供应商层次 (#286)
- Feat/integrate lint preview (#285)
- feat: 添加对 ACP 协议的支持 (#284)
- feat(langfuse): LLM generation 记录工具定义
- feat: 添加环境变量支持以覆盖 max_tokens 设置
- build: 新增 vite 构建流程
|
2026-04-17 17:59:48 +08:00 |
|
claude-code-best
|
c659912517
|
docs: 更新说明
|
2026-04-17 10:22:56 +08:00 |
|
claude-code-best
|
da60b49b86
|
fix: 修复类型问题(#267) (#271)
* fix: 修复 Bun 的 polyfill 问题
* fix: 类型修复完成
* feat: 统一所有包的类型文件
* fix: 修复构建问题
|
2026-04-16 11:07:01 +08:00 |
|
claude-code-best
|
1a4e9702c2
|
fix: 修复类型问题(#267) (#271)
* fix: 修复 Bun 的 polyfill 问题
* fix: 类型修复完成
* feat: 统一所有包的类型文件
* fix: 修复构建问题
|
2026-04-15 10:54:00 +08:00 |
|
y574444354
|
39d21d27c9
|
merge: sync upstream claude-code-best/claude-code main (dad3ad2)
同步上游主仓库最新代码,整合以下新功能:
- feat: 工具层及 mcp 大重构 (#252)
- feat: 远程群控 (#243)
- feat: 添加对 langfuse 监控的支持 (#242)
- feat: 完成第一个 mcp-chrome 接入版本
- feat: 添加模型 1M 上下文切换
- feat: langfuse 工具调用显示为嵌套结构
- feat: 加上 userId 的传递
- feat: Add Ultraplan Feature for Advanced Multi-Agent Planning (#232)
- feat: Add brave as alternative WebSearchTool
- fix: 修复 Bun.hash 不存在问题
- fix: 修复缓存
- fix: 修复 interrupt 日志不上传
- fix: 修复 chrome 链接版本
- fix: 使用简化版本的 chrome 桥接器
- fix: 修复 node 环境没有 bun 的问题
- fix: 修复穷鬼模式的写入问题
- fix: 修复对穷鬼模式的 auto dream 和 session memory 越过
- fix: 修复初次登陆的校验问题
- fix(openai): fix stop_reason null, zero usage fields and max_tokens forwarding
- chore: 1.3.3 版本
- docs: 添加浏览器说明支持
冲突解决策略:
- 保留 CoStrict 品牌、4.0.x 版本号、csc bin 命令
- 保留 CoStrict 企业认证体系和 Agent 编排
- 采用上游的 1M context、langfuse、chrome mcp、远程群控等新功能
- 采用上游的 getDialogConfig/promptIdentifier 模式
- 采用上游的 FORCE_INTERACTIVE TTY 修复
- 合并两者:保留 CoStrict 品牌名 + 上游新代码模式
|
2026-04-14 11:18:05 +08:00 |
|
claude-code-best
|
2fea429dc6
|
feat: 添加对 langfuse 监控的支持 (#242)
* docs: 更新类型检查的 CLAUDE.md
* feat: 添加模型 1M 上下文切换
* chore: remove prefetchOfficialMcpUrls call on startup
* docs: 添加 git commit 规范
* feat: 第一次接入 langfuse
* fix: 修复 generation 的计时的错误
* feat: 添加多 agent 的监控
* feat: 添加 /poor 省流模式,toggle 关闭 extract_memories 和 prompt_suggestion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: 修复 lock 文件
* chore: 更新类型依赖
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-11 22:07:38 +08:00 |
|
claude-code-best
|
6a9da9d546
|
docs: 添加 git commit 规范
|
2026-04-11 15:13:41 +08:00 |
|
claude-code-best
|
5beeebad59
|
docs: 更新类型检查的 CLAUDE.md
|
2026-04-11 15:13:41 +08:00 |
|
y574444354
|
6f233a6586
|
feat(costrict): add depthGuard agent and refine strictPlan/strictSpec workflow
- Add depthGuard agent for depth-limiting sub-agent orchestration
- Update strictPlan/strictSpec agents with improved task handling
- Refresh builtin skill registry
- Update builtInAgents with depthGuard integration
- Add nested-agent design docs and user guide
- Update README_EN with project documentation
|
2026-04-10 21:42:53 +08:00 |
|
y574444354
|
90908ba929
|
merge upstream/main: 同步上游更新并解决冲突
冲突解决策略:
- CLAUDE.md: 保留版本号 4.0.1 和品牌化(csc/claude-code-best),
采纳上游的 CI 信息、Ink 框架位置提醒、Type Safety Guidelines
- configs.ts: 保留 costrict provider,同时采纳上游新增的 grok provider
- ConsoleOAuthFlow.tsx: 保留简洁的 orgResult.message 写法
- contributors.svg: 使用上游版本
|
2026-04-10 10:57:02 +08:00 |
|
claude-code-best
|
875510e1eb
|
docs: update CLAUDE.md with architecture details and type safety guidelines
- Update build/dev mode descriptions to reflect current feature flags
- Add workspace packages table and multi-API compatibility layer docs
- Add Type Safety Guidelines section: prohibit `as any` in non-test code,
document proper alternatives (Record<string, unknown>, dual assertion,
type guards, specific SDK types)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-09 23:55:05 +08:00 |
|
y574444354
|
1c3e495c03
|
rebrand: 将 Claude Code 品牌改为 CoStrict
|
2026-04-09 17:14:39 +08:00 |
|
HitMargin
|
14dc54a093
|
gemini模型环境变量分离 provider指令支持切换gemini
|
2026-04-06 11:23:05 +08:00 |
|
HitMargin
|
eb6fbe518e
|
分离OpenAI和Anthropic模型的环境变量
|
2026-04-05 03:31:06 +08:00 |
|
claude-code-best
|
419d1e8bcc
|
docs: 更新 CLAUDE.md
|
2026-04-04 10:39:14 +08:00 |
|
claude-code-best
|
4a9e9185b1
|
docs: 更新文档
|
2026-04-03 20:23:51 +08:00 |
|
claude-code-best
|
47d88478c9
|
docs: 修正 feature 的正确用法
|
2026-04-02 21:37:30 +08:00 |
|
claude-code-best
|
006ad97fbb
|
test: 新增测试代码文件
|
2026-04-02 14:44:56 +08:00 |
|
claude-code-best
|
4c0a655a1c
|
feat: 大规模清理 claude 的类型问题及依赖
|
2026-03-31 22:21:35 +08:00 |
|