James Feng
88684f156b
fix: 重新生成 bun.lock 以包含 React Web UI 新依赖
...
CI 使用 --frozen-lockfile,package.json 加了 @radix-ui/*、@ai-sdk/react、
ai、jsqr、qrcode 等依赖后 bun.lock 未同步导致 Instal dependencies 失败
2026-06-05 00:35:30 +08:00
James Feng
3a542d4f50
feat(acp): 补充 promptConversion 模块 + 修复 build
...
- 从上流 c2ac9a74 拉取缺失的 promptConversion.ts 及测试
- build 586 文件通过,test 3551 (5 fail/1 error 基线一致)
- acp-link manager 以上游 CCB 最新版为准
2026-06-04 18:22:41 +08:00
James Feng
082f91aa80
feat: acp manager ( #304 )
...
* feat: acp 控制器第一版
* feat: acp-link 命令二合一
2026-06-04 18:15:31 +08:00
James Feng
e08b9b6e86
chore: 重新生成 bun.lock 修复 CI lockfile frozen 错误
2026-06-04 17:05:47 +08:00
James Feng
f7ab2c6202
chore: add husky pre-commit hook with lint-staged
2026-06-04 01:45:49 +08:00
James Feng
0174a8edca
chore(typecheck): tsc 基线 62→26,补 @agentclientprotocol/sdk,daemon 可用
...
变化:
- 添加 @agentclientprotocol/sdk@^0.19.0 依赖(Codex 操作)
- 修复 win32.ts 跨包导入 → 构建恢复(CC_Pure Linux stub)
- 固定 @stricli/core@1.2.6 消除部分 acp-link 类型错误(Codex 操作)
- ExecuteTool / searchExtraTools / udsClient / udsMessaging 类型补全
- tsc 错误:62 → 26(-58%)
- bun run build: ✅ 562 files
- bun test: ✅ 3346 pass / 4 fail / 2 errors / 4 skip
- strace: ✅ 零外连(遥测完全清除)
- daemon supervisor: ✅ 可用(需先信任 workspace)
剩余 26 个 tsc 错误全在 Bridge/UDS/TCP/ACP 远程控制层,
不影响本地 CLI + daemon 持久会话功能。
2026-06-02 11:12:38 +08:00
James Feng
a9e1a1e4d0
feat: merge 4 upstream improvements (effort + sideQuery routing + agent hints + plan/paste fixes)
...
- Copy @ant/model-provider package (Gemini/Grok/OpenAI converters)
- Add sideQueryViaGemini adapter for third-party provider routing
- Update prompts/claude/messages to clarify SearchExtraTools/ExecuteExtraTool
- Fix paste detection threshold for non-bracketed-paste terminals
- Strengthen Plan mode: mandatory FileRead, Explore agent guidance, exit attachment
- Add missing packages/tsconfig.json
Upstream commits: 7b52054f , e33b17bd , a05242ce , b67e9f9d
Build: 562 files, bun test: 3328 pass / 4 fail (pre-existing)
2026-06-02 02:29:54 +08:00
James Feng
69f7c8ff19
Merge Langfuse tracing integration
2026-06-01 19:52:12 +08:00
James Feng
39ba9a56fd
feat: pull in Vite build system + complete packages/builtin-tools/
...
- Add Vite as alternative build (vite.config.ts, scripts/vite-plugin-*)
- Add dab04af7 RSS fix (distRoot, ripgrep path, post-build)
- Pull in packages/builtin-tools/ (+354 files)
- Pull in packages/agent-tools/, mcp-client/, acp-link/, weixin/
- Copy defines.ts from upstream for Vite compatibility
- Update package.json with Vite scripts and deps
2026-06-01 18:18:03 +08:00
claude-code-best
2da6514095
feat: 支持自托管的 remote-control-server ( #214 )
...
* feat: 支持自托管的 remote-control-server (#214 )
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-04-09 17:40:50 +08:00
claude-code-best
e5782e732c
Revert "Revert "feat: 第一个可以用的 ink 组件抽象 ( #158 )" ( #175 )"
...
This reverts commit 88d4c3ba24 .
2026-04-07 16:17:48 +08:00
claude-code-best
88d4c3ba24
Revert "feat: 第一个可以用的 ink 组件抽象 ( #158 )" ( #175 )
...
This reverts commit c445f43f8d .
2026-04-07 15:05:03 +08:00
claude-code-best
c445f43f8d
feat: 第一个可以用的 ink 组件抽象 ( #158 )
2026-04-06 23:56:45 +08:00
unraid
96f6d2c7d5
feat: enable SHOT_STATS, PROMPT_CACHE_BREAK_DETECTION, TOKEN_BUDGET feature flags
...
Enable 3 verified compile-only feature flags in build.ts and dev.ts defaults:
- SHOT_STATS: local shot distribution statistics in /stats panel
- PROMPT_CACHE_BREAK_DETECTION: internal cache key change diagnostics
- TOKEN_BUDGET: support +500k syntax for minimum output token targets
All 3 flags verified by 6 parallel sub-agents + independent Codex CLI review.
Build passes (475 files), zero new test failures.
Also adds:
- docs/features/feature-flags-codex-review.md: Codex review findings
- Marks all enabled flags in feature-flags-audit-complete.md
- Adds openai dependency (needed for OpenAI compat layer)
2026-04-05 21:07:38 +08:00
claude-code-best
00b044e8b2
支持 OpenAI Chat 兼容协议 ( #99 )
...
* feat: 完成 openai 接口兼容
* feat: 完成 openai 协议兼容
* fix: 修复测试用例
2026-04-03 23:33:17 +08:00
claude-code-best
119518599e
feat: 更新 sentry 错误上报
2026-04-03 09:39:25 +08:00
claude-code-best
e48da3956c
feat: 修正 web search 工具
2026-04-03 00:47:37 +08:00
claude-code-best
0135ad99ad
chore: 更新 lock 文件
2026-04-01 09:54:12 +08:00
claude-code-best
c6491372d0
fix: 同步 lock 文件
2026-04-01 07:26:28 +08:00
claude-code-best
7e15974be9
feat: 实现 4 个 NAPI 包 — modifiers/image-processor/audio-capture/url-handler
...
- modifiers-napi: 使用 Bun FFI 调用 macOS CGEventSourceFlagsState 检测修饰键
- image-processor-napi: 集成 sharp 库,macOS 剪贴板图像读取 (osascript)
- audio-capture-napi: 基于 SoX/arecord 的跨平台音频录制
- url-handler-napi: 完善函数签名(保持 null fallback)
- 修复 image-processor 类型兼容性问题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 01:07:42 +08:00
claude-code-best
fac9341e73
feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除
...
- 修复所有 33 个原始 tsc 编译错误(ink JSX 声明、类型不匹配、null check 等)
- 清理 176 处 `: any` 类型标注,全部替换为具体推断类型
- 修复清理过程中引入的 41 个回归错误
- 最终结果:0 tsc 错误,0 个非注释 any 标注
- Build 验证通过(25.75MB bundle)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 01:00:10 +08:00
claude-code-best
d7a729ca68
feat: 完成第二版类型清理
2026-03-31 23:03:47 +08:00
claude-code-best
3d4cb096d1
feat: monorepo 构建完成
2026-03-31 21:21:46 +08:00
claude-code-best
8fc3ddb63a
feat: 补全依赖
2026-03-31 19:35:33 +08:00
claude-code-best
f90eee85d8
feat: build
2026-03-31 19:22:47 +08:00