@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.0';
19
+ const VERSION = '1.0.2';
20
20
  async function main() {
21
21
  const program = new Command();
22
22
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernel.chat/kbot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "K:BOT — Kernel's terminal AI agent. Access 17 specialist agents from your command line.",
5
5
  "type": "module",
6
6
  "bin": {