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
fix: file catalog URLs missing /latest/ version component (#314)
* fix(packages): include /latest/ version in file catalog URLs
Fixed file URL generation to include the version component in the path.
File URLs now follow the correct format:
/tree/latest/{file_path} instead of /tree/{file_path}
Example:
- Before: .../tree/README.md
- After: .../tree/latest/README.md
Updated tests to verify the correct URL format and ensure the fix
prevents regression.
Fixes#313
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: bump version to 0.9.8
* docs: add CHANGELOG entry for v0.9.8
Document fix for file catalog URLs missing /latest/ version component.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments