DragonFSKY

Results 12 issues of DragonFSKY

用的重写版 挂载的onedrive 上面有很多的小文件 已经缓存了2天了orz

## PR Title Format **Please ensure your PR title follows [Conventional Commits](https://www.conventionalcommits.org/) format:** ### Version Bumping Types (trigger semantic release): - `feat: ` - New features → **MINOR** version bump...

## PR Title Format This PR uses `feat:` type, which will trigger a minor version bump (e.g., 9.1.3 -> 9.2.0) ## Overview This PR implements two major features for Gemini...

# feat(openai)!: Responses API with unified token estimation ## Description Implements comprehensive OpenAI Responses API support for reasoning models (o3, o3-pro, o4-mini, GPT-5 series) with unified multi-modal token estimation for...

## Summary - Fixes path traversal vulnerability (CWE-22) where subdirectories of dangerous paths were not blocked - `is_dangerous_path()` now uses prefix matching instead of exact string matching - For example,...

# fix(server): wrap ModelContext initialization errors ## Summary Fixes uncaught exceptions during ModelContext initialization that cause 500 Internal Server Errors and session crashes when users request invalid/restricted models. ## Problem...

## Description The previous fix (aceddb6) removed `--search` entirely to fix the "unexpected argument" error, but this also disabled web search functionality. This PR restores web search for clink codex...

## Summary Fixes #344 and #327 This PR resolves two related issues where `CUSTOM_MODEL_NAME` was not visible to all parts of the system: - **Issue #344**: Auto mode fails when...

## Description Adds comprehensive image upload limit validation for OpenRouter models based on official provider documentation. This PR implements per-image size limits, image count limits, and total request size limits...