Tags: 9745155535/warp
Tags
openWarp preview build (修 lib/rust-genai gitignore)
style(app): 统一抑制未使用代码警告 上游裁剪后遗留一批孤立且暂时保留的未使用代码。为避免这些 未使用代码触发的编译/lint 报错(影响 CI),在 app 与 warpui_core 的 crate 顶部统一添加了抑制未使用代码的编译属性。该抑制为临时 措施,后续会逐步清理孤儿代码并移除该抑制。
refactor(blocklist): 移除人工智能响应评分及相关界面与埋点 移除了 AIBlockResponseRating 枚举、评分状态存储、以及点赞/点踩 按钮和对应的视图分支逻辑。同步删除了基于评分触发的请求逻辑和相关遥测事件定义与序列化分支。
byop: refine genai error mapping with Stream/Other variants
fix(byop): LRC tag-in 场景对 agent 工具自动 Accept,绕过 alt-screen 死锁 - blocklist/action_model: 新增 queue_actions_with_options(auto_accept), preprocess 完成后对每个 pending action 直接 execute_action (is_user_initiated=true),绕开 NeedsConfirmation 检查 - blocklist/controller: AfterStreamFinished 路径下,若 active_block 处于 tag-in 或已挂 cli subagent metadata(conv 匹配),走 auto_accept 分支 - chat_stream: sanitize_tool_call_pairs 补 placeholder 时增加 [byop-diag] 告警 - 其余文件:cargo fmt 重排,无功能改动 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
OpenWarp preview release 2026.04.30 首个公开 preview 构建 — macOS arm64/x86_64 + Windows x64,未签名。
PreviousNext