Skip to content

Releases: Cod-e-Codes/astvcs

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:19

First public release of astvcs: local-first structural version control with tree-sitter AST diff and merge where parsing succeeds, and text or binary fallback otherwise.

  • AST diff and three-way merge for supported languages; change-first diff --view HTML alignment viewer
  • Staging index (add, diff --staged), branches, lightweight tags, author identity
  • reset, revert, rebase, cherry-pick, stash, blame, bisect on linear first-parent history
  • Remotes over local path, HTTP, HTTPS, or SSH; optional bearer auth; TLS on serve; shallow clone / fetch with --depth
  • Per-path merge resolution; client hooks under .astvcs/hooks/ (--no-verify on selected commands)
  • gc, fsck, repack; symlink and executable modes; path rename detection
  • Repository advisory locking; one-way import-git snapshot aid (not git-compatible)

Full Changelog: https://github.com/Cod-e-Codes/astvcs/commits/v0.1.0