Compare commits

..

1 Commits

Author SHA1 Message Date
paoloricciuti
df7b64eb73 fix: broaden checks for imported runes because LLMs are unhinged 2026-03-13 22:48:14 +01:00
8 changed files with 19 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
---
"@sveltejs/opencode": patch
---
chore: sync skills from svelte.dev

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/opencode': patch
---
fix: update svelte-file-editor agent to use proper name

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/mcp': patch
---
fix: broaden checks for imported runes because LLMs are unhinged

View File

@@ -1,11 +1,5 @@
# @sveltejs/mcp
## 0.1.22
### Patch Changes
- fix: broaden checks for imported runes because LLMs are unhinged ([#185](https://github.com/sveltejs/ai-tools/pull/185))
## 0.1.21
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/mcp",
"version": "0.1.22",
"version": "0.1.21",
"type": "module",
"license": "MIT",
"mcpName": "dev.svelte/mcp",

View File

@@ -9,7 +9,7 @@
"subfolder": "packages/mcp-stdio",
"source": "github"
},
"version": "0.1.22",
"version": "0.1.21",
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
"icons": [
{
@@ -25,7 +25,7 @@
{
"registryType": "npm",
"identifier": "@sveltejs/mcp",
"version": "0.1.22",
"version": "0.1.21",
"runtimeHint": "npx",
"transport": {
"type": "stdio"

View File

@@ -1,13 +1,5 @@
# @sveltejs/opencode
## 0.1.6
### Patch Changes
- chore: sync skills from svelte.dev ([#178](https://github.com/sveltejs/ai-tools/pull/178))
- fix: update svelte-file-editor agent to use proper name ([#183](https://github.com/sveltejs/ai-tools/pull/183))
## 0.1.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/opencode",
"version": "0.1.6",
"version": "0.1.5",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sveltejs/ai-tools#readme",