Open Issues Need Help
View All on GitHubAI Summary: The user reports that the `kimi-k2.5` model is not available in the model selection list when using the `moonshot` API provider within the VSCode extension. They also found that attempting to use it via an OpenAI-compatible key fails with an "invalid temperature" error, suggesting the model has specific parameter requirements. The core request is to add `kimi-k2.5` as a selectable model for the `moonshot` provider.
AI Summary: The GitHub issue reports that Cline's system prompts and internal documentation use gendered language, specifically 'his', instead of gender-neutral pronouns. This occurs in error handling or guidance messages, particularly when Cline encounters issues or gets stuck on tasks. The expected behavior is to use gender-neutral alternatives like 'their' or rephrase sentences to avoid gendered pronouns entirely.
AI Summary: The VSCode extension crashes when interacting with OpenAI-compatible APIs (e.g., DeepSeek, Groq) at the end of the token stream. The crash, indicated by "Cannot read properties of undefined (reading 'type')", occurs because `src/api/providers/openai.ts` does not properly handle usage chunks that might have empty `choices` arrays or an undefined `delta` object, unlike other tools that explicitly check for this condition.