@devness/useai 0.5.10 → 0.5.13
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2680,7 +2680,7 @@ var VERSION;
|
|
|
2680
2680
|
var init_version = __esm({
|
|
2681
2681
|
"../shared/dist/constants/version.js"() {
|
|
2682
2682
|
"use strict";
|
|
2683
|
-
VERSION = "0.5.
|
|
2683
|
+
VERSION = "0.5.13";
|
|
2684
2684
|
}
|
|
2685
2685
|
});
|
|
2686
2686
|
|
|
@@ -16902,7 +16902,7 @@ var init_tools = __esm({
|
|
|
16902
16902
|
registry = createToolRegistry({
|
|
16903
16903
|
serverName: "UseAI",
|
|
16904
16904
|
legacyName: "useai",
|
|
16905
|
-
mcpEntry: { command: "npx", args: ["-y", "@devness/useai"] },
|
|
16905
|
+
mcpEntry: { command: "npx", args: ["-y", "@devness/useai@latest"] },
|
|
16906
16906
|
instructions: INSTRUCTIONS,
|
|
16907
16907
|
instructionFileName: "useai"
|
|
16908
16908
|
});
|
|
@@ -16969,7 +16969,7 @@ async function daemonInstallFlow(tools, explicit) {
|
|
|
16969
16969
|
} else {
|
|
16970
16970
|
useDaemon = false;
|
|
16971
16971
|
console.log(source_default.red(` \u2717 Could not start daemon \u2014 falling back to stdio config`));
|
|
16972
|
-
console.log(source_default.dim(` (Run with --foreground to debug: npx @devness/useai daemon --port ${DAEMON_PORT})`));
|
|
16972
|
+
console.log(source_default.dim(` (Run with --foreground to debug: npx @devness/useai@latest daemon --port ${DAEMON_PORT})`));
|
|
16973
16973
|
}
|
|
16974
16974
|
if (useDaemon) {
|
|
16975
16975
|
const platform = detectPlatform();
|
|
@@ -17124,7 +17124,7 @@ async function fullRemoveFlow(tools, autoYes, explicit) {
|
|
|
17124
17124
|
}
|
|
17125
17125
|
function showHelp() {
|
|
17126
17126
|
console.log(`
|
|
17127
|
-
${source_default.bold("Usage:")} npx @devness/useai mcp [tools...] [options]
|
|
17127
|
+
${source_default.bold("Usage:")} npx @devness/useai@latest mcp [tools...] [options]
|
|
17128
17128
|
|
|
17129
17129
|
Configure UseAI MCP server in your AI tools.
|
|
17130
17130
|
Default: starts daemon, installs auto-start, configures tools with HTTP.
|