DoltHub Blog09 phút
Git For Context Deep Dive
A hands-on demo of 'Git for Context', a concept implemented in a Dolt-backed fork of Open Code that stores AI coding agent context as a versioned database. The session shows how context is committed after each agent turn, enabling history inspection, diffs of token/message changes between turns, SQL queries against the context database, and branching/resetting context like a Git repo. The demo covers a real DoltLite code review session using GPT-5.5, producing 7 PRs with minimal user input, and illustrates how tool call patterns (bash vs. read vs. apply_patch) can be measured and compared across sessions.