Skip to content

Releases: rrrrrredy/intent-loop

Intent Loop v0.2.0-beta.5

Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:29
Immutable release. Only release title and notes can be modified.

Intent Loop v0.2.0-beta.5

Recommended immutable public beta for Codex. The DeepSeek Harness adapter is a developer preview.

Intent Loop keeps a small, local, traceable record of what the user currently wants during a long agent task. It separates explicit requirements, agent inferences, external evidence, unknowns, disagreements, and superseded claims. It does not plan or execute the work, read private transcripts, or add another agent harness.

Install

Codex:

codex plugin marketplace add rrrrrredy/intent-loop --ref v0.2.0-beta.5
codex plugin add intent-loop@intent-loop

Start a new Codex task, then ask in ordinary language: Track the requirements I just gave you with Intent Loop.

DeepSeek Harness requires Node.js ^22.19.0 or >=24.0.0 and pnpm:

dsh plugin --profile headless add github:rrrrrredy/intent-loop#v0.2.0-beta.5

Use web instead of headless for that profile.

Verified release evidence

  • Immutable tag commit: 29951cda05c4fc545037a4f058325153599918ab.
  • Main and exact-tag code matrices: 18/18 and 18/18 across Windows, Ubuntu, and macOS.
  • Release run 33469669275 independently retested both packages, built all five assets in one job, issued five attestations, verified draft bytes, and published once.
  • GitHub reports draft:false, prerelease:true, and immutable:true; all five assets were uploaded by github-actions[bot]. gh release verify and every verify-asset check pass.
  • The post-release documentation commit db63e4437fc444cf41c29739220e2f6cd317663e passed its own 18/18 matrix.
  • Fresh public-tag Windows Codex and DeepSeek Harness lifecycles passed install/add, identity, normal use, deletion/removal, absence checks, and uninstall. Independent adversarial and practical reviewers returned RELEASE for beta use.
  • Hosted Ubuntu and macOS jobs cover the packages, adapter, and temporary DeepSeek Harness lifecycle.

Download SHA256SUMS with the Codex archive, DeepSeek package, and both CycloneDX SBOMs. GitHub release attestations bind them to this tag and release workflow.

Known beta boundaries

  • intent_status exposes schema version but not the running server SemVer; installed metadata and the bundle banner remain the current identity checks.
  • The immutable tag preserves a prepublication documentation snapshot: its README badge says beta.4 and its verification report still says pending. The installation commands, manifests, runtime, packages, and assets are beta.5; the default branch is corrected.
  • The annotated tag is unsigned. The release and assets are instead protected by GitHub's immutable-release lock and verified attestations.
  • Linux and macOS have hosted headless evidence, not physical end-user-machine smoke tests.
  • The paired 80-task efficacy study has not run. Reduced rework or better final outcomes remain NO RESULT.

Remove and delete

Package removal and task-data deletion are separate. Ask Intent Loop to delete the task first if its local records must be physically removed.

codex plugin remove intent-loop@intent-loop
codex plugin marketplace remove intent-loop
dsh plugin --profile headless remove dsh-intent-loop

Operating-system backups, snapshots, and copied exports remain outside the deletion boundary.

v0.2.0-beta.2 is superseded because three assets were added after its original publication by a different uploader. GitHub later locked its current bytes, but that does not repair the split publication provenance.

Full Changelog: v0.2.0-beta.2...v0.2.0-beta.5

Intent Loop v0.2.0-beta.2 (superseded; do not install)

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:43
Immutable release. Only release title and notes can be modified.

Intent Loop v0.2.0-beta.2

Superseded - do not install. Use the immutable v0.2.0-beta.5 prerelease.

Beta.2 passed main and exact-tag CI at 18/18, and its current five asset bytes match the tagged source. GitHub now reports the release as immutable:true, and release-attestation verification succeeds.

It remains superseded because its publication history is split. The Release workflow published the Codex archive and Codex SBOM at 02:43:36Z as github-actions[bot]; the DeepSeek package, DeepSeek SBOM, and expanded checksum manifest were added at 02:46:57-58Z as rrrrrredy, after publication. Later immutability locks the current bytes, but it cannot turn those three post-publication uploads into outputs of the original exact-tag Release workflow or erase the interval before they were locked.

The tag, workflow runs, and assets remain available as audit history. They are not the recommended supply-chain artifact and will not be moved or rewritten.

The frozen paired 80-task efficacy study remains NO RESULT; neither beta.2 nor beta.5 claims proven reduction in rework or improved final outcomes.

Full Changelog: v0.2.0-beta.1...v0.2.0-beta.2

Intent Loop v0.2.0-beta.1 (superseded)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:39
Immutable release. Only release title and notes can be modified.

Intent Loop v0.2.0-beta.1

Superseded - do not install. Fresh public-tag Codex installation reported plugin version 0.1.0-beta.3 because .codex-plugin/plugin.json was not advanced with the package versions. The release was stopped during installed-host verification. The tag and evidence remain public for audit; v0.2.0-beta.5 is the recommended immutable prerelease.

Intent Loop is a local-first, traceable current-intent layer for long Codex and DeepSeek Harness tasks. It keeps user statements, agent inferences, evidence, unknowns, disagreements, and superseded claims distinct without taking over planning or execution.

