version-control

Tag

Cards List
#version-control

Show HN: Oak – Git replacement designed for agents

Hacker News Top · 2d ago Cached

Oak is an open-source version control system designed for AI agents, offering branch-per-session workflows, content-addressed lazy mounts, and faster performance than git. It is in public beta and available as a CLI tool and reusable Rust library.

1 favorites 1 likes
#version-control

Anyone else lose track of which version of a prompt is the "good" one? I ended up building version control for prompts

Reddit r/AI_Agents · 2d ago

The author describes building a version control system for AI prompts to solve the problem of tracking which prompt version is best.

0 favorites 0 likes
#version-control

One year with Codeberg

Lobsters Hottest · 2d ago Cached

GNU Guix reflects on one year since migrating to Codeberg for source code hosting and collaboration, discussing the decision process, challenges, and outcomes.

0 favorites 0 likes
#version-control

Updating Stacked Pull Requests with git rebase --onto

Lobsters Hottest · 6d ago Cached

Explains how to use `git rebase --onto` to update stacked pull requests when the parent commit has been squashed or replaced.

0 favorites 0 likes
#version-control

Git platform built for agentic era

Hacker News Top · 6d ago

A new git platform designed for the agentic era, likely targeting AI-driven development workflows.

0 favorites 0 likes
#version-control

.gitignore Isn't the Only Way to Ignore Files in Git

Hacker News Top · 6d ago Cached

Explains three levels of git ignore files: per-repo checked-in (.gitignore), per-repo not checked-in (.git/info/exclude), and global machine-level (~/.config/git/ignore), plus how to check which file is ignoring a specific file.

0 favorites 0 likes
#version-control

Epic Games announces Lore version control system

Hacker News Top · 2026-06-17 Cached

Epic Games announces Lore, an open-source version control system designed for scalability and optimized for projects combining code with large binary assets, catering to developers and artists.

0 favorites 0 likes
#version-control

@bibryam: Autogenesis: A Self-Evolving Agent Protocol https://arxiv.org/abs/2604.15034 tldr: Treat every agent component like a v…

X AI KOLs Timeline · 2026-06-17 Cached

Introduces Autogenesis Protocol (AGP), a self-evolving agent protocol that decouples components from their evolution, enabling lifecycle management, version tracking, and safe rollback for prompts, agents, tools, environments, and memory in LLM-based multi-agent systems.

0 favorites 0 likes
#version-control

@swyx: Cursor/Graphite’s @TomasReimers just announced Origin @cursor_ai’s long awaited Git competitor, scalable for agent work…

X AI KOLs Following · 2026-06-16 Cached

Tomas Reimers announces Origin, Cursor AI's long-awaited Git competitor designed for scalable agent workloads with API and MCP extensibility, built-in merge conflict and failure resolution.

0 favorites 0 likes
#version-control

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge

arXiv cs.AI · 2026-06-15 Cached

GitOfThoughts stores an agent's reasoning tree as a git repository, enabling replay, diff, and merge. The paper tests memory substrates and finds that memory does not improve accuracy on novel problems except near-duplicates.

0 favorites 0 likes
#version-control

Beagle SCM URIs and HTTP verbs with git

Lobsters Hottest · 2026-06-14 Cached

Beagle is a git-compatible source control management system that leverages HTTP URIs and verbs to provide a simpler, more orthogonal set of operations for complex git workflows like merging and rebasing.

0 favorites 0 likes
#version-control

Weave: Merging based on language structure and not lines

Hacker News Top · 2026-06-14 Cached

Weave is an entity-level semantic merge driver for Git that resolves conflicts by parsing code with tree-sitter, merging functions and classes instead of lines. It supports 28 languages and offers additional coordination and MCP server features for multi-agent workflows.

0 favorites 0 likes
#version-control

Emacs rec mode, an all-text database system

Lobsters Hottest · 2026-06-13 Cached

A blog post introducing Emacs rec mode as a plain-text database system, used for tracking books and integrating with Org mode.

0 favorites 0 likes
#version-control

We are treating AI like a magic trick instead of software, and it’s making agents unmaintainable.

Reddit r/artificial · 2026-06-12

The article argues that current AI agent frameworks treat agents as black boxes, making them unmaintainable, and proposes a Git-native architecture (Lyzr GitAgent, OpenGAP) where agent logic is version-controlled as flat files with pull requests for rollback and auditability.

0 favorites 0 likes
#version-control

Software Is Made Between Commits

Lobsters Hottest · 2026-06-11 Cached

Zed introduces DeltaDB, a new version control system that captures every operation between commits and integrates conversations with code changes, enabling real-time collaboration with humans and AI agents.

0 favorites 0 likes
#version-control

GitLab says Git is being reengineered for "machine scale." Was the idea of "Git for AI agents" ahead of its time?

Reddit r/artificial · 2026-06-10

GitLab's statement about reengineering Git for machine scale and AI agents as first-class participants in software development prompts reflection on whether the 'Git for AI agents' concept was ahead of its time.

0 favorites 0 likes
#version-control

Grit: Rewriting Git in Rust with Agents

Hacker News Top · 2026-06-09 Cached

The article details Grit, a new Rust reimplementation of Git that passes over 99% of the Git test suite, created using AI agents. It aims to provide a library-based, memory-safe alternative to the original Git.

0 favorites 0 likes
#version-control

Recapping the London Mercurial sprint

Lobsters Hottest · 2026-06-07 Cached

The London Mercurial sprint gathered nearly 20 developers to work on bug fixes, documentation, and ecosystem projects like hg-git and Heptapod, hosted by Jane Street and organized by Mercurial maintainers.

0 favorites 0 likes
#version-control

Stop Using Conventional Commits

Hacker News Top · 2026-06-05 Cached

A critique of Conventional Commits arguing that it prioritizes commit type over scope, which misguides contributors and fails to deliver on its promises.

0 favorites 0 likes
#version-control

jujutsu v0.42.0 released

Lobsters Hottest · 2026-06-04 Cached

Jujutsu (jj) version control system has released v0.42.0. Jujutsu is an open-source VCS that uses Git as a storage backend while providing a more ergonomic interface with features inspired by Mercurial, Sapling, and Darcs.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback