x-dog

Tools for building AI agents and managing LLM deployments.

GitHub →

x-dog / Packages / coding / Roadmap

Shipped foundations plus where coding is heading in 2026. Planned items are aspirational, not yet implemented.
Shipped  |  Interactive coding agent ✓ Done
  • agent + tui + ai composed into one CLI
  • Streaming TUI with live tool-execution and diffs
  • Default filesystem / bash / current_time tools
  • Model fallback resolution
Shipped  |  Sessions & integration ✓ Done
  • JSON-persisted sessions; resume by recent or id
  • Branching and history compaction
  • Print mode (text / json / markdown) and RPC mode for IDEs
  • Layered session > project > global settings
Shipped  |  Skills ✓ Done
  • The open Agent Skills SKILL.md format, read and written
  • Discovered from installed packages — pip install xdog-flow provides /flow-workflows
  • Activated into the system prompt, so /unload actually removes them
  • Author-declared lifetime; only the user ends a skill early
2026  |  Deeper repo awareness
  • Project indexing / retrieval for large codebases
  • Test- and build-aware tool loops
  • Richer diff review and multi-file edit flows
2026  |  Ecosystem
  • Editor plugins over the RPC mode
  • Sub-agent delegation for parallel tasks (via agent)