🤖 AI Summary
This work addresses the challenges of achieving long-term autonomous AI-assisted programming in terminal environments—namely, context inflation, reasoning degradation, and instruction forgetting. To overcome these limitations, we propose OPENDEV, an open-source, terminal-native AI coding agent featuring a dual-agent architecture that decouples planning from execution, adaptive context compression, lazy-loaded tool discovery, workload-aware model routing, a cross-session automatic memory system, and an event-driven reminder mechanism. This framework substantially enhances autonomy, safety, and reliability in extended development tasks, establishing an efficient and scalable foundation for terminal-first AI programming assistance.
📝 Abstract
The landscape of AI coding assistance is undergoing a fundamental shift from complex IDE plugins to versatile, terminal-native agents. Operating directly where developers manage source control, execute builds, and deploy environments, CLI-based agents offer unprecedented autonomy for long-horizon development tasks. In this paper, we present OPENDEV, an open-source, command-line coding agent engineered specifically for this new paradigm. Effective autonomous assistance requires strict safety controls and highly efficient context management to prevent context bloat and reasoning degradation. OPENDEV overcomes these challenges through a compound AI system architecture with workload-specialized model routing, a dual-agent architecture separating planning from execution, lazy tool discovery, and adaptive context compaction that progressively reduces older observations. Furthermore, it employs an automated memory system to accumulate project-specific knowledge across sessions and counteracts instruction fade-out through event-driven system reminders. By enforcing explicit reasoning phases and prioritizing context efficiency, OPENDEV provides a secure, extensible foundation for terminal-first AI assistance, offering a blueprint for robust autonomous software engineering.