Skip to content

Releases: nccapo/stvena

v0.2.1-preview

v0.2.1-preview Pre-release
Pre-release

Choose a tag to compare

@nccapo nccapo released this 10 Sep 19:34
20ba4ac

What's Changed

  • feat: preview live editor integration with binary and VSIX releases by @nccapo in #7
  • Add live agent attention states and Homebrew installation docs by @nccapo in #8

Full Changelog: v0.2.0-preview.1...v0.2.1-preview

Stvena v0.2.0-preview.1 — VS Code and Antigravity preview

Choose a tag to compare

@github-actions github-actions released this 10 Sep 09:49

Stvena v0.2.0-preview.1 — VS Code and Antigravity preview

This preview pairs Stvena's terminal workspace with the Stvena Live extension.
Saved file changes open at their source location while keyboard focus stays in
the integrated terminal. The extension includes pause/resume, an activity list,
and temporary read/edit line markers.

Install

Requires macOS or Linux, Git, VS Code or Antigravity, and an installed,
authenticated agent CLI such as Codex or Claude Code.

  1. Install the preview binary:

    curl -fsSL https://raw.githubusercontent.com/nccapo/stvena/v0.2.0-preview.1/install.sh | \
      STVENA_VERSION=v0.2.0-preview.1 sh

    Alternatively, download and extract the archive matching your system:

    System Asset
    macOS, Apple Silicon stvena_darwin_arm64.tar.gz
    macOS, Intel stvena_darwin_amd64.tar.gz
    Linux, ARM64 stvena_linux_arm64.tar.gz
    Linux, Intel/AMD 64-bit stvena_linux_amd64.tar.gz

    Put the extracted stvena executable in a directory on your PATH.
    The installer verifies the archive against checksums.txt; that file also
    includes the VSIX checksum for manual verification.

  2. Download stvena-live-0.2.0.vsix.
    In VS Code or Antigravity's Command Palette, run
    Extensions: Install from VSIX… and choose the downloaded file.

  3. Open a trusted local Git project. In its integrated terminal, run
    stvena --version and confirm 0.2.0-preview.1, then run stvena.
    Ask the agent to edit and save a file. Stvena Live should navigate to the
    change while you continue typing in the terminal.

No Go or Node.js installation is needed. The ordinary installer continues to
select the stable version; previews require the explicit version above.
Extension updates are manual during this preview.

Preview scope

  • Local macOS and Linux are supported targets; native Windows is unsupported.
    Remote extension hosts and other editor forks remain unverified.
  • Saved edits are sampled snapshots from every workspace writer, including you
    and formatters. Intermediate writes can coalesce; edits have no agent attribution.
  • Read markers require supported agent hooks and any required hook trust.
    Live model-driven hook execution remains unverified; saved-edit following
    works independently. Read locations describe tool inputs, not model attention.
  • Automatic following skips unsaved buffers and deleted files. Use one Stvena
    process per repository.
  • The bridge is local, with no listening network service or telemetry.

If the extension stays Waiting, check the binary version, workspace trust,
and that Stvena runs in that workspace. See Stvena Live in the Output panel
for errors and the extension guide
for hook setup and detailed limits.

Report problems through GitHub Issues
with your OS, editor version, Stvena version, agent CLI version, and reproduction
steps. Remove private project content from any logs or screenshots.

v0.1.5

Choose a tag to compare

@nccapo nccapo released this 10 Sep 22:01

What's Changed

  • feat: preview live editor integration with binary and VSIX releases by @nccapo in #7
  • Add live agent attention states and Homebrew installation docs by @nccapo in #8

Full Changelog: v0.1.3...v0.1.5

v0.1.4

Choose a tag to compare

@nccapo nccapo released this 09 Sep 19:36
771d501

What's Changed

  • feat: add multiple agent terminals by @nccapo in #4
  • feat: configure and persist review hotkeys by @nccapo in #5
  • Share shortcuts across projects and open on accessible configuration by @nccapo in #6

Full Changelog: v0.1.2...v0.1.4

v0.1.3

Choose a tag to compare

@nccapo nccapo released this 09 Sep 12:36
771d501

What's Changed

  • feat: add multiple agent terminals by @nccapo in #4
  • feat: configure and persist review hotkeys by @nccapo in #5
  • Share shortcuts across projects and open on accessible configuration by @nccapo in #6

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@nccapo nccapo released this 08 Sep 15:25
a0ccc64

What's Changed

  • feat: add review checkpoints by @nccapo in #3

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@nccapo nccapo released this 08 Sep 11:20
7288a09

What's Changed

  • Fix live Changes updates after code selection by @nccapo in #2

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

v0.1.0

Choose a tag to compare

@nccapo nccapo released this 08 Sep 10:02
cf1255a

What's Changed

  • Add prebuilt binary installer and release workflow by @nccapo in #1

New Contributors

  • @nccapo made their first contribution in #1

Full Changelog: https://github.com/nccapo/stvena/commits/v0.1.0