BerriAI
litellm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(websearch): deduplicate overlapping keys between optional_params and kwargs_for_followup When both `anthropic_messages_optional_request_params` and the forwarded `kwargs` contain the same key (e.g. `output_config`), the `**` splat in `acreate()` raises: TypeError: acreate() got multiple values for keyword argument 'output_config' This happens because `_prepare_followup_kwargs()` forwards all non-internal kwargs, but those can overlap with the Anthropic optional params that were already extracted separately. Fix: after building `kwargs_for_followup`, remove any keys that are already present in `optional_params_without_max_tokens` so the explicit optional params always win. Fixes #24856
voidborne-d:fix/websearch-duplicate-output-config
3 minutes ago
fix: address remaining Greptile review comments - Remove unused useCallback import (index.tsx) - Remove unused ENV_COLORS variable (prompt_info.tsx) - P1: in-memory fallback in get_prompt_versions now respects environment filter - P1: reset selectedEnv when promptId changes to avoid stale state - Cyclic imports are pre-existing pattern, not introduced by this PR Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
talhaanwarch:feat/prompt-environment-and-user-tracking-clean
12 minutes ago
fix: address Greptile review findings - P1: delete_prompt scopes in-memory cleanup to environment when provided - P2: dotprompt_content parsed directly regardless of environment flag - P2: use distinct for environments query - P2: fix double-fetch on initial mount in prompt_info.tsx - fix: remove unsupported select kwarg from find_many Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
talhaanwarch:feat/prompt-environment-and-user-tracking-clean
16 minutes ago
fix: Black formatting and add environments to PromptInfoResponse TypeScript type Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
talhaanwarch:feat/prompt-environment-and-user-tracking-clean
27 minutes ago
test(oci): address Greptile review findings - Add gemini-2.5-flash-lite to chat model price assertions - Add unit tests for Gemini null-message and null-completionTokens paths
danielgandolfi1984:fix/oci-gemini-response-parsing
31 minutes ago
feat: add environment and user tracking to prompt management - Add environment (development/staging/production) and created_by columns to LiteLLM_PromptTable - Update unique constraint to [prompt_id, version, environment] - All CRUD endpoints support environment filtering and user tracking - Redesigned prompt detail page with environment tabs and version history - UI: environment filter on list page, environment selector in editor - 8 new tests for environment and user tracking Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
talhaanwarch:feat/prompt-environment-and-user-tracking-clean
37 minutes ago
Fix black formatting: collapse f-string in error message
acebot712:add-promptguard-guardrail
1 hour ago
ci(security): add workflow to block .pth files in PRs Add a security gate workflow that scans pull requests for malicious .pth file additions or renames. .pth files are a known Python security risk as they allow arbitrary code execution at interpreter startup. The workflow will fail the check if any .pth files are detected, prompting the author to rename legitimate fixtures to .pth.txt. chore: remove malicious.pth file The file was identified as potentially harmful and has been deleted to maintain repository security. ci: update actions/github-script to pinned version v7.0.1 Update the GitHub Actions workflow to use a pinned version tag instead of a commit hash for the `actions/github-script` action. This improves maintainability and security by using an official, versioned release. docs: add security gate check to PR templates and improve scan Update CONTRIBUTING.md and pull request template to document the new Critical Entry Point Scan requirement. Enhance the security-gate workflow with a warning for large PRs exceeding GitHub API limits and add configuration notes for branch protection.
Berg-it:feat/security-pr-scanner
1 hour ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(websearch): deduplicate overlapping keys in follow-up kwargs to prevent TypeError
#24858
5 minutes ago
8557766
voidborne-d:fix/websearch-duplicate-output-config
CodSpeed Performance Gauge
0%
feat: add environment and user tracking to prompt management
#24855
14 minutes ago
7ec7400
talhaanwarch:feat/prompt-environment-and-user-tracking-clean
CodSpeed Performance Gauge
0%
fix(oci): handle Gemini response format differences
#24816
33 minutes ago
f8863be
danielgandolfi1984:fix/oci-gemini-response-parsing
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs