Skip to content

Commit a20a403

Browse files
committed
chore: update imports
1 parent b43546b commit a20a403

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ run = [
140140
"echo 'coverage.xml' >> .git/info/exclude",
141141
"echo 'test-results.xml' >> .git/info/exclude",
142142
"ln -sf AGENTS.md CLAUDE.md",
143+
"ln -sf AGENTS.md GEMINI.md",
143144
"eval \"$(mise activate \"$ACTIVE_SHELL\")\" &>/dev/null",
144145
]
145146
run_windows = [
@@ -154,6 +155,7 @@ run_windows = [
154155
"echo coverage.xml >> .git\\info\\exclude",
155156
"echo test-results.xml >> .git\\info\\exclude",
156157
"mklink CLAUDE.md AGENTS.md > NUL 2>&1",
158+
"mklink GEMINI.md AGENTS.md > NUL 2>&1",
157159
"mise activate cmd",
158160
]
159161
silent = "stdout"
@@ -172,6 +174,7 @@ run = [
172174
"echo \"running cloud-setup task\"",
173175
"echo \"[codeweaver] Setting up cloud development environment...\"",
174176
"ln -sf AGENTS.md CLAUDE.md",
177+
"ln -sf AGENTS.md GEMINI.md",
175178
'''if ! command -v mise &>/dev/null; then
176179
if [ -d "$HOME/.local/share/mise" ] || [ -d "$HOME/.mise" ] || [ -f "$HOME/.local/bin/mise" ]; then
177180
export PATH="$HOME/.local/bin:$HOME/.mise/bin:$HOME/.local/share/mise/bin:$PATH"

src/codeweaver/providers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,7 @@
17681768
"SparseCapabilities",
17691769
"SparseCapabilityResolverDep",
17701770
"SparseEmbedding",
1771+
"SparseEmbedding",
17711772
"SparseEmbeddingCapabilityResolver",
17721773
"SparseEmbeddingConfigT",
17731774
"SparseEmbeddingModelCapabilities",

0 commit comments

Comments
 (0)