@cosmicstack/mercury-agent 0.2.2 → 0.2.3

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 CHANGED
@@ -4269,7 +4269,7 @@ function banner() {
4269
4269
  }
4270
4270
  console.log("");
4271
4271
  console.log(chalk6.white(" an AI agent for personal tasks"));
4272
- console.log(chalk6.dim(" v0.2.1 \xB7 by Cosmic Stack \xB7 mercury.cosmicstack.org"));
4272
+ console.log(chalk6.dim(" v0.2.3 \xB7 by Cosmic Stack \xB7 mercury.cosmicstack.org"));
4273
4273
  console.log("");
4274
4274
  }
4275
4275
  function splashScreen() {
@@ -4555,7 +4555,7 @@ async function runAgent(isDaemon = false) {
4555
4555
  process.on("SIGTERM", shutdown);
4556
4556
  }
4557
4557
  var program = new Command();
4558
- program.name("mercury").description("Mercury \u2014 Soul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access.").version("0.2.1").option("-v, --verbose", "Show debug logs").action(async () => {
4558
+ program.name("mercury").description("Mercury \u2014 Soul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access.").version("0.2.3").option("-v, --verbose", "Show debug logs").action(async () => {
4559
4559
  if (!isSetupComplete()) {
4560
4560
  await configure();
4561
4561
  autoDaemonize();