Skip to content

Commit 37b1300

Browse files
committed
Merge branch 'main' into bugfix/AgentTools_Loc
# Conflicts: # FrontEnd/Assets/AgentTools.wl
2 parents 045fd3b + ee8c03a commit 37b1300

33 files changed

Lines changed: 2470 additions & 431 deletions

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata":{
88
"description":"A collection of Wolfram agent skills",
9-
"version":"2.1.6"
9+
"version":"2.1.10"
1010
},
1111
"plugins":[
1212
{

.cspell.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"alnum",
55
"AmazonQ",
66
"amzq",
7+
"appname",
78
"Auggie",
89
"BUILDKIT",
910
"buildx",
@@ -19,6 +20,7 @@
1920
"FelisCatus",
2021
"frontmatter",
2122
"IDEURL",
23+
"Junie",
2224
"Kiro",
2325
"Legended",
2426
"libgomp",
@@ -65,6 +67,7 @@
6567
"Unparseable",
6668
"USERBASE",
6769
"USERPROFILE",
70+
"webp",
6871
"wolframalpha",
6972
"wolframengine",
7073
"WOLFRAMINIT",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.claude/settings.local.json
22
.claude/worktrees/
3+
.mcp.json
34

45
# Git merge-conflict artifacts (created by 3-way mergetools)
56
*_BACKUP_*

AgentSkills/References/SetUpWolframMCPServer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Replace `<ClientName>` with one of the supported clients:
4242
| Copilot CLI | `"CopilotCLI"` |
4343
| Cursor | `"Cursor"` |
4444
| Gemini CLI | `"GeminiCLI"` |
45+
| Junie | `"Junie"` |
4546
| OpenCode | `"OpenCode"` |
4647
| VS Code | `"VisualStudioCode"` |
4748
| Windsurf | `"Windsurf"` |

AgentSkills/Skills/wolfram-alpha/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Queries Wolfram|Alpha for up-to-date computational results and retr
44
compatibility: Requires the Wolfram MCP server or wolframscript on PATH
55
metadata:
66
author: Wolfram Research
7-
version: 2.1.6
7+
version: 2.1.10
88
---
99

1010
# Wolfram|Alpha

AgentSkills/Skills/wolfram-alpha/references/SetUpWolframMCPServer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Replace `<ClientName>` with one of the supported clients:
4242
| Copilot CLI | `"CopilotCLI"` |
4343
| Cursor | `"Cursor"` |
4444
| Gemini CLI | `"GeminiCLI"` |
45+
| Junie | `"Junie"` |
4546
| OpenCode | `"OpenCode"` |
4647
| VS Code | `"VisualStudioCode"` |
4748
| Windsurf | `"Windsurf"` |

AgentSkills/Skills/wolfram-language/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Evaluates Wolfram Language code, searches documentation, inspects c
44
compatibility: Requires the Wolfram MCP server or wolframscript on PATH
55
metadata:
66
author: Wolfram Research
7-
version: 2.1.6
7+
version: 2.1.10
88
---
99

1010
# Wolfram Language

AgentSkills/Skills/wolfram-language/references/SetUpWolframMCPServer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Replace `<ClientName>` with one of the supported clients:
4242
| Copilot CLI | `"CopilotCLI"` |
4343
| Cursor | `"Cursor"` |
4444
| Gemini CLI | `"GeminiCLI"` |
45+
| Junie | `"Junie"` |
4546
| OpenCode | `"OpenCode"` |
4647
| VS Code | `"VisualStudioCode"` |
4748
| Windsurf | `"Windsurf"` |

AgentSkills/Skills/wolfram-notebooks/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reads and writes Wolfram notebook (.nb) files. Use this skill when
44
compatibility: Requires the Wolfram MCP server or wolframscript on PATH
55
metadata:
66
author: Wolfram Research
7-
version: 2.1.6
7+
version: 2.1.10
88
---
99

1010
# Wolfram Notebooks

AgentSkills/Skills/wolfram-notebooks/references/SetUpWolframMCPServer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Replace `<ClientName>` with one of the supported clients:
4242
| Copilot CLI | `"CopilotCLI"` |
4343
| Cursor | `"Cursor"` |
4444
| Gemini CLI | `"GeminiCLI"` |
45+
| Junie | `"Junie"` |
4546
| OpenCode | `"OpenCode"` |
4647
| VS Code | `"VisualStudioCode"` |
4748
| Windsurf | `"Windsurf"` |

0 commit comments

Comments
 (0)