Skip to content

Releases: codex-improvement-lab/codex-intake

Codex Intake 0.2.0-rc.1 — Review source updates

Choose a tag to compare

@eliasruntime eliasruntime released this 04 Sep 23:05

Codex Intake 0.2.0-rc.1 — Review source updates

Your inputs change. The brief you reviewed should survive.

This preview adds a complete source-update loop: preview the affected suggestions, accept or discard the batch, and undo the latest accepted update while keeping manual edits.

  • Add several sources, update pasted text, replace a selected file, remove a source, or rerun local OCR.
  • Keep stable source IDs and revision-specific pointers.
  • Preserve edited title, objective, findings, criteria and exclusions. When supporting material changes, retain the old reference and mark the edit for review.
  • Distinguish rule candidates from user-confirmed requirements. Keeping a stale requirement records an explicit user decision with its old reference.
  • Export schema 1.1 with review states and retained source metadata; raw bodies remain excluded and detected sensitive values masked.
  • Keep review actions visible at desktop and 390px widths; cancel obsolete OCR after clearing the desk.

Try it

Download and extract the source ZIP. Requires Node.js 20.19+ and pnpm 11.19.0 for the browser and OCR:

pnpm install --frozen-lockfile
pnpm dev

Open http://127.0.0.1:5173, load the demo, edit the objective, then choose Update source on S01. Review the batch and try Discard update, Accept all source changes, and Undo last source update.

Text/log/inventory compilation works without installing dependencies:

node scripts/intake.mjs examples/incident.log examples/request.txt

The browser review desk is session-local. Confirmation is a scope decision, not proof of task correctness; old references are not automatically relabeled as current support.

Validation scope

The release is gated by unit/CLI/platform checks, browser interaction including local OCR, desktop/narrow visual checks, clean source installation, marketplace packaging and hosted CI. The exact report and source commit are linked from the GitHub Release.

The accepted historical v0.1 Mac candidate remains intact. This upgrade has no new physical-Mac or real-user acceptance; hosted results are recorded separately. No npm or hosted plugin-directory submission is included.

Exact release evidence

Source commit: 1ea38e7. All four hosted jobs passed: Linux, Windows and macOS core checks plus the Linux browser loop.

26 unit/CLI/platform tests and 12 browser scenarios pass locally. A clean source checkout passed the complete release check without changing its tracked files. Isolated plugin installation/reinstallation, content-hash resolution and its text CLI also passed.

SHA-256 (codex-intake-0.2.0-rc.1-source.zip): 3bf8be11737ffb061550ae471ea7ecdfb1cee0c9a683ef1b5ef16c0b6708830f.

Codex Intake 0.1.0 — first public preview

Choose a tag to compare

@eliasruntime eliasruntime released this 04 Sep 21:53

Codex Intake v0.1.0 — first public preview

Turn selected notes, logs, screenshots and inventories into an editable, source-linked brief. The local rules engine emits reviewable candidates, masks detected sensitive values and exports Markdown/JSON without raw source bodies.

  • Provenance Lens links findings and done-when candidates to explicit source pointers.
  • User-edited fields survive source additions and OCR recompiles.
  • English and Simplified Chinese OCR run locally after dependency installation. URLs are registered, never fetched.
  • Text/log/inventory CLI requires only Node 20.19+; the Web UI and OCR require the pinned pnpm dependency install.

Try it

Extract the source ZIP and run:

node scripts/intake.mjs examples/incident.log examples/request.txt

For the browser and OCR:

pnpm install --frozen-lockfile
pnpm dev

Open http://127.0.0.1:5173 and load the demo. See README for optional local plugin preparation.

Evidence

15 unit/CLI/platform tests and 5 browser scenarios pass locally on Windows, including OCR. The exact historical Mac candidate retains its accepted external functional PASS; current publication metadata has a new identity. Hosted results are recorded separately for the tagged source commit.

This is a GitHub prerelease. No new physical-Mac, real-user, production or market result is claimed. npm and hosted plugin-directory publication are separate.

Source commit: 04278b6. All four hosted jobs passed.

The source ZIP was built from that commit. Its text CLI ran before dependency installation; a clean clone then passed frozen install and the full release check.

SHA-256 (codex-intake-0.1.0-source.zip): ec7501a1dae7493d79105d27179233a88577a1a29fc0b5aad4129021a8c87676.