KoDinC.A Assistant
AI-powered coding assistant with PDCA learning loop
Plan → Do → Check → Act for continuous code improvement

✨ Features
- 🤖 AI Code Generation - Generate code from natural language prompts
- 🔄 PDCA Learning Loop - Agent learns from your feedback and improves over time
- 📝 TODO Management - Hierarchical task planning with automatic breakdown
- 🔍 Code Review - AI-powered code review and suggestions
- 🔐 Zero-Knowledge API Keys - Enterprise KEK encryption for secure API key storage
- 🌐 Multi-Environment Support - Local, Remote-SSH, and SaaS modes
🚀 Quick Start
1. Install Extension
- Marketplace: Search "KoDinC.A Assistant" in VS Code Extensions
- VSIX:
Ctrl+Shift+P → Extensions: Install from VSIX...
Open Settings (Ctrl+,) and set:
{
"kodinca.apiKey": "YOUR_API_KEY"
}
💡 That's it! The extension connects to https://a.kodinc.ai by default.
📖 Usage
Commands (Ctrl+Shift+P)
| Command |
Description |
KoDinC.A: Execute Prompt |
Execute AI prompt (Ctrl+Alt+K) |
KoDinC.A: Plan Only |
Generate plan without applying |
KoDinC.A: Apply to Current File |
Apply changes to active file |
Chat Panel
Access the KoDinC.A chat panel from the Activity Bar (left sidebar) for conversational AI interactions.
TODO Tree
View and manage AI-generated tasks in the dedicated TODO panel.
⚙️ Configuration
| Setting |
Default |
Description |
kodinca.apiKey |
"" |
API key for authentication |
kodinca.apiBaseUrl |
https://a.kodinc.ai |
Backend URL (override) |
kodinca.autoApply |
false |
Auto-apply changes without confirmation |
kodinca.autoCodeReview |
true |
Auto code review on file save |
For Developers (Local Backend)
{
"kodinca.apiBaseUrlLocal": "http://127.0.0.1:3001",
"kodinca.apiKey": "dev-key-123"
}
🔒 Security
- Enterprise KEK: Zero-knowledge encryption for API keys
- Workspace Isolation: Per-project event routing
- Approval Workflow: Review before applying critical changes
📚 Documentation
🛠️ Requirements
- VS Code 1.85.0 or higher
- Internet connection (for SaaS mode)
- Optional: Local backend for development
📝 Changelog
See CHANGELOG for release history.
🤝 Contributing
Contributions are welcome! Please see our Contributing Guide.
📄 License
MIT License - see LICENSE for details.
KoDinC.A - AI-powered Development Platform