llama-atmosphere-agent: document the 5.2.0 release flow, drop -Dllama.version from the commands - #445
Merged
Merged
Conversation
….version from the commands The pom's llama.version now names the release the READMEs describe (5.2.0, written as if released), so the documented commands run with no -D at all. Both READMEs show the two-step flow a user actually follows: java-llama.cpp already running from the release fat jar with --jinja, then the agent from the llama-atmosphere-agent/ folder (REPL with you>, /clear, /exit; a one-shot --prompt variant; the in-process --model alternative). CLAUDE.md's bump note now says to bump the pom version and the fat-jar filename at release time, and to use -Dllama.version=<x>-SNAPSHOT before a release (the snapshot repository stays in the pom for that). CI is unaffected: it keeps overriding llama.version with the reactor version it just installed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UVwj2UuMPybiK1bHyG9toH
bernardladenthin
had a problem deploying
to
maven-central
September 21, 2026 12:59 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
September 21, 2026 12:59 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
startgate
September 21, 2026 12:59 — with
GitHub Actions
Error
|
This was referenced Sep 21, 2026
Merged
This branch had an error being deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
-Dat all.llama-atmosphere-agent/pom.xmlsetsllama.versionto5.2.0; CI keeps overriding it with the reactor version it just installed, so a not-yet-published default cannot break CI. The Sonatype snapshot repository stays in the pom, but is only consulted for a-Dllama.version=<x>-SNAPSHOToverride.llama-atmosphere-agent/README.md) show the flow a user actually follows: java-llama.cpp already running from the release fat jar (java -jar llama-5.2.0-jar-with-dependencies.jar -m … --jinja --port 8080), then the agent from thellama-atmosphere-agent/folder (mvn -q compile exec:java -Dexec.args="--base-url http://127.0.0.1:8080/v1 --workspace … --allow-shell"), theyou>REPL (⚙/↳tool lines,/clear,/exit), the one-shot--promptvariant, the--api-keynote, and the in-process--modelalternative.CLAUDE.md's version-bump note now says to bump the pom's release version and the fat-jar filename in both READMEs at release time, and to use-Dllama.version=<x>-SNAPSHOTbefore a release.Docs and pom only; no code change. Consistency check across README / CLAUDE.md / CHANGELOG / TODO / the agent README found no other drift.
Test plan
mvn clean verify -Dllama.version=5.2.0-SNAPSHOTinllama-atmosphere-agent/against the locally installed core: 23 tests, 20 run green, 3 model-backed self-skip-Dllama.version=5.1.0), so the main code needs nothing beyond a releaseRelated issues / PRs
Refs #444
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdSECURITY.md)🤖 Generated with Claude Code
https://claude.ai/code/session_01UVwj2UuMPybiK1bHyG9toH
Generated by Claude Code