v0.8.0
中文
基于 v0.7.17..v0.8.0 的提交整理。
新增
- 文件浏览器新增 Git 工作区状态标记和 diff 视图,可直接比较文件与
HEAD的差异(5941e4b)。 - 支持根据会话内容自动生成会话名称(
2903ccd)。 - 支持通过 URL 的
cwd参数直接打开指定工作目录,并在同时存在会话参数时优先使用cwd(f191fc1,#185)。 - 支持用鼠标中键关闭文件标签页(
26e8722)。
修复
- 服务端请求现在遵循
HTTP_PROXY、HTTPS_PROXY和NO_PROXY环境变量,并统一配置连接超时行为(fcb4b37)。
改进
- 产品名称由 Pi Agent Web 更新为 Pi Web,并同步更新界面与文档(
0571a15)。 - 升级 Pi 相关依赖至
0.81.0(81c4789)。 - 调整会话标题操作文案,使自动命名与手动重命名的含义更明确(
acbe764)。 - 将已打入前端产物的依赖移至开发依赖,精简 npm 运行时安装内容(
c57300e)。
内部调整
- 发布 npm 包
@agegr/pi-web@0.8.0(ff99f93)。
English
Prepared from commits in v0.7.17..v0.8.0.
Added
- Added Git working-tree status indicators and a file diff view that compares files directly with
HEAD(5941e4b). - Added automatic session naming based on conversation content (
2903ccd). - Added direct project navigation through the
cwdURL parameter, withcwdtaking precedence when a session parameter is also present (f191fc1, #185). - Added middle-click support for closing file tabs (
26e8722).
Fixed
- Server-side requests now honor
HTTP_PROXY,HTTPS_PROXY, andNO_PROXY, with consistent connection timeout handling (fcb4b37).
Improved
- Renamed Pi Agent Web to Pi Web across the interface and documentation (
0571a15). - Upgraded Pi dependencies to
0.81.0(81c4789). - Clarified session-title action labels to distinguish automatic naming from manual renaming (
acbe764). - Moved dependencies already bundled into the frontend build to development dependencies, reducing the npm runtime install set (
c57300e).
Internal
- Published npm package
@agegr/pi-web@0.8.0(ff99f93).