# Changelog

## 0.0.2 - 2026-07-05

### Changed
- 版本 bump：`package.json` 的 `version` 由 `0.0.1` 升至 `0.0.2`，与首次正式入仓后的元信息齐备状态对齐。
- 进入 packages 路径分发前的元信息齐一版本：CHANGELOG、AGENTS、README、tsconfig、doc/README、`.gitignore` 已具备首次发布形态。
- **已在 0.0.2 发布中实际完成**：`/Users/diwu/Workspace/Codes/Githubs/zed-notify` 已通过 `pi install /Users/diwu/Workspace/Codes/Githubs/zed-notify` 注册到 `~/.pi/agent/settings.json` 的 `packages` 列表（末尾追加 `'../../Workspace/Codes/Githubs/zed-notify'`，pi 解析为绝对路径）；早期手搓的 `~/.pi/agent/extensions/zed-notify/` 副本已 mv 至 `/tmp/zed-notify.bak.1783183007/`（保留回退入口），pi 单源激活、agent_end stderr 单 BEL。约定详见 `AGENTS.md`「分发与加载约定（v0.0.2 起）」及 `README.md`「Install」一节脚注。

## 0.0.1 - 2026-06-27

### Added
- Initial `zed-notify` release.
- Emit terminal `BEL` (`\x07`) on `pi` `agent_end` so Zed Terminal Threads can show completion notifications.
- Document required Zed settings for visual notifications without sound.
