@ataraxy-labs/sem
Advanced tools
+3
-1
@@ -9,3 +9,3 @@ # Changelog | ||
| - **sem is published to the official MCP registry** as `io.github.ataraxy-labs/sem`, so MCP clients that browse the registry (VS Code, Cursor, Claude Code, and others) can discover and install the server directly. The release workflow now publishes each release to the registry via `mcp-publisher` (authenticated with GitHub OIDC, no extra secrets), backed by a `server.json` manifest and an `mcpName` field in the npm wrapper. | ||
| - **sem is published to the official MCP registry** as `io.github.Ataraxy-Labs/sem`, so MCP clients that browse the registry (VS Code, Cursor, Claude Code, and others) can discover and install the server directly. The release workflow now publishes each release to the registry via `mcp-publisher` (authenticated with GitHub OIDC, no extra secrets), backed by a `server.json` manifest and an `mcpName` field in the npm wrapper. | ||
@@ -30,2 +30,4 @@ ### Performance | ||
| - Internal: rustfmt line-wrap missed in the #445 sidecar change; no behavior change. | ||
| - The context packer's token estimator was undercounting real tokens 2-3x on dense code (words x 1.3 vs the ~4 chars/token reality: a context reported as 661 tokens measured ~2,400 real tokens), silently overshooting every budget. It now takes the max of the word- and character-based estimates, so nominal budgets match what the consuming model actually pays. | ||
@@ -32,0 +34,0 @@ |
+2
-2
| { | ||
| "name": "@ataraxy-labs/sem", | ||
| "mcpName": "io.github.ataraxy-labs/sem", | ||
| "version": "0.16.1", | ||
| "mcpName": "io.github.Ataraxy-Labs/sem", | ||
| "version": "0.16.2", | ||
| "description": "npm wrapper for the sem CLI. Downloads the matching release binary and exposes the sem command in node_modules/.bin.", | ||
@@ -6,0 +6,0 @@ "license": "MIT OR Apache-2.0", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
82100
0.1%