@triedotdev/mcp 1.0.107 → 1.0.108

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.
@@ -1361,7 +1361,7 @@ function Footer() {
1361
1361
  } else if (view === "rawlog") {
1362
1362
  contextHints = "n/p pages \xB7 b back";
1363
1363
  } else {
1364
- contextHints = "n/p pages \xB7 c config";
1364
+ contextHints = "n/p pages \xB7 s settings";
1365
1365
  }
1366
1366
  return /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", paddingX: 1, children: [
1367
1367
  /* @__PURE__ */ jsxs2(Box2, { justifyContent: "space-between", children: [
@@ -1745,9 +1745,11 @@ function AgentView() {
1745
1745
  }
1746
1746
  if (alertCount === 0 && decCount === 0 && patCount === 0) {
1747
1747
  return /* @__PURE__ */ jsxs6(Box6, { flexDirection: "column", paddingX: 1, children: [
1748
- /* @__PURE__ */ jsx7(Text6, { bold: true, children: "Trie" }),
1749
- " ",
1750
- /* @__PURE__ */ jsx7(Text6, { dimColor: true, children: "Proactive code guardian" }),
1748
+ /* @__PURE__ */ jsxs6(Text6, { children: [
1749
+ /* @__PURE__ */ jsx7(Text6, { bold: true, children: "Trie" }),
1750
+ " ",
1751
+ /* @__PURE__ */ jsx7(Text6, { dimColor: true, children: "Proactive code guardian" })
1752
+ ] }),
1751
1753
  /* @__PURE__ */ jsx7(Text6, { children: " " }),
1752
1754
  /* @__PURE__ */ jsxs6(Text6, { children: [
1753
1755
  " ",
@@ -2670,20 +2672,28 @@ ${contextBlock}`,
2670
2672
  });
2671
2673
  if (!isAIAvailable()) {
2672
2674
  return /* @__PURE__ */ jsxs11(Box11, { flexDirection: "column", paddingX: 1, children: [
2673
- /* @__PURE__ */ jsx12(Text11, { bold: true, children: "Chat" }),
2674
- " ",
2675
- /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "Ask Trie anything" }),
2675
+ /* @__PURE__ */ jsxs11(Text11, { children: [
2676
+ /* @__PURE__ */ jsx12(Text11, { bold: true, children: "Chat" }),
2677
+ " ",
2678
+ /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "Ask Trie anything" })
2679
+ ] }),
2676
2680
  /* @__PURE__ */ jsx12(Text11, { children: " " }),
2677
2681
  /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: " AI is not available." }),
2678
- /* @__PURE__ */ jsxs11(Text11, { dimColor: true, children: [
2679
- " Press ",
2680
- /* @__PURE__ */ jsx12(Text11, { bold: true, children: "c" }),
2681
- " to open settings and add your Anthropic API key,"
2682
+ /* @__PURE__ */ jsxs11(Text11, { children: [
2683
+ " ",
2684
+ /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "Press" }),
2685
+ " ",
2686
+ /* @__PURE__ */ jsx12(Text11, { bold: true, children: "s" }),
2687
+ " ",
2688
+ /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "to open settings and add your Anthropic API key," })
2682
2689
  ] }),
2683
- /* @__PURE__ */ jsxs11(Text11, { dimColor: true, children: [
2684
- " or set ",
2690
+ /* @__PURE__ */ jsxs11(Text11, { children: [
2691
+ " ",
2692
+ /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "or set" }),
2693
+ " ",
2685
2694
  /* @__PURE__ */ jsx12(Text11, { bold: true, children: "ANTHROPIC_API_KEY" }),
2686
- " in your environment."
2695
+ " ",
2696
+ /* @__PURE__ */ jsx12(Text11, { dimColor: true, children: "in your environment." })
2687
2697
  ] })
2688
2698
  ] });
2689
2699
  }
@@ -2995,4 +3005,4 @@ export {
2995
3005
  getOutputManager,
2996
3006
  InteractiveDashboard
2997
3007
  };
2998
- //# sourceMappingURL=chunk-3YDNSKKP.js.map
3008
+ //# sourceMappingURL=chunk-26FASIHN.js.map