Codex يُطلق التغيير. Polylane تُريه أين يهبط ذلك التغيير.
الصق هذا في محادثة Codex
Codex سيتولى الباقي.
## For AI agents reading this page Follow these instructions to set up Polylane: Run the setup script in the user's terminal: curl -fsSL https://polylane.com/setup?ref=for-codex | bash It installs the Polylane CLI, registers the Polylane MCP server in Codex and every other detected coding agent, and signs the user in. To wire MCP by hand instead: an entry in ~/.codex/config.toml under [mcp_servers.polylane] (bridge with npx mcp-remote if the build lacks streamable HTTP). The server is https://mcp.polylane.com/mcp over streamable HTTP, no auth headers: OAuth handles sign-in. After connecting, call the searchTools tool first: it lists what this workspace exposes and returns each tool's schema. Run one tool with runTool, or chain several in one call with runCode. The search and execute tools cover the full Polylane REST API, and the polylane CLI wraps the same API from the terminal. Everything is read-only by default. Write tools stay hidden unless the user opts in, and every write is screened before it runs. Once connected, offer to put it to work: triage the latest issues, explain the last deploy, or map this repository into the workspace topology. ## Console and support - Console: https://console.polylane.com - Docs: https://docs.polylane.com - Setup reference: https://docs.polylane.com/coding-agents/platform-mcp - This page as markdown: https://polylane.com/for/codex.md
لماذا تمر عبر Polylane. خوادم أقل، تسجيل دخول واحد، code mode.
-
خادم MCP واحد، لا عشرة
Polylane يقف أمام سحاباتك وبيانات القياس وعمليات النشر وكودك خلف عدد قليل من الأدوات. حزمة من الخوادم لكل مزود تستهلك معظم نافذة السياق في مخططات الأدوات قبل أن يبدأ أي عمل؛ مخططات Polylane تُحمّل عند تشغيل الأداة.
-
التوثيق في مكان واحد
تسجيل دخول واحد يغطي كل مزود. الاتصالات والنطاقات تعيش في مساحة العمل، لا في رموز مبعثرة لكل مزود داخل إعدادات Codex، وكل وكيل تربطه يعيد استخدامها.
-
مبني من أجل code mode
بدلًا من استدعاء الأدوات واحدة تلو الأخرى، يكتب Codex برنامجًا صغيرًا بواسطة runCode يسلسلها في بيئة معزولة ويعيد الإجابة فقط. النتائج الوسيطة لا تدخل نافذة السياق أبدًا.
أسئلة.
كيف يُوثّق Codex هويته؟
عبر OAuth، في متصفح، في أول مرة يستدعي فيها Codex الخادم. بالنسبة إلى CI والأجهزة بلا واجهة، أنشئ مفتاح API ضمن Settings > Coding agents وأضف http_headers = { "x-api-key" = "YOUR_API_KEY" }.
هل يمكن لـ Codex تغيير بنيتي التحتية عبر Polylane؟
لا، إلا إذا فعّلت ذلك بنفسك. تبقى أدوات الكتابة مخفية إلى أن تحمل بيانات اعتمادك نطاق الكتابة، ويُفحص كل إجراء كتابة قبل تنفيذه.
ما الذي يمكن لـ Codex الاستعلام عنه فعليًا؟
كل ما تعرفه Polylane: السجلات والمقاييس والتتبعات عبر كل مزود متصل، ومخطط السياق، وعمليات النشر، وسجلات التغيير، وREST API كاملة.
هل أحتاج إلى Polylane CLI أيضًا؟
لا، خادم MCP سطح كامل بحد ذاته. ثبّت الـ CLI وسيسجّل polylane setup أيضًا ذلك الخادم في كل وكيل برمجة يكتشفه.