Skip to content

Releases: Allra-Fintech/texio

Texio v0.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:08
2c56fe6

Texio is an early-preview CLI for structural Markdown edits by shell scripts and AI agents. Inspect headings, preview a section replacement, then apply it explicitly. Texio refuses missing or duplicate targets and preserves bytes outside the selected section body.

Install

  • Rust: cargo install texio-cli --locked --version 0.1.2
  • macOS: brew install Allra-Fintech/tap/texio
  • Binary archives: Linux x86-64 (glibc), Windows x86-64, Intel macOS, and Apple Silicon macOS. Download the matching archive and its .sha256 sidecar below. Verify the checksum before extraction.

See the installation guide for exact platform commands. Archives are not signed or notarized installers. Linux ARM, Alpine/musl, and Windows ARM are not verified launch targets.

Changes

  • Replace the unsupported Homebrew example with a copyable install, inspect, dry-run, and write quickstart.
  • Add platform-specific installation instructions and CI that executes those commands.
  • Add a reproducible terminal demonstration of a fenced-heading regex failure and Texio's safe replacement and refusal behavior.
  • Capture pre-promotion adoption counters with source URLs, timestamps, explicit limitations, and a repeatable daily collection procedure.
  • Preserve the existing CLI behavior and Markdown-only scope.

Evidence and limits

The existing four-fixture benchmark measured 82.8% fewer context-proxy tokens than an idealized whole-file rewrite. These are not model tokenizer or billing tokens, and four fixtures do not establish general agent quality. See the methodology and raw results.

Cross-agent instruction adherence remains unverified beyond the current Codex session; scripted CLI safety checks do not establish Claude behavior. Texio does not lint, format, or render Markdown.

Refs #48 and #31.

Texio v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:13
942c996

What's Changed

Full Changelog: v0.1.0...v0.1.1