Releases: Coddyum/flowlio-agents
Release list
v1.1.3 — the watermark remembers across a restart
Changelog
- d569729: feat(wake): durable wake watermark — suppression survives a cold engine (FLWL-90) (#25) (@Coddyum)
Installation
tar xzf flowlio_1.1.3_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.1.3_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.1.3.
v1.1.2 — the woken agent acts
Fixed — a woken agent could answer but never implement (FLWL-87)
After v1.1.1 made the wake fire, the relaunched Claude still did nothing on issues that needed code: it ran headless with only the Flowlio MCP tools pre-approved, so check_inbox / answer_issue worked but every Edit / Write / Bash was denied — it stalled on the first write and exited "done".
The woken Claude now launches with --permission-mode bypassPermissions: full autonomy to act on the repo, the same an unattended interactive agent has. The guardrail is unchanged and was never the permission scope — a sibling repo's text always reaches the agent sealed as untrusted data (docs/MODELE-DE-CONFIANCE.md), so a hostile issue cannot become an injected command. See DESIGN-WAKE.md §17.
Delivery — update the local binary, not the engine
This fix is in the waker (the local flowlio binary), not the engine. Get it with brew upgrade flowlio — no flowlio-core redeploy needed for this one. (The FLWL-86 engine fix from v1.1.1 still needs the core redeploy.)
v1.1.1 — the wake watermark
Fixed — a seen-but-unanswered issue never re-woke (FLWL-86)
The waker's launch decision rode the token's inbox read cursor, which check_inbox advances on a mere read. So the instant any session — manual or woken — looked at an open issue without answering it, the cursor sat at the head and the wake gate went false forever: the issue never woke anyone again. The exact mirror of v1.1.0's FLWL-85 fix.
The gate now rides a per-project wake watermark the probe alone advances (never check_inbox):
- A looked-at-but-unanswered issue wakes again to be finished.
- v1.1.0's empty-inbox loop stays closed — the watermark advances the instant the probe decides, so the same standing work does not relaunch every probe. Loop-safety no longer depends on the woken agent running
check_inbox. - In-cache and non-durable like the pacing ladder; a cold engine re-decides standing work once, erring towards a wake.
Reasoning in docs/DESIGN-WAKE.md §16.
Delivery to hosted
Engine-side: reaches MODE=hosted only once flowlio-core's FLOWLIO_AGENTS_VERSION pin is bumped to 1.1.1 and core is redeployed.
v1.1.0
Changelog
Installation
tar xzf flowlio_1.1.0_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.1.0_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.1.0.
v1.0.10
Changelog
- 8a958c2: fix(wake): make notify_project_id nullable — expand/contract for the pinned engine (#20) (@Coddyum)
Installation
tar xzf flowlio_1.0.10_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.10_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.10.
v1.0.9 — a repo does not wake itself
Changelog
Installation
tar xzf flowlio_1.0.9_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.9_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.9.
v1.0.8 — the MCP config sidecar is not a repository
Changelog
Installation
tar xzf flowlio_1.0.8_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.8_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.8.
v1.0.7 — the waker console is an event log, not a firehose
Changelog
Installation
tar xzf flowlio_1.0.7_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.7_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.7.
v1.0.6 — a woken agent can read its own inbox
Changelog
- cc0bf97: feat(waker): hosted woken Claude authenticates the MCP with the account token (#16) (@Coddyum)
- 32f2317: fix(release): Homebrew tap token must use the bare .Env form (#15) (@Coddyum)
Installation
tar xzf flowlio_1.0.6_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.6_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.6.
v1.0.5 — the throttle is a throttle, and a dead session wakes fresh
Changelog
- 120e9d5: fix(waker): fresh-launch fallback when resume fails + re-read session per wake (#14) (@Coddyum)
Installation
tar xzf flowlio_1.0.5_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio versionVerify the download:
sha256sum -c checksums.txt --ignore-missingVerify where the binaries came from — this repository, this tag, this workflow:
gh attestation verify --repo Coddyum/flowlio-agents flowlio_1.0.5_<os>_<arch>.tar.gzSetting up an instance: README.
What changed: CHANGELOG.
Licensed under AGPL-3.0. The code of this release is the tag v1.0.5.