@zixt/host 0.0.150 → 0.0.151
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
|
@@ -28,7 +28,7 @@ import { homedir as homedir4 } from "node:os";
|
|
|
28
28
|
// package.json
|
|
29
29
|
var package_default = {
|
|
30
30
|
name: "@zixt/host",
|
|
31
|
-
version: "0.0.
|
|
31
|
+
version: "0.0.151",
|
|
32
32
|
type: "module",
|
|
33
33
|
exports: {
|
|
34
34
|
".": "./src/client.ts",
|
|
@@ -39540,7 +39540,7 @@ var TOOLS = [
|
|
|
39540
39540
|
},
|
|
39541
39541
|
{
|
|
39542
39542
|
name: "remember",
|
|
39543
|
-
description: 'Keep one durable fact in your curated memory, injected into your future runs. Use when a person corrects you, states a lasting preference, or you learn a stable fact about a project or this machine (folder locations, installed tools, environment quirks). One short fact per memory. Scope "machine" marks a fact true only on the machine this run is on; "global" travels everywhere.',
|
|
39543
|
+
description: 'Keep one durable fact in your curated memory, injected into your future runs. Use when a person corrects you, states a lasting preference, or you learn a stable fact about a project or this machine (folder locations, installed tools, environment quirks). One short fact per memory. Scope "machine" marks a fact true only on the machine this run is on; "global" travels everywhere. After installing, upgrading, removing, or successfully verifying software or an executable, use scope "machine" and kind "environment" before completing the task; include its current path or command, observed version, and relevant OS. If recalled software memory is stale, forget that id first and then remember the correction.',
|
|
39544
39544
|
inputSchema: {
|
|
39545
39545
|
type: "object",
|
|
39546
39546
|
properties: {
|