@kernel.chat/kbot 1.0.1 → 1.0.2
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import { gatherContext } from './context.js';
|
|
|
16
16
|
import { registerAllTools } from './tools/index.js';
|
|
17
17
|
import { clearHistory, clearMemory } from './memory.js';
|
|
18
18
|
import { banner, bannerCompact, bannerAuth, matrixConnect, prompt as kbotPrompt, printUsage, printError, printSuccess, printInfo, printResponse, printHelp, printGoodbye, } from './ui.js';
|
|
19
|
-
const VERSION = '1.0.
|
|
19
|
+
const VERSION = '1.0.2';
|
|
20
20
|
async function main() {
|
|
21
21
|
const program = new Command();
|
|
22
22
|
program
|