@matelink/cli 2026.4.9 → 2026.4.10

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.
Files changed (2) hide show
  1. package/bin/matecli.mjs +1 -1
  2. package/package.json +1 -1
package/bin/matecli.mjs CHANGED
@@ -2109,7 +2109,7 @@ async function callGatewayRpcLocal({
2109
2109
  if (method === "__gateway.features") {
2110
2110
  return {
2111
2111
  ok: true,
2112
- methods: ["sessions.list", "sessions.abort", "sessions.usage", "sessions.patch",
2112
+ methods: ["sessions.list", "sessions.abort", "sessions.delete", "sessions.usage", "sessions.patch",
2113
2113
  "usage.cost", "agents.files.list", "agents.files.get", "agents.files.set",
2114
2114
  "skills.status", "models.list", "chat.history", "chat.abort",
2115
2115
  "config.get", "config.patch"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matelink/cli",
3
- "version": "2026.4.9",
3
+ "version": "2026.4.10",
4
4
  "private": false,
5
5
  "description": "Relay-first CLI for pairing and bridging OpenClaw gateway traffic",
6
6
  "type": "module",