3c06ec6a89
🔧 New Features: - Complete configuration dialog with tabbed interface - Nexar API key management with persistent storage - Automatic demo/API mode switching - Settings saved to ~/.kic-ai/config.json - Enhanced MCP client with API key support 📦 Updates: - Updated README with v2.3.0 ZIP and Nexar pricing features - Updated metadata.json with new version and pricing tags - Remove old ZIP files and keep only latest version - Add comprehensive configuration documentation 🚀 Ready for production use with optional API key setup
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
|
"name": "KIC-AI Assistant",
|
|
"description": "🤖 Multilingual AI-powered PCB design assistant with real-time component pricing. Supports EN, NL, DE, ES, FR, PT with 3 interaction modes and dual PCB/schematic analysis. Includes Nexar API integration for distributor pricing.",
|
|
"description_full": "AI assistant for KiCad PCB design with Ollama LLM integration and component pricing. Features 3 interaction modes (Analysis, Advisory, Assistant), real-time pricing from multiple distributors via Nexar API, configuration management, and support for both PCB layouts and schematics.",
|
|
"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",
|
|
"pricing",
|
|
"nexar",
|
|
"guided",
|
|
"interactive"
|
|
],
|
|
"versions": [
|
|
{
|
|
"version": "2.3.0",
|
|
"status": "stable",
|
|
"kicad_version": "9.0"
|
|
}
|
|
]
|
|
}
|