Skip to content

Tags: 9745155535/warp

Tags

v0.2026.05.07.0850

Toggle v0.2026.05.07.0850's commit message
ci(release): 精简发布流水线至单平台构建

- 仅保留 macOS x86_64 平台的构建任务,移除 Windows 和 Linux 构建
- 调整构建策略,避免多平台构建导致的时间过长与资源浪费
- 修改发布任务依赖,仅等待 macOS 构建成功后发布
- 更新注释,说明发布流程和限制
- 保留原有的环境准备与配置策略,确保构建稳定性

v2026.05.03.preview.4

Toggle v2026.05.03.preview.4's commit message
v2026.05.03.preview.4: 修复 Windows 任务栏透明图标

v2026.05.03.preview.3

Toggle v2026.05.03.preview.3's commit message
openWarp preview build (修 lib/rust-genai gitignore)

v2026.05.03.preview.2

Toggle v2026.05.03.preview.2's commit message
style(app): 统一抑制未使用代码警告

上游裁剪后遗留一批孤立且暂时保留的未使用代码。为避免这些
未使用代码触发的编译/lint 报错(影响 CI),在 app 与 warpui_core
的 crate 顶部统一添加了抑制未使用代码的编译属性。该抑制为临时
措施,后续会逐步清理孤儿代码并移除该抑制。

v2026.05.03.preview

Toggle v2026.05.03.preview's commit message
refactor(blocklist): 移除人工智能响应评分及相关界面与埋点

移除了 AIBlockResponseRating 枚举、评分状态存储、以及点赞/点踩
按钮和对应的视图分支逻辑。同步删除了基于评分触发的请求逻辑和相关遥测事件定义与序列化分支。

v2026.05.02.preview

Toggle v2026.05.02.preview's commit message
byop: refine genai error mapping with Stream/Other variants

v2026.05.01.preview

Toggle v2026.05.01.preview's commit message
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>

v2026.04.30.preview

Toggle v2026.04.30.preview's commit message
OpenWarp preview release 2026.04.30

首个公开 preview 构建 — macOS arm64/x86_64 + Windows x64,未签名。