Limboo v1.16.0
Limboo 1.16.0 (2026-07-30)
Changes since v1.15.0.
A tighter follow-up to the runtime ring. The panel it opens now answers one
question instead of four, and the conversation beneath it reads as one reply
again rather than a stack of cards.
Changed
- The runtime panel is the context window, and nothing else. It opened with
four collapsible sections, and three of them earned their space only
occasionally: request usage and long-term usage said "not reported" on any
agent that does not publish quotas, and execution detail was a nineteen-row
list behind a header that was folded shut by default. Together they pushed the
panel past the height it is allowed inside the workspace, where the bottom of
it was cut off rather than scrollable. The context breakdown is now the whole
panel — no section headers, no folding, no order to remember, and nothing
clipped. - Settings match what the panel now shows. Show estimated cost, the quota
warning threshold, show usage history and the section ordering controls are
gone rather than left on screen doing nothing, and "Ring measures" now offers
the two context options it can actually draw. If you had it set to quota, it
falls back on its own. - Nothing stopped being measured. Quota windows, usage samples and run
rollups are still collected and still stored. The Work Graph's Stats tab and
the JSON and CSV exports carry every field they did before — only the hover
panel got smaller.
Fixed
- A reply broken up by tool calls sprouted a toolbar per fragment. Message
actions rendered on every block of an answer rather than once for the
exchange, so a reply interrupted three times showed three sets of buttons.
Actions now sit with the message you sent, which is the one stable anchor a
turn has. - The conversation read as a stack of cards. Hidden toolbars still occupied
their full height, and consecutive parts of a single answer sat about forty
pixels apart. An answer now reads as one continuous reply, with the wider
spacing kept for the boundary between exchanges. - Exporting from a message gave you the question without the answer. Export
now covers the whole exchange — what you asked, what came back, and what was
run in between. Copy and Copy as Markdown are unchanged and still copy the one
message, as their labels say.
Installing
| Platform | File | Notes |
|---|---|---|
| Windows x64 / arm64 | Limboo-Setup-*-<arch>.exe |
If SmartScreen warns, choose More info → Run anyway. |
| macOS Apple silicon / Intel | Limboo-*-arm64.dmg / Limboo-*-x64.dmg |
If Gatekeeper blocks it, right-click → Open, or xattr -dr com.apple.quarantine /Applications/Limboo.app. |
| Debian / Ubuntu | limboo-*-<arch>.deb |
|
| Fedora / RHEL / openSUSE | limboo-*-<arch>.rpm |
|
| Arch / Manjaro | limboo-*-<arch>.pacman |
sudo pacman -U <file> |
| Any Linux | limboo-*-<arch>.AppImage |
chmod +x first. On Ubuntu 24.04+ install libfuse2t64, or it fails with error loading libfuse.so.2. |
| Any Linux (no installer) | limboo-*-<arch>.tar.gz |
Extract and run ./Limboo. |
Once installed, Limboo updates itself from this feed — including the deb, rpm
and pacman builds, which apply updates through your package manager.
Verifying this release
Each artifact is listed in SHA256SUMS. Verify with sha256sum -c SHA256SUMS,
and verify build provenance with gh attestation verify <file> --repo limboo-ai/limboo.
4 commit(s) in this release.