Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lydiym
/
claude-code-proxy
Public
forked from
1rgs/claude-code-proxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
fix(bugs): prompt-cache stability, image tool_results, Anthropic-shaped field passthrough
- #7
#7
Open
lydiym
wants to merge 28 commits into
main
lydiym/claude-code-proxy:main
from
fix/bugs
lydiym/claude-code-proxy:fix/bugs
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
fix(bugs): prompt-cache stability, image tool_results, Anthropic-shaped field passthrough
#7
lydiym
wants to merge 28 commits into
main
lydiym/claude-code-proxy:main
from
fix/bugs
lydiym/claude-code-proxy:fix/bugs
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
fix(server): cache-stable OpenAI wire form for llama-server prefix caching
Show description for 225634d
lydiym
and
claude
committed
225634d
View commit details
Copy full SHA for 225634d
Browse repository at this point
test: replace Cyrillic fixture with CJK in unicode test
Show description for 8b1cdc8
lydiym
and
claude
committed
8b1cdc8
View commit details
Copy full SHA for 8b1cdc8
Browse repository at this point
Commits on Aug 19, 2026
Merge branch 'main' into fix/bugs
Show description for ffc4836
lydiym
committed
ffc4836
View commit details
Copy full SHA for ffc4836
Browse repository at this point
fix(server): pick tool_use stop_reason when upstream omits finish_reason
Show description for 2aa8a98
lydiym
and
claude
committed
2aa8a98
View commit details
Copy full SHA for 2aa8a98
Browse repository at this point
Commits on Aug 20, 2026
feat(prompt_remap): cover task-tools reminder variant
Show description for 955806a
lydiym
and
claude
committed
955806a
View commit details
Copy full SHA for 955806a
Browse repository at this point
style: fix pre-existing ruff errors
Show description for c136b7b
lydiym
and
claude
committed
c136b7b
View commit details
Copy full SHA for c136b7b
Browse repository at this point
feat(debug): PROXY_DEBUG_CACHE_DUMP=1 writes prompt diffs to cwd
Show description for 17f0507
lydiym
and
claude
committed
17f0507
View commit details
Copy full SHA for 17f0507
Browse repository at this point
fix(debug): _strip_ids no longer mutates the caller's payload
Show description for 92d2a28
lydiym
and
claude
committed
92d2a28
View commit details
Copy full SHA for 92d2a28
Browse repository at this point
fix(debug): match newest prior and disambiguate same-second stamps
Show description for a9f1479
lydiym
and
claude
committed
a9f1479
View commit details
Copy full SHA for a9f1479
Browse repository at this point
fix(debug): scrub tool_call ids in disk artifacts too
Show description for 5bd8011
lydiym
and
claude
committed
5bd8011
View commit details
Copy full SHA for 5bd8011
Browse repository at this point
feat(server): WARNING log when prompt_remap strips something
lydiym
committed
ba44803
View commit details
Copy full SHA for ba44803
Browse repository at this point
refactor(debug): drop cache debug -diff.diff artifact
Show description for 515a498
lydiym
and
claude
committed
515a498
View commit details
Copy full SHA for 515a498
Browse repository at this point
feat(server): show match count in prompt_remap log
Show description for de79904
lydiym
and
claude
committed
de79904
View commit details
Copy full SHA for de79904
Browse repository at this point
fix(server): don't crash when message content is a list
Show description for 9757f67
lydiym
committed
9757f67
View commit details
Copy full SHA for 9757f67
Browse repository at this point
fix(server): preserve image content in tool_result blocks
Show description for 7bb774e
lydiym
committed
7bb774e
View commit details
Copy full SHA for 7bb774e
Browse repository at this point
test(streaming): prove proxy faithfully forwards partial tool arguments
Show description for 3ebc967
lydiym
committed
3ebc967
View commit details
Copy full SHA for 3ebc967
Browse repository at this point
Commits on Aug 25, 2026
feat(debug): add inbound Anthropic request dump
Show description for 0f85411
lydiym
and
claude
committed
0f85411
View commit details
Copy full SHA for 0f85411
Browse repository at this point
fix(server): hoist top-level system field before in-band reminders
Show description for d98f531
lydiym
and
claude
committed
d98f531
View commit details
Copy full SHA for d98f531
Browse repository at this point
feat(server): translate output_config.effort + pass thinking through
Show description for d8f953e
lydiym
and
claude
committed
d8f953e
View commit details
Copy full SHA for d8f953e
Browse repository at this point
fix(server): round-trip reasoning_content on assistant turns
Show description for 493a903
lydiym
and
claude
committed
493a903
View commit details
Copy full SHA for 493a903
Browse repository at this point
Commits on Aug 26, 2026
fix(debug): wrap inbound body dump in try/except as docstring promises
Show description for 492d293
lydiym
and
claude
committed
492d293
View commit details
Copy full SHA for 492d293
Browse repository at this point
test(server): output_config.effort="" is treated as absent
Show description for 07fb595
lydiym
and
claude
committed
07fb595
View commit details
Copy full SHA for 07fb595
Browse repository at this point
docs: codify post-/code-review findings triage in CLAUDE.md
Show description for dc4ab80
lydiym
and
claude
committed
dc4ab80
View commit details
Copy full SHA for dc4ab80
Browse repository at this point
fix(server): collapse null text in tool_result content instead of crashing
Show description for da915b9
lydiym
and
claude
committed
da915b9
View commit details
Copy full SHA for da915b9
Browse repository at this point
test(server): cover tool_result text=null + inbound dump seq counter
Show description for e255233
lydiym
and
claude
committed
e255233
View commit details
Copy full SHA for e255233
Browse repository at this point
docs(bugtracker): extra_body spread doesn't filter protected keys
Show description for 3b9ae47
lydiym
and
claude
committed
3b9ae47
View commit details
Copy full SHA for 3b9ae47
Browse repository at this point
fix(server): annotate CONFIG so ty can resolve downstream indexing
Show description for debf51a
lydiym
and
claude
committed
debf51a
View commit details
Copy full SHA for debf51a
Browse repository at this point
test(server): suppress remaining ty false positives after CONFIG annotation
Show description for 855a6ea
lydiym
and
claude
committed
855a6ea
View commit details
Copy full SHA for 855a6ea
Browse repository at this point
You can’t perform that action at this time.