Skip to content

docs(blog): cover the terminal agent in the 4.8 post - #11372

Merged
mudler merged 1 commit into
masterfrom
docs/blog-4-8-terminal-agent
Aug 5, 2026
Merged

docs(blog): cover the terminal agent in the 4.8 post#11372
mudler merged 1 commit into
masterfrom
docs/blog-4-8-terminal-agent

Conversation

@localai-bot

Copy link
Copy Markdown
Collaborator

What

local-ai chat stopped 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: /clear is gone in favour of /compact, /models and /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.

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]
@mudler
mudler merged commit 1271b97 into master Aug 5, 2026
8 of 9 checks passed
@mudler
mudler deleted the docs/blog-4-8-terminal-agent branch August 5, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants