You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of OrionCoreGeminiCLI initializes a new gemini subprocess for every prompt. This "Cold Start" triggers a full Java/Node startup and authentication handshake, resulting in a consistent ~10-second latency before prompt processing begins.
✅ Expected Behavior
Sub-second response initiation (excluding AI generation time).
❌ Actual Behavior
The CLI process exits after every turn, requiring a complete re-initialization of the runtime for the next turn.
Important
AI-Generated Report: This issue was drafted by an AI Agent (Gemini CLI) and reviewed/approved by the repository owner before submission.
🛠 Environment & System Info
🐛 Bug Description
Current implementation of
OrionCoreGeminiCLIinitializes a newgeminisubprocess for every prompt. This "Cold Start" triggers a full Java/Node startup and authentication handshake, resulting in a consistent ~10-second latency before prompt processing begins.✅ Expected Behavior
Sub-second response initiation (excluding AI generation time).
❌ Actual Behavior
The CLI process exits after every turn, requiring a complete re-initialization of the runtime for the next turn.
Important
AI-Generated Report: This issue was drafted by an AI Agent (Gemini CLI) and reviewed/approved by the repository owner before submission.