v0.0.1
What's Changed
- perf: optimize breakpoint resolution with targeted --package parameter by @PatilShreyas in #1
- chore: Downgrade Java requirement to 11 for wider compatibility by @PatilShreyas in #2
- fix: clear cumulative suspend counts and fix resume semantics (H10, H19) by @PatilShreyas in #3
- docs: Revamp README.md for open-source release by @PatilShreyas in #4
- fix: Remove unused condition field from breakpoints (H11) by @PatilShreyas in #5
- ci: Use v{version} as release name by @PatilShreyas in #6
- feat: Add remote binary install and auto-detection to install.sh by @PatilShreyas in #7
- feat: embed SKILL.md into CLI binary and add skill installation paths to README by @PatilShreyas in #8
- docs: Add AI agent prompt tip box and simplify skill setup details in README by @PatilShreyas in #9
- feat(cli): optimize JSON output with compact default and optional --pretty flag by @PatilShreyas in #10
- feat(cli): add type-safe --schema flag, golden schema tests, and @SerialDescription annotations by @PatilShreyas in #11
- perf(core): optimize package-scoped breakpoint binding fallback (15.5x speedup) with unit tests by @PatilShreyas in #12
- chore(ci): modernize CI/release workflows, user-local installer, and uninstallation docs by @PatilShreyas in #13
- feat(cli): add silent auto-updating, 'debroid update' subcommand, and clean update package by @PatilShreyas in #14
- fix(test): prevent thread leak in JdiSessionTest, allocate 2g heap, and refactor event loop by @PatilShreyas in #15
- Add feedback reporting details in the skill by @PatilShreyas in #17
- chore(release): bump version to 0.0.1 for official public release by @PatilShreyas in #16
New Contributors
- @PatilShreyas made their first contribution in #1
Full Changelog: v0.0.1-rc01...v0.0.1