topchester-ai 0.32.0 → 0.33.0

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/bin.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as runTopchesterCli } from "./cli-lwrowwaC.mjs";
2
+ import { t as runTopchesterCli } from "./cli-Dietd7cK.mjs";
3
3
  //#region src/bin.ts
4
4
  await runTopchesterCli();
5
5
  //#endregion
@@ -7779,7 +7779,7 @@ function renderChatMessage(message, options = {}) {
7779
7779
  const rendered = prefix.length === 0 ? lines : lines.map((line, index) => `${index === 0 ? prefix : " ".repeat(prefix.length)}${line}`);
7780
7780
  if (message.meta) {
7781
7781
  const metaText = `↳ ${message.meta}`;
7782
- rendered.push(` ${ui.label("─".repeat(metaText.length))}`, ` ${ui.label(metaText)}`);
7782
+ rendered.push(` ${ui.muted("─".repeat(metaText.length))}`, ` ${ui.muted(metaText)}`);
7783
7783
  }
7784
7784
  return rendered;
7785
7785
  }
@@ -13665,4 +13665,4 @@ function formatDryRunSyncStatus(status) {
13665
13665
  //#endregion
13666
13666
  export { runTopchesterCli as t };
13667
13667
 
13668
- //# sourceMappingURL=cli-lwrowwaC.mjs.map
13668
+ //# sourceMappingURL=cli-Dietd7cK.mjs.map