9b26a2c6f7
✨ New Features: - 3 AI Interaction Modes: Analysis (Safe), Advisory (Guided), Assistant (Interactive) - Mode-specific AI responses and behavior - Enhanced user interface with mode selection dropdown - Step-by-step guidance in Advisory mode - Interactive assistance framework for future automation 📸 Documentation: - Added 3 screenshots showing main interface, mode selection, and PCB analysis - Comprehensive README with mode explanations and examples - Installation guide (INSTALL.md) with troubleshooting - Upgrade notes and changelog 🔧 Technical Improvements: - Enhanced AI dialog with mode detection - Context-aware conversation system - Improved safety warnings and user guidance - Professional project structure with proper organization 📦 Ready for Distribution: - Complete plugin package for KiCad 9.0+ - Compatible with Ollama LLM integration - Supports both PCB and schematic analysis - Three ZIP releases available for different use cases
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
|
"name": "KIC-AI Assistant",
|
|
"description": "AI-powered PCB design assistant with 3 interaction modes and Ollama integration",
|
|
"description_full": "AI assistant for KiCad PCB design with Ollama LLM integration. Features 3 interaction modes (Analysis, Advisory, Assistant) for different user needs. Analyze both PCB layouts and schematics, get design advice, and receive guided assistance.",
|
|
"identifier": "com.jochem.kic-ai-assistant",
|
|
"type": "plugin",
|
|
"author": {
|
|
"name": "Jochem",
|
|
"contact": {
|
|
"web": ""
|
|
}
|
|
},
|
|
"maintainer": {
|
|
"name": "Jochem",
|
|
"contact": {
|
|
"web": ""
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"resources": {
|
|
"homepage": "",
|
|
"repository": ""
|
|
},
|
|
"tags": [
|
|
"ai",
|
|
"assistant",
|
|
"pcb",
|
|
"schematic",
|
|
"analysis",
|
|
"design",
|
|
"guided",
|
|
"interactive"
|
|
],
|
|
"versions": [
|
|
{
|
|
"version": "1.3.0",
|
|
"status": "stable",
|
|
"kicad_version": "6.0"
|
|
}
|
|
]
|
|
}
|