Skip to content

Releases: Coddyum/flowlio-agents

v1.1.3 — the watermark remembers across a restart

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:33
d569729

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 version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:50
5b1b53b

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 flowliono 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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:04
5233ea5

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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 22:09
712e130

Changelog

  • 712e130: feat(wake): effort tier, a truthful probe, and a failure circuit-breaker (#21) (@Coddyum)

Installation

tar xzf flowlio_1.1.0_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 19:40
8a958c2

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 version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 19:01
a5a65d4

Changelog

  • a5a65d4: fix(wake): per-project probe head so a repo's own answer doesn't wake it (#19) (@Coddyum)

Installation

tar xzf flowlio_1.0.9_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:46
00635e8

Changelog

Installation

tar xzf flowlio_1.0.8_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:32
9d073e4

Changelog

  • 9d073e4: feat(waker): clean timestamped event log instead of the agent's firehose (#17) (@Coddyum)

Installation

tar xzf flowlio_1.0.7_<os>_<arch>.tar.gz
sudo install flowlio /usr/local/bin/
flowlio version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:03
cc0bf97

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 version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 13:27
120e9d5

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 version

Verify the download:

sha256sum -c checksums.txt --ignore-missing

Verify 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.gz

Setting up an instance: README.
What changed: CHANGELOG.

Licensed under AGPL-3.0. The code of this release is the tag v1.0.5.