@rk0429/agentic-relay 21.2.0 → 21.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -775,7 +775,7 @@ const TOOL_DESCRIPTIONS = {
775
775
  export function createRelayMcpServer(options) {
776
776
  const server = new McpServer({
777
777
  name: "agentic-relay",
778
- version: "21.2.0",
778
+ version: "21.2.1",
779
779
  });
780
780
  if (options.allowSpawnAgents) {
781
781
  server.registerTool("spawn_agents", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rk0429/agentic-relay",
3
- "version": "21.2.0",
3
+ "version": "21.2.1",
4
4
  "displayName": "agentic-relay",
5
5
  "description": "Unified MCP relay for Claude Code, Codex CLI, and Gemini CLI",
6
6
  "type": "module",
@@ -93,7 +93,7 @@
93
93
  {
94
94
  "command": "agenticRelay.changeTaskStatus",
95
95
  "when": "viewItem == agenticRelay.task",
96
- "group": "inline"
96
+ "group": "navigation"
97
97
  }
98
98
  ]
99
99
  }