Comment by smashed

4 days ago

In the specific commit, what seems like a bot or automated script added changelog entries for 3 new versions in a single commit, which is odd for an automated script to do. And only the latest version had the date added.

https://github.com/anthropics/claude-code/commit/870624fc158...

That actions-user seem to be mostly maintaining the Changelog but the commits does not seem consistent with an automated script. I see a few cases of rewriting previous change log entries or moving entries from one version to another which any kind of automation would not be doing. Seems like human error and poor testing.

Honestly sounds more like what happens when you get an LLM to maintain a document. Random things get deleted, moved etc.

  • Feels like it should be fairly easy to instruct an LLM to not rewrite previous entries, unless that's a desired behavior.

    Also, why would 2 or 3 versions be documented in the same commit.

    But there's a good chance you are right.