chore: bump detect-agent to 0.6.0 - #522
Conversation
Update together-py to the latest detect-agent release for improved agent detection (claude, codex, gemini, opencode, kimi code, grok). Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Broly Security ScanNote Summary 5 actionable finding(s) in this PR
All actionable items are in the table below. No finding is at or above
Dismiss false positivesTick a box to dismiss the finding; untick it to bring the finding back. That is the same as replying
Note Re-scan this PR anytime with
|
Summary
Bumps
detect-agentfrom>=0.5.0to>=0.6.0and refreshes lockfiles.Why
Follow-up to detect_agent 0.6.0 — agent detection updates for claude, codex, gemini, opencode, kimi code, and grok (detect_agent#17).
Requested on the release PR: togethercomputer/detect_agent#18
Changes
pyproject.toml:detect-agent>=0.6.0uv.lock/requirements-dev.lock: pindetect-agent==0.6.0No call-site changes needed —
determine_agent()return shape (is_agent/agent.name) is unchanged.Test plan
uv sync --all-extrasinstallsdetect-agent==0.6.0determine_agent()/agent_headers()pytest tests/test_client.py -k "header or agent or user_agent"(52 passed)