This is an Apache-2.0 public beta. The DeepSeek Harness adapter targets upstream 0.1.2-alpha.2, which remains a developer preview.

Install

Codex:

codex plugin marketplace add rrrrrredy/intent-loop --ref v0.2.0-beta.1
codex plugin add intent-loop@intent-loop

DeepSeek Harness:

dsh plugin --profile headless add github:rrrrrredy/intent-loop#v0.2.0-beta.1

Use ordinary language, for example: Track the requirements I just gave you with Intent Loop. Review the repository README and trust boundaries before enabling optional Codex Hooks or installing a Harness plugin.

What changed

  • Added a prebuilt DeepSeek Harness bundle over the same fifteen-tool local MCP core as the Codex plugin.
  • Bound every DeepSeek call to the active host workspace and session; model-visible schemas cannot select another project or private-session owner.
  • Added a bounded per-session MCP process pool with credential-minimized child environments, cancellation/timeouts, idle and unload cleanup, hard capacity, and failure draining that does not terminate an active sibling call.
  • Expanded public testing to Windows, Ubuntu, and macOS for Codex Node 20/22/24, DeepSeek Node 22.19/24, and real temporary Harness package lifecycles.
  • Added dual-host install/uninstall guides, a plain-language Chinese guide, X and Xiaohongshu copy, and four Xiaohongshu images.

Verification

  • Tag commit: 3aa083d26a8b4624ab9a465f05c65d3c5e1b913e.
  • Exact-tag CI: 18/18 jobs passed in run 33378691649.
  • Release workflow: passed in run 33378691659.
  • Independent adversarial review found a same-session concurrency blocker before tagging; the release was held, repaired, regression-tested, and re-reviewed with P0/P1 zero.
  • Root repeated the local temporary DeepSeek Harness pack/add/compose/boot-help/remove lifecycle without a model API key, and the temporary home was removed.

Evidence boundary

These checks establish implementation, isolation, deletion, packaging, and host-lifecycle behavior. The frozen paired 80-task human study has not been run and remains NO RESULT; this release does not claim reduced rework or improved final outcomes.

Assets

  • intent-loop-plugin-v0.2.0-beta.1.tar.gz: Codex plugin archive with GitHub provenance and SBOM attestations.
  • SBOM.cdx.json: Codex package SBOM.
  • dsh-intent-loop-0.2.0-beta.1.tgz: prebuilt DeepSeek Harness bundle.
  • dsh-intent-loop-SBOM.cdx.json: DeepSeek package SBOM.
  • SHA256SUMS: verified checksums for all four package/SBOM assets.

Full changes: v0.1.0-beta.3...v0.2.0-beta.1

Intent Loop v0.1.0-beta.3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 05:48

Recommended public beta

v0.1.0-beta.3 is the current recommended prerelease. It supersedes beta.1 and beta.2; do not install those older builds.

What changed

  • Hardened Windows lock takeover by binding parent and marker generations.
  • Added bounded rechecks for transient Windows access errors and fail-closed handling for stable unsafe replacements.
  • Preserved the existing privacy, redaction, lifecycle, deletion, and fail-open boundaries.

Verification

  • 72/72 versioned tests passed, including the self-contained distribution suite.
  • GitHub Actions passed on Windows and Ubuntu with Node.js 20, 22, and 24.
  • Root and independent adversarial stress runs covered 1,200 focused/concurrent executions with no duplicate events or lock residue.
  • Two fresh Windows installs from this public tag completed real start → snapshot → replace → evidence → summary → off lifecycles; the user-perspective review found no P0/P1 blocker.
  • Release archive and SBOM checksums were verified, all packaged files matched tag Git blobs, and both SLSA provenance and CycloneDX attestations passed strict verification.

Install

codex plugin marketplace add rrrrrredy/intent-loop --ref v0.1.0-beta.3 --json
codex plugin add intent-loop@intent-loop --json

Boundaries

  • Real end-user install/use/uninstall verification is currently Windows-only. Ubuntu is covered by CI; macOS is not yet claimed.
  • Intent Loop is model-mediated, so a full multi-step workflow can take around two minutes and responses may expose technical identifiers in this beta.
  • One root-run evidence call needed a schema-guided provenance retry; the independent user run succeeded first try.
  • Optional Codex Hooks remain host-dependent. This release does not claim measured task-outcome efficacy; the frozen paired 80-task/160-delivery study has not yet been run.
  • Windows host warnings about icon paths, PowerShell shell snapshots, or marketplace file locks did not affect Intent Loop correctness in the observed runs.

Licensed under Apache-2.0.

Full changelog: v0.1.0-beta.2...v0.1.0-beta.3

Intent Loop v0.1.0-beta.2 (superseded)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 04:36

Superseded — do not install this build. A final Windows race recheck found that a waiting writer could surface transient realpath EPERM or a false PATH_ESCAPE while a peer removed a replacement lock generation. No data corruption was observed, but an operation could fail. A corrected prerelease will replace this build after full review and CI.

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

v0.1.0-beta.1

v0.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 03:56

Superseded — do not install this build. Tag CI exposed a stale-lock generation race on Ubuntu with Node.js 24 after the release workflow had completed. The issue is fixed in v0.1.0-beta.2.

Original changelog: https://github.com/rrrrrredy/intent-loop/commits/v0.1.0-beta.1