ogcode
About
ogcode is a single-Go-binary agentic workbench with an embedded web UI, built around the observation that replaying the full transcript every turn wastes tokens and degrades accuracy. Instead, it curates per-turn context from a knowledge graph with vector embeddings, tree-sitter file maps, and compact tool outputs. Plan mode decomposes a described goal into a task DAG rendered on a kanban board, with each task running in its own git worktree and independent tasks executing in parallel before auto-opening conflict-free PRs through the gh CLI. Permission-gated write and shell operations keep the loop safe, and a deep-research agent drives headless Chrome. Model access is BYOK across Anthropic, OpenAI, OpenRouter, and Ollama, switchable from the browser UI.