@devness/useai 0.4.14 → 0.4.15

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -112,7 +112,7 @@ var VERSION;
112
112
  var init_version = __esm({
113
113
  "../shared/dist/constants/version.js"() {
114
114
  "use strict";
115
- VERSION = "0.4.14";
115
+ VERSION = "0.4.15";
116
116
  }
117
117
  });
118
118
 
@@ -1167,7 +1167,7 @@ function registerTools(server2, session2) {
1167
1167
  content: [
1168
1168
  {
1169
1169
  type: "text",
1170
- text: `${session2.sessionTaskType} \xB7 ${session2.sessionId.slice(0, 8)}`
1170
+ text: `useai session started \u2014 ${session2.sessionTaskType} on ${session2.clientName} \xB7 ${session2.sessionId.slice(0, 8)} \xB7 ${session2.signingAvailable ? "signed" : "unsigned"}`
1171
1171
  }
1172
1172
  ]
1173
1173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "Track your AI-assisted development workflow. MCP server that records usage metrics across all your AI tools.",
5
5
  "keywords": [
6
6
  "mcp",