-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown CHANGELOG for LLM assistance #2587
Comments
Using the very-easy-to-use rhysd's changelog-from-release, I generated a burn CHANGELOG:
|
Here is how I use it. I include the CHANGELOG.md using the Zed editor's include functionality; e.g.
Here is a typical response:
|
Is the changelog just the concatenation of all the release notes? For LLMs you could also generate the git commit history, which would give more context. |
The burn releases HTML page is well-done.
I would really appreciate the same information formatted as a CHANGELOG, as described by the "keep a changelog" website. (Did I overlook a change log in the burn source code?)
Why? LLM ingest
Why am I asking for the information in Markdown format? I want to provide a burn change log to my favorite LLM. Using a Markdown file is more feasible to input into a LLM context window.
HTML to Markdown Conversion
Yes, one can convert the GitHub releases page to Markdown in at least two ways:
However this is done, doing such a conversion once, at the repo level, would allow all of us to share it.
Inspiration
The Squiggle Language has documentation on how setup LLM's for coding assistance for Squiggle itself. This approach could be useful for
burn
too.The text was updated successfully, but these errors were encountered: