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
--unpacker appends a LLM-friendly unpacker appendix that explains how to reconstruct the exported codebase and includes the embedded Python helper script.
What's Changed
fix resolved mode validation and narrow secret detection by @hyle in #37
Now with -hunks[=N] for Git review modes to export only changed hunks plus surrounding context, reducing noise and token usage while keeping the output reviewable.
What's Changed
add hunk-only exports for git diff modes by @hyle in #35
Bumping version to v0.3.0 to signal a more review-ready tool, with clearer export metadata, safer defaults, and more explicit control over what gets included.
Recently added features
opt-in line numbers for code
secret protection for sensitive files
improved export metadata header
explicit control over built-in ignore behavior
What's Changed
add no-default-ignore for filesystem mode by @hyle in #32