Commit Graph
66 Commits
Author SHA1 Message Date
gabrii cdaeb14bd2 Fix context not being available while streaming 2025-09-16 17:25:05 +02:00
gabrii 38e51f93d9 Use correct models in /models endpoint 2025-09-16 17:13:05 +02:00
Gabriel GavilanandGitHub b3669d0701 Merge pull request #38 from gabrii/37-improve-401-reporting
Fix #37 Improve 401 resporting
2025-09-16 08:54:32 +02:00
gabrii 1856dd473e Fix #37 Improve 401 resporting 2025-09-16 08:53:19 +02:00
Gabriel GavilanandGitHub 3699ca3aa4 Merge pull request #36 from gabrii/35-handle-model-generating-invalid-json-gracefully
Fix #35: logging crashes when model provides invalid json
2025-09-15 12:42:03 +02:00
gabrii e2c17846df Fix #35: logging crashes when model provides invalid json 2025-09-15 12:40:54 +02:00
Gabriel GavilanandGitHub b24b47f2b6 Merge pull request #32 from hjertefolger/fix/azure-call-id-and-fstring
fix(azure): normalize tool call IDs and f-string with backslashes
2025-09-15 12:12:40 +02:00
hjertefolger 1a87d48ea8 style: format with isort/black via flask lint 2025-09-15 11:16:12 +02:00
hjertefolger 19458085a0 fix(azure): normalize tool call IDs to <=64 chars and fix f-string backslash issue\n\n- Map tool_call_id to stable 64-char hashes to satisfy Azure Responses API limits\n- Reformat error message string to avoid f-string backslash parsing 2025-09-15 11:15:14 +02:00
Gabriel GavilanandGitHub e9512b1fa2 Merge pull request #31 from gabrii/24-option-to-disable-reasoning-summaries-for-azure-accounts-that-have-not-gone-through-the-needed-verification
#24 option to disable reasoning summaries for azure accounts that have not gone through the needed verification
2025-09-15 10:53:24 +02:00
gabrii af9a30f9bc Allow disabling reasoning summaries 2025-09-15 10:49:29 +02:00
gabrii dab0265142 Support "minimal" reasoning effort 2025-09-15 10:24:51 +02:00
Gabriel GavilanandGitHub 6c396fd641 Merge pull request #30 from gabrii/29-request-failed
Fix default mechanism for azure settings, and improve reporting of azure errors
2025-09-15 08:53:26 +02:00
gabrii d0b90b20fc Improve azure error reporting
Prints to both the terminal and cursor:
  - The endpoint url (redacting the resource)
  - The azure response (redacting instructions/tools/input/prompt_cache_key)
  - CTA to report the issue
2025-09-15 08:49:49 +02:00
gabrii cbbe5dedae Fixes #29: Default mechanism for optional azure settings lead to blank arguments 2025-09-15 08:47:02 +02:00
gabrii 8a87d0033b Squash everything befor release.
Some past commits might have contained Cursor's IP or accidentally
commited API keys. Before making the repository public, all the history
has been squashed into a single commit with.
2025-09-14 17:38:55 +02:00