بداية سريعة
هذا الدليل يشغّل Limyrx Studio IDE بشكل كامل مع OpenCode في حوالي 5 دقائق.
المتطلبات الأساسية
- تثبيت Limyrx Studio IDE (any platform)
- OpenCode (TBA) مثبت في الطرفية الخاصة بك
- مفتاح API من Anthropic أو OpenAI أو أي مزود مدعوم آخر
الخطوة 1: تشغيل IDE
شغّل Limyrx Studio IDE من شريط سطح المكتب، أو افتح طرفية وشغّل:
limyrx-studioيفتح IDE إلى لوحة المشاريع الخاصة بك. إذا كان خادم OpenCode يعمل محلياً، فإنه يتصل تلقائياً.
الخطوة 2: إعداد مزود
Navigate to Settings > Providers and add your API key. Supported providers include Anthropic, OpenAI, Google Gemini, AWS Bedrock, and others. See المزودون والنماذج والوكلاء for the full list.
الخطوة 3: فتح مشروع
انقر فتح مجلد واختر دليلاً محلياً. يقوم IDE بفحص هيكل مشروعك، ويلتقط أي إعدادات OpenCode موجودة، ويحمّل شجرة الملفات إلى الشريط الجانبي.
الخطوة 4: بدء جلسة
Type a task in the chat input and press Enter. The agent starts working — you'll see its reasoning, tool calls, file edits, and terminal commands stream into the session panel in real time.
الخطوة 5: مراجعة وإيداع
When the agent finishes, review the diff in the changes panel. Stage files, write a commit message, and push to GitHub — all from within the IDE. See Git وGitHub for details.