You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to this project are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.5.0] - 2026-02-22
8
+
7
9
### Breaking
8
10
- Removed root-level `--doctor`; diagnostics must now be invoked via `agent-fetch doctor`.
9
11
@@ -15,6 +17,7 @@ All notable changes to this project are documented in this file.
15
17
### Changed
16
18
- Changed metadata behavior in JSONL mode: `--meta` now emits structured `meta` fields instead of front matter injection in `content`.
17
19
- 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`.
18
21
- Changed root help output to include a dedicated "DEFAULT WEB OPTIONS" section for shorthand discoverability from `agent-fetch -h`.
19
22
- Updated README (EN/ZH) and `skills/agent-fetch/SKILL.md` for `--format jsonl` and the new doctor command shape.
0 commit comments