Tag
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.
The author describes building a version control system for AI prompts to solve the problem of tracking which prompt version is best.
GNU Guix reflects on one year since migrating to Codeberg for source code hosting and collaboration, discussing the decision process, challenges, and outcomes.
Explains how to use `git rebase --onto` to update stacked pull requests when the parent commit has been squashed or replaced.
A new git platform designed for the agentic era, likely targeting AI-driven development workflows.
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.
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.
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.
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.
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.
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.
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.
A blog post introducing Emacs rec mode as a plain-text database system, used for tracking books and integrating with Org mode.
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.
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.
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.
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.
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.
A critique of Conventional Commits arguing that it prioritizes commit type over scope, which misguides contributors and fails to deliver on its promises.
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.