mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
* Move openai specific workaround so it doesn't apply to other providers * Fix gemini tool calling * Improve efficiency of frame listing for previews * debug replay fixes - initial selection without changing the radio button in the dialog would select 1 hour (rather than 1 minute) - use CLIPS_DIR instead of CACHE_DIR so that longer replay clips don't cause tmpfs cache overflows * don't re-render the tracking details overlay on every video time tick * change pinned to planned --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2.9 KiB
2.9 KiB
Please read the contributing guidelines before submitting a PR.
Proposed change
Type of change
- Dependency upgrade
- Bugfix (non-breaking change which fixes an issue)
- New feature
- Breaking change (fix/feature causing existing functionality to break)
- Code quality improvements to existing code
- Documentation Update
Additional information
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- Link to discussion with maintainers (required for any large or "planned" features):
For new features
- There is an existing feature request or discussion with community interest for this change.
- Link:
AI disclosure
- No AI tools were used in this PR.
- AI tools were used in this PR. Details below:
AI tool(s) used (e.g., Claude, Copilot, ChatGPT, Cursor):
How AI was used (e.g., code generation, code review, debugging, documentation):
Extent of AI involvement (e.g., generated entire implementation, assisted with specific functions, suggested fixes):
Human oversight: Describe what manual review, testing, and validation you performed on the AI-generated portions.
Checklist
- The code change is tested and works locally.
- Local tests pass. Your PR cannot be merged unless tests pass
- There is no commented out code in this PR.
- I can explain every line of code in this PR if asked.
- UI changes including text have used i18n keys and have been added to the
enlocale. - The code has been formatted using Ruff (
ruff format frigate)