-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: nghyane/copilot-api
base: master
head repository: righttang/copilot-api
compare: master
- 9 commits
- 13 files changed
- 3 contributors
Commits on Jun 10, 2025
-
feat: enhance tokenizer and add tool support
- Improve tokenizer to handle complex message types (tool calls, content parts) - Add comprehensive tool support to chat completions - Add better error handling for unsupported features - Add null safety checks for message processing
“nghyane” committedJun 10, 2025 Configuration menu - View commit details
-
Copy full SHA for 3045552 - Browse repository at this point
Copy the full SHA 3045552View commit details
Commits on Jun 15, 2025
-
fix: resolve Anthropic streaming response parsing issue
Fixed streaming response handler in TypeScript implementation to properly parse chunks from fetch-event-stream library. The issue was that the library returns objects with a .data property containing the actual SSE data, but the original parser only handled string or direct object formats. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c367a93 - Browse repository at this point
Copy the full SHA c367a93View commit details -
docs: update README with Claude Code integration info
- Remove ko-fi support section - Add dedicated Claude Code integration section with setup instructions - Document how to configure Claude Code to use this proxy with environment variables 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 84a4488 - Browse repository at this point
Copy the full SHA 84a4488View commit details -
docs: remove npx usage and update start command
- Remove all npx-related sections since the package is no longer available - Update Claude Code start command to use bun run dev start --port 4143 --business --verbose - Update all example commands to use bun run dev instead of npx - Keep Docker section for alternative deployment option 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 054ae8a - Browse repository at this point
Copy the full SHA 054ae8aView commit details -
docs: add complete Claude Code environment configuration
- Add ANTHROPIC_MODEL=claude-sonnet-4 environment variable - Add set -e CLAUDE_CODE_USE_BEDROCK to disable Bedrock usage - Update configuration instructions for complete Claude Code setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 143709e - Browse repository at this point
Copy the full SHA 143709eView commit details -
feat: improve model selection and remove lint hooks
- Enhance selectCopilotModel to prioritize exact matches before falling back to claude-3.7-sonnet - Remove pre-commit lint hooks to streamline development workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 014fb97 - Browse repository at this point
Copy the full SHA 014fb97View commit details -
Remove .env.example and main.py as they are no longer needed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 65581c1 - Browse repository at this point
Copy the full SHA 65581c1View commit details -
docs: add comprehensive API endpoints documentation
Document all implemented endpoints including OpenAI-compatible and Anthropic-compatible routes with descriptions and HTTP methods. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 57a8c0d - Browse repository at this point
Copy the full SHA 57a8c0dView commit details
Commits on Jun 18, 2025
-
feat: enhance Copilot token management with improved logging and erro…
…r handling - Introduced a utility function to format timestamps for better log readability. - Implemented a mechanism to track refresh failures and log detailed error messages. - Added checks for multiple refresh failures to prompt users about potential GitHub token expiration. This update improves the reliability and transparency of the Copilot token refresh process.
Configuration menu - View commit details
-
Copy full SHA for a9fe534 - Browse repository at this point
Copy the full SHA a9fe534View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master