@lexq/cli 0.1.45 → 0.1.46

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.
package/dist/index.js CHANGED
@@ -3256,7 +3256,7 @@ function registerStatusTools(server, callApi) {
3256
3256
  "lexq_whoami",
3257
3257
  {
3258
3258
  title: "Who Am I",
3259
- description: "Show current authentication info (tenant name, role, API key mask).",
3259
+ description: "Show current authentication info (tenant ID, user ID, role).",
3260
3260
  inputSchema: {}
3261
3261
  },
3262
3262
  async () => callApi("GET", "whoami")
@@ -4,7 +4,7 @@ function registerStatusTools(server, callApi) {
4
4
  "lexq_whoami",
5
5
  {
6
6
  title: "Who Am I",
7
- description: "Show current authentication info (tenant name, role, API key mask).",
7
+ description: "Show current authentication info (tenant ID, user ID, role).",
8
8
  inputSchema: {}
9
9
  },
10
10
  async () => callApi("GET", "whoami")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexq/cli",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "LexQ CLI — manage policies, simulate rules, and deploy from the terminal. Built for humans and AI agents.",
5
5
  "type": "module",
6
6
  "bin": {