Skip to content

Commit 9cae952

Browse files
committed
docs: prepare 0.5.0 release notes
1 parent c7ab13f commit 9cae952

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2026-02-22
8+
79
### Breaking
810
- Removed root-level `--doctor`; diagnostics must now be invoked via `agent-fetch doctor`.
911

@@ -15,6 +17,7 @@ All notable changes to this project are documented in this file.
1517
### Changed
1618
- Changed metadata behavior in JSONL mode: `--meta` now emits structured `meta` fields instead of front matter injection in `content`.
1719
- Changed CLI command routing to use an internal `web` command for fetch flags while preserving shorthand (`agent-fetch <url>`), so `doctor --help` no longer shows fetch options as global flags.
20+
- Changed shorthand routing resolution to respect dynamically registered subcommands, preventing future command names from being misrouted to `web`.
1821
- Changed root help output to include a dedicated "DEFAULT WEB OPTIONS" section for shorthand discoverability from `agent-fetch -h`.
1922
- Updated README (EN/ZH) and `skills/agent-fetch/SKILL.md` for `--format jsonl` and the new doctor command shape.
2023

0 commit comments

Comments
 (0)