@oxis-dev/tessra 2.18.0 → 2.19.0

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,7 +158,6 @@ When `tessra mcp` starts without `--roots`, it resolves context in this order:
158
158
  | `tessra mcp [--roots dir1 dir2] [--workspace name\|path]` | Start MCP server (reads catalog if no `--roots`); `--workspace` fuerza el scope de sesión |
159
159
  | `tessra stats` | Show indexing stats and token savings |
160
160
  | `tessra prompt` | Print the recommended system prompt for agents |
161
- | `tessra telemetry status\|enable\|disable` | Manage telemetry consent |
162
161
 
163
162
  ---
164
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxis-dev/tessra",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "description": "MCP server for AI coding tools and agents. Provides semantic codebase context for Cursor, Claude Code, Codex, Copilot, Antigravity, and CLI workflows without requiring full file uploads.",
5
5
  "license": "UNLICENSED",
6
6
  "author": {