Releases: nccapo/stvena
Release list
v0.2.1-preview
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
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.
-
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 shAlternatively, download and extract the archive matching your system:
System Asset macOS, Apple Silicon stvena_darwin_arm64.tar.gzmacOS, Intel stvena_darwin_amd64.tar.gzLinux, ARM64 stvena_linux_arm64.tar.gzLinux, Intel/AMD 64-bit stvena_linux_amd64.tar.gzPut the extracted
stvenaexecutable in a directory on yourPATH.
The installer verifies the archive againstchecksums.txt; that file also
includes the VSIX checksum for manual verification. -
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. -
Open a trusted local Git project. In its integrated terminal, run
stvena --versionand confirm0.2.0-preview.1, then runstvena.
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.