Hi all! I created this tool to simplify making GitHub release notes from code changes in a project I'm engaged with. It uses o4-mini with a beefy prompt, skipping irrelevant bits (library, build code etc) and provides a couple changelog flavors with stats.
Features that might bring this to the next level:
1. Integrate AST parser for more context
2. Caching the input tokens to allow for cheaper repetition
3. Isolating "Releases" as a feature with 2-way sync
4. Adding prompt/flavor opt-in customizations for end users
..etc
But holding off unless the current tool is already useful? Looking forward to feedback.
p_bits•1d ago
Features that might bring this to the next level:
1. Integrate AST parser for more context 2. Caching the input tokens to allow for cheaper repetition 3. Isolating "Releases" as a feature with 2-way sync 4. Adding prompt/flavor opt-in customizations for end users ..etc
But holding off unless the current tool is already useful? Looking forward to feedback.
Thanks, Petar