Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
34f4c65
fix(snowflake): migrate to native Cortex REST API endpoints
sfc-gh-nashukla Jun 3, 2026
a7de06c
fix(snowflake): map max_tokens to max_completion_tokens for native en…
sfc-gh-nashukla Jun 5, 2026
c5b36cf
fix: handle multi-turn tool conversations and OpenAI→Anthropic tool f…
sfc-gh-nashukla Jun 8, 2026
70d3fbb
test: add coverage for malformed JSON and non-string tool arguments
sfc-gh-nashukla Jun 8, 2026
f5c7a1f
fix(tests): update chat transformation tests for native OpenAI-compat…
sfc-gh-nashukla Jun 8, 2026
d3894eb
style: apply black formatting
sfc-gh-nashukla Jun 8, 2026
f9de88f
fix: resolve mypy type errors in anthropic transformation
sfc-gh-nashukla Jun 8, 2026
9f9cac2
fix: correct mypy type: ignore error codes (attr-defined)
sfc-gh-nashukla Jun 8, 2026
9d8ec2a
fix: use max_tokens instead of max_completion_tokens for Snowflake en…
sfc-gh-nashukla Jun 11, 2026
31e7e02
refactor: merge Anthropic config into unified SnowflakeConfig with au…
sfc-gh-nashukla Jun 11, 2026
e817f28
fix: use max_completion_tokens for /chat/completions (Snowflake depre…
sfc-gh-nashukla Jun 11, 2026
913dc46
fix(tests): update assertions for Claude auto-routing to /messages en…
sfc-gh-nashukla Jun 11, 2026
7aa6ac2
fix(snowflake): add tool_choice conversion and preserve max_completio…
sfc-gh-nashukla Jun 11, 2026
97452f7
fix(snowflake): use ChatCompletionMessageToolCall objects and strip m…
sfc-gh-nashukla Jun 11, 2026
93c0a88
fix(snowflake): collect multiple system messages to prevent guardrail…
sfc-gh-nashukla Jun 11, 2026
7c2ed46
chore: remove committed .pyc files and add __pycache__ to .gitignore
sfc-gh-nashukla Jun 11, 2026
406cfd3
fix: remove unused Union import
sfc-gh-nashukla Jun 11, 2026
434e7d5
fix: restore original .gitignore (accidentally replaced in earlier co…
sfc-gh-nashukla Jun 11, 2026
d5bc1e3
feat(snowflake): add streaming response handler for both Anthropic an…
sfc-gh-nashukla Jun 11, 2026
dab63a5
fix: remove unused AsyncIterator and Iterator imports
sfc-gh-nashukla Jun 11, 2026
4577960
fix: add missing total_tokens to ChatCompletionUsageBlock
sfc-gh-nashukla Jun 11, 2026
00890f1
fix(snowflake): coalesce consecutive tool results into single user me…
sfc-gh-nashukla Jun 11, 2026
e4203c9
fix(snowflake): handle message_start event for streaming input_tokens…
sfc-gh-nashukla Jun 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading