[PR #26] [CLOSED] feat(cursor,claude-code tools use): add Cursor IDE and Claude Code to tools use #59

Closed
opened 2026-02-27 07:17:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwadow/kiro-gateway/pull/26
Author: @cniu6
Created: 1/9/2026
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 80e877e feat(cursor,claude-code tools use): add Cursor IDE and Claude Code to tools use
  • 217faaa Merge upstream/main and resolve conflicts
  • 3c52c21 feat(converters): add image extraction support across providers

📊 Changes

10 files changed (+499 additions, -59 deletions)

View changed files

📝 README.md (+102 -1)
📝 kiro/converters_anthropic.py (+104 -8)
📝 kiro/converters_core.py (+152 -27)
📝 kiro/converters_openai.py (+52 -12)
📝 kiro/http_client.py (+1 -1)
📝 kiro/models_anthropic.py (+22 -1)
📝 kiro/models_openai.py (+29 -3)
📝 main.py (+3 -1)
📝 tests/unit/test_converters_anthropic.py (+27 -0)
📝 tests/unit/test_converters_core.py (+7 -5)

📄 Description

fix more see:logs>>XD


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jwadow/kiro-gateway/pull/26 **Author:** [@cniu6](https://github.com/cniu6) **Created:** 1/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`80e877e`](https://github.com/jwadow/kiro-gateway/commit/80e877e9e5e8106bbcee85770a7ee196ef360412) feat(cursor,claude-code tools use): add Cursor IDE and Claude Code to tools use - [`217faaa`](https://github.com/jwadow/kiro-gateway/commit/217faaa8d77671fbefc9968a1dcd97eceaa40333) Merge upstream/main and resolve conflicts - [`3c52c21`](https://github.com/jwadow/kiro-gateway/commit/3c52c21995bcd894fbdaf80d2b1f9a63afeefed9) feat(converters): add image extraction support across providers ### 📊 Changes **10 files changed** (+499 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+102 -1) 📝 `kiro/converters_anthropic.py` (+104 -8) 📝 `kiro/converters_core.py` (+152 -27) 📝 `kiro/converters_openai.py` (+52 -12) 📝 `kiro/http_client.py` (+1 -1) 📝 `kiro/models_anthropic.py` (+22 -1) 📝 `kiro/models_openai.py` (+29 -3) 📝 `main.py` (+3 -1) 📝 `tests/unit/test_converters_anthropic.py` (+27 -0) 📝 `tests/unit/test_converters_core.py` (+7 -5) </details> ### 📄 Description fix more see:logs>>XD --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:17:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/kiro-gateway-jwadow#59
No description provided.