claude-code-best/src
林凯90331 1ef4182a9e fix(server): resolve merge conflicts with feat/server-refactor
- event.ts: combine /event endpoint with cwdFilter support,
  remove unused /global/event endpoint
- sessionHandle.ts: keep INIT_TIMEOUT_MS, emitOpencodeEvent,
  emitBusyStatus, toPermissionKey and extractPatterns

Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
2026-05-11 13:31:24 +08:00
..
__tests__ feat: 正式启用 auto mode (#307) 2026-04-20 10:20:27 +08:00
assistant feat: 添加服务层增强与零散改进 2026-04-22 22:38:10 +08:00
bootstrap chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
bridge merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
buddy fix: 构建时替换 feature flags,修复 CoStrict provider 递归解析,默认启用 BUDDY 2026-04-29 14:42:31 +08:00
cli feat(server/question): adapt question API to opencode-compatible format 2026-05-09 17:52:43 +08:00
commands feat(hub): migrate favorite command with auto-enable, real-time toggle and server refactor 2026-05-08 18:18:44 +08:00
components fix: 修复 sideQuery/模型选择在 CoStrict 和 OpenAI provider 下的问题 2026-04-29 18:02:53 +08:00
constants chore: rebrand to CoStrict/csc for 4.0.13-beta.0 2026-04-29 10:34:29 +08:00
context chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
coordinator feat: 工具层及 mcp 大重构 (#252) 2026-04-13 09:52:05 +08:00
costrict feat(hub): migrate favorite command with auto-enable, real-time toggle and server refactor 2026-05-08 18:18:44 +08:00
daemon Feat/integrate lint preview (#285) 2026-04-16 20:59:29 +08:00
entrypoints fix: 修复 sideQuery/模型选择在 CoStrict 和 OpenAI provider 下的问题 2026-04-29 18:02:53 +08:00
environment-runner feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
hooks merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
jobs Feat/integrate lint preview (#285) 2026-04-16 20:59:29 +08:00
keybindings merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
memdir Fixture/langfuse record auto mode data error (#308) 2026-04-20 13:30:05 +08:00
migrations chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
moreright 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
native-ts/file-index fix: resolve dependency audit findings precisely (#361) 2026-04-26 19:49:54 +08:00
outputStyles feat: build 2026-03-31 19:22:47 +08:00
plugins feat: 接入内建 weixin channel(同 #301 重构版本) (#303) 2026-04-19 21:33:27 +08:00
proactive Feat/integrate lint preview (#285) 2026-04-16 20:59:29 +08:00
query fix: 修复对穷鬼模式的 auto dream 和 session memory 越过 2026-04-12 23:24:12 +08:00
remote feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-04-17 16:21:27 +08:00
schemas chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
screens merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
self-hosted-runner feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
server fix(server): resolve merge conflicts with feat/server-refactor 2026-05-11 13:31:24 +08:00
services refactor(rawDump): prevent 429 with queue + batch worker 2026-05-07 21:45:20 +08:00
skills merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
ssh feat: 实现 SSH Remote — 本地 REPL + 远端工具执行 2026-04-24 14:25:56 +08:00
state fix: resolve dependency audit findings precisely (#361) 2026-04-26 19:49:54 +08:00
tasks merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
types merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
upstreamproxy feat: 问就是封包 2026-03-31 23:32:58 +08:00
utils feat(server): opencode-compatible question/permission with AskUserQuestion popup support 2026-05-11 12:54:44 +08:00
vim feat: build 2026-03-31 19:22:47 +08:00
voice feat: 集成豆包 ASR 语音识别后端,支持 /voice doubao 切换 (#357) 2026-04-25 13:57:30 +08:00
commands.ts feat(hub): migrate favorite command with auto-enable, real-time toggle and server refactor 2026-05-08 18:18:44 +08:00
context.ts feat: build 2026-03-31 19:22:47 +08:00
cost-tracker.ts feat: ACP 协议版本 remote control (#293) 2026-04-18 21:54:22 +08:00
costHook.ts feat: build 2026-03-31 19:22:47 +08:00
dialogLaunchers.tsx chore: 添加脚本与构建配置更新 2026-04-22 22:38:10 +08:00
history.ts feat: 添加服务层增强与零散改进 2026-04-22 22:38:10 +08:00
interactiveHelpers.tsx merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
main.tsx feat(hub): migrate favorite command with auto-enable, real-time toggle and server refactor 2026-05-08 18:18:44 +08:00
projectOnboardingState.ts 品牌名称微调 2026-04-10 23:13:43 +08:00
query.ts refactor(rawDump): prevent 429 with queue + batch worker 2026-05-07 21:45:20 +08:00
QueryEngine.ts fix: 中断对话时添加 is_interrupted 标记并优化 abort 响应速度 2026-05-09 16:37:03 +08:00
replLauncher.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
setup.ts feat(hub): migrate favorite command with auto-enable, real-time toggle and server refactor 2026-05-08 18:18:44 +08:00
Task.ts feat: build 2026-03-31 19:22:47 +08:00
tasks.ts feat: build 2026-03-31 19:22:47 +08:00
Tool.ts feat: 增强 auto mode 的易用性 (#312) 2026-04-20 21:13:09 +08:00
tools.ts merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00