Roadmap
KubeOpenCode is in early alpha (v0.0.x). The API (v1alpha1) may introduce breaking changes between releases. We do not guarantee backward compatibility at this stage. See Getting Started for details.
Direction 1: Instant Messaging Integration
Goal: Make AI agents part of your team's daily communication workflow.
- Slack integration — Bi-directional: receive commands from Slack channels, push task results and notifications back
- Other IM platforms — Microsoft Teams, Lark/Feishu, and other enterprise messaging tools
- ChatOps patterns — Trigger tasks, check agent status, and review results without leaving your messaging app
This direction focuses on usability — reducing the friction between "I need an AI agent to do something" and getting the result.
Direction 2: Kubernetes Ecosystem Integration
Goal: Production-grade stability and security through deeper integration with the Kubernetes ecosystem.
- GitOps — Native integration with ArgoCD, Flux for declarative agent management
- Policy engines — OPA/Gatekeeper, Kyverno integration for agent governance
- Network security — NetworkPolicy templates, service mesh integration
- Observability — Prometheus metrics, OpenTelemetry tracing for task execution
- Multi-tenancy — Namespace-level isolation, resource quotas, priority classes
This direction focuses on stability and security — making KubeOpenCode ready for production environments.
Deferred
Token Usage Tracking & Cost Reporting
Status: Waiting for upstream OpenCode support
Track per-Task token consumption and estimated cost. Blocked on OpenCode lacking machine-readable output for token statistics. See ADR 0013 for details.