conare 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4141,14 +4141,8 @@ Nothing new to index.`);
4141
4141
  return t;
4142
4142
  });
4143
4143
  const toolList = configuredTools.length > 0 ? configuredTools.join(", ") : "your AI tools";
4144
- log(" \x1B[1mWhat happens now?\x1B[0m");
4145
- log("");
4146
- log(` Conare is running as an MCP server inside ${toolList}.`);
4147
- log(" When you start a new conversation, your AI will automatically");
4148
- log(" recall relevant context from past sessions — no extra commands needed.");
4149
- log("");
4150
- log(" \x1B[2mTry it:\x1B[0m Open a project you've worked on before and ask your AI");
4151
- log(" about something you discussed in a previous conversation.");
4144
+ log(` Your past conversations are now available inside ${toolList}.`);
4145
+ log(" Start a new session — context gets loaded automatically.");
4152
4146
  log("");
4153
4147
  log(` \x1B[2mDashboard:\x1B[0m ${CONARE_URL2}/dashboard`);
4154
4148
  log("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conare",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Conare CLI for ingesting AI chat history and configuring memory at conare.ai",
5
5
  "type": "module",
6
6
  "bin": {