Skip to content

Commit 9eb1b84

Browse files
ericyangpanclaude
andcommitted
data: update manifest data and remove trailing whitespace
- Remove trailing newlines from model manifest files - Update CLI and extension manifest data - Format JSON schema files with Biome - Update cspell dictionary configuration πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b1fe448 commit 9eb1b84

33 files changed

+74
-238
lines changed

β€Žcspell.jsonβ€Ž

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
33
"version": "0.2",
4-
"useGitignore": true,
5-
"ignorePaths": [
6-
"cloudflare-env.d.ts",
7-
"docs"
4+
"language": "en,de",
5+
"dictionaries": ["de"],
6+
"dictionaryDefinitions": [
7+
{
8+
"name": "de",
9+
"path": "node_modules/@cspell/dict-de-de/de_DE.trie.gz",
10+
"description": "German dictionary"
11+
}
812
],
13+
"useGitignore": true,
14+
"ignorePaths": ["cloudflare-env.d.ts", "docs"],
915
"words": [
1016
"agentic",
1117
"AiCodingStack",
@@ -22,7 +28,11 @@
2228
"Qwen",
2329
"Roo",
2430
"shareAI",
25-
"TRAE"
31+
"TRAE",
32+
"RLHF",
33+
"xyflow",
34+
"Integrationen",
35+
"Entwicklungsworkflows"
2636
],
2737
"allowCompoundWords": true
28-
}
38+
}

β€Žmanifests/clis/kode.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"verified": false,
1313
"vendor": "shareAI Lab",
1414
"latestVersion": "1.2.0",
15-
"githubUrl": "https://github.com/shareAI-lab/Kode",
15+
"githubUrl": "https://github.com/shareAI-lab/Kode-cli",
1616
"license": "Apache-2.0",
1717
"pricing": [
1818
{
@@ -33,7 +33,7 @@
3333
"communityUrls": {
3434
"linkedin": null,
3535
"twitter": null,
36-
"github": "https://github.com/shareAI-lab/Kode",
36+
"github": "https://github.com/shareAI-lab/Kode-cli",
3737
"youtube": null,
3838
"discord": null,
3939
"reddit": null,

β€Žmanifests/extensions/augment-code.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"verified": false,
1313
"vendor": "Augment",
1414
"latestVersion": "1.0.0",
15-
"githubUrl": "https://github.com/augmentcode",
15+
"githubUrl": null,
1616
"license": "Proprietary",
1717
"pricing": [
1818
{

β€Žmanifests/models/claude-3-7-sonnet.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/anthropic/claude-3.7-sonnet"
2626
}
2727
}
28-

β€Žmanifests/models/claude-haiku-4-5.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/anthropic/claude-haiku-4.5"
2626
}
2727
}
28-

β€Žmanifests/models/claude-opus-4-1.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/anthropic/claude-opus-4.1"
2626
}
2727
}
28-

β€Žmanifests/models/claude-sonnet-4-5.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/anthropic/claude-sonnet-4.5"
2626
}
2727
}
28-

β€Žmanifests/models/claude-sonnet-4.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/anthropic/claude-sonnet-4"
2626
}
2727
}
28-

β€Žmanifests/models/gemini-2-5-flash.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/google/gemini-2.5-flash"
2626
}
2727
}
28-

β€Žmanifests/models/gemini-2-5-pro.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
"openrouter": "https://openrouter.ai/google/gemini-2.5-pro"
2626
}
2727
}
28-

0 commit comments

Comments
Β (0)