docs(blog): cover the terminal agent in the 4.8 post - #11372
Merged
Conversation
The 4.8 post never mentions that `local-ai chat` stopped being a REPL and became an agent (#11291): the nib harness compiled into the binary, with tool use behind an approval gate, sub-agents, MCP servers, plugins and skills, auto-configured against the local instance. It also ships a shell integration script for zsh, bash and fish that binds Ctrl+Space. That is one of the larger user-facing changes in the release and it was missing from both the post and the release-notes highlights. Added a section after 3D generation, including the breaking changes for anyone who had habits around the old REPL: `/clear` is gone in favour of `/compact`, and a model switch now keeps the conversation. While in the intro, corrected the counts. The post said 374 pull requests in twenty-one days, which was accurate when it was drafted on the 4th but not once v4.8.0 was tagged on the 5th. The published release notes say 386 in twenty-two days, and the intro now matches them rather than contradicting them. For the record, neither figure is exactly right: `git log --format=%s v4.7.1..v4.8.0 | grep -cE '\(#[0-9]+\)$'` counts 388 squash-merged pull requests, and 389 from v4.7.0. The notes were cut before the last few landed. Matching the published notes was the priority here, since that is the artifact everyone else quotes, and 386 is the number already in circulation. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:claude-opus-5 [Claude Code]
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.
What
local-ai chatstopped being a REPL and became an agent in 4.8 (#11291), and the release post never mentions it. It is the nib harness compiled into the binary: tool use behind an approval gate, sub-agents, MCP servers, plugins and skills, auto-configured against the local instance, plus a shell integration script for zsh, bash and fish that binds Ctrl+Space.It was missing from the release-notes highlights too. The release is published so that stays as it is, but the blog is still editable.
Adds a section after the 3D one, including the breaking changes for anyone who had habits around the old REPL:
/clearis gone in favour of/compact,/modelsand/model <name>are unchanged, and a model switch now keeps the conversation.Also
Corrected the intro counts. The post said 374 pull requests in twenty-one days, accurate when it was drafted on the 4th, stale once v4.8.0 was tagged on the 5th. It now says 386 in twenty-two days, matching the published release notes instead of contradicting them.
Neither figure is exact.
git log --format=%s v4.7.1..v4.8.0 | grep -cE '\(#[0-9]+\)$'counts 388, and 389 from v4.7.0; the notes were cut before the last few merged. I matched the published notes deliberately, since that is the artifact people quote, and 386 is already in circulation. Say the word if you would rather both said 388.Summary and tags updated to match.