Skip to content

Commit 598260b

Browse files
committed
bump cli to v0.5.0, point to v6.0.0 tools
changelog entry as well
1 parent 67bf048 commit 598260b

5 files changed

Lines changed: 15 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v0.5.0 langium-ai
4+
5+
Minor release to bump to latest v6.0.0 tools release.
6+
7+
The new api is incompatible in some subtle ways with the original one with regards to built-in evaluators, and chart exports.
8+
The former may necessitate minor adjustments to ensure evaluations build.
9+
310
## v6.0.0 langium-ai-tools
411
*Aug 12th, 2026*
512

package-lock.json

Lines changed: 4 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langium-ai",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "AI application development tooling for Langium-based DSL projects",
55
"repository": {
66
"type": "git",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"commander": "^15.0.0",
4040
"glob": "^13.0.6",
41-
"langium-ai-tools": "~5.0.6",
41+
"langium-ai-tools": "~6.0.0",
4242
"yaml": "^2.9.0",
4343
"yocto-spinner": "^1.2.2"
4444
},

packages/examples/example-dsl-evaluator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"chromadb": "^1.9.2",
2626
"dotenv": "^16.4.5",
2727
"langium": "~4.2.1",
28-
"langium-ai-tools": "~5.0.6",
28+
"langium-ai-tools": "~6.0.0",
2929
"ollama": "^0.5.9",
3030
"openai": "^4.67.3"
3131
}

packages/langium-ai-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"@modelcontextprotocol/sdk": "^1.30.0",
34-
"langium-ai-tools": "~5.0.5",
34+
"langium-ai-tools": "~6.0.0",
3535
"langium": "~4.2.1",
3636
"zod": "^3.25 || ^4.0"
3737
},

0 commit comments

Comments
 (0)