@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.
- package/dist/index.js +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.
|
|
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:
|
|
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
|
};
|