@triedotdev/mcp 1.0.60 → 1.0.61

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.
@@ -6,7 +6,7 @@ import {
6
6
  getRecentIssues,
7
7
  getSkillRegistry,
8
8
  loadContextState
9
- } from "./chunk-3XWSM2DU.js";
9
+ } from "./chunk-S4VGGLXF.js";
10
10
  import {
11
11
  isInteractiveMode
12
12
  } from "./chunk-RAZUNSBI.js";
@@ -1301,4 +1301,4 @@ export {
1301
1301
  isGitRepo,
1302
1302
  getChangedFilesSinceTimestamp
1303
1303
  };
1304
- //# sourceMappingURL=chunk-4EHBRED6.js.map
1304
+ //# sourceMappingURL=chunk-XSPS463E.js.map
@@ -3,14 +3,14 @@ import {
3
3
  Triager,
4
4
  getChangedFilesSinceTimestamp,
5
5
  isGitRepo
6
- } from "./chunk-4EHBRED6.js";
6
+ } from "./chunk-XSPS463E.js";
7
7
  import {
8
8
  getSkillRegistry,
9
9
  updateContextAfterScan
10
- } from "./chunk-3XWSM2DU.js";
10
+ } from "./chunk-S4VGGLXF.js";
11
11
  import {
12
12
  getOutputManager
13
- } from "./chunk-C7LXN754.js";
13
+ } from "./chunk-32WLOG6E.js";
14
14
  import {
15
15
  getWorkingDirectory
16
16
  } from "./chunk-ASGSTVVF.js";
@@ -4136,6 +4136,9 @@ var InteractiveDashboard = class {
4136
4136
  if (message.includes("===")) {
4137
4137
  return colors.header(message);
4138
4138
  }
4139
+ if (message.includes("[BANNER]") || message.includes("[SKILL]")) {
4140
+ return colors.brand(message);
4141
+ }
4139
4142
  return message;
4140
4143
  }
4141
4144
  /**
@@ -4289,6 +4292,18 @@ var InteractiveDashboard = class {
4289
4292
  for (let i = slice.length; i < pageSize; i++) {
4290
4293
  this.renderLine("", width);
4291
4294
  }
4295
+ if (this.state.skillBanners.length > 0) {
4296
+ this.bufferLine(sectionBorder);
4297
+ this.renderLine(" " + colors.header("RECENT ACTIVATIONS"), width);
4298
+ this.renderLine(" " + colors.dim(this.line(width - 6)), width);
4299
+ const recentBanners = this.state.skillBanners.slice(0, 3);
4300
+ for (const banner of recentBanners) {
4301
+ const skillName = colors.highlight(banner.skill);
4302
+ const quote = banner.quote ? " " + colors.dim(`"${banner.quote.slice(0, 35)}${banner.quote.length > 35 ? "..." : ""}"`) : "";
4303
+ this.renderLine(" " + colors.brand("\u25C9") + " " + skillName + quote, width);
4304
+ }
4305
+ this.renderLine("", width);
4306
+ }
4292
4307
  const selected = sorted[this.state.selectedAgent];
4293
4308
  if (selected) {
4294
4309
  const agentIssues = this.state.issues.filter((i) => i.agent === selected.name);
@@ -6219,6 +6234,7 @@ var TrieScanTool = class {
6219
6234
  if (!(args?.dashboard instanceof InteractiveDashboard)) {
6220
6235
  streamingManager.subscribe((update) => dashboard.handleStreamUpdate(update));
6221
6236
  await dashboard.start();
6237
+ } else {
6222
6238
  }
6223
6239
  } else if (streamingManager) {
6224
6240
  streamingManager.subscribe((update) => {
@@ -6977,4 +6993,4 @@ export {
6977
6993
  InteractiveDashboard,
6978
6994
  TrieScanTool
6979
6995
  };
6980
- //# sourceMappingURL=chunk-NM7ZVUHO.js.map
6996
+ //# sourceMappingURL=chunk-XVGHO2Z5.js.map