@adhdev/mesh-shared 1.0.58-rc.89 → 1.0.58-rc.90
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
|
@@ -23,6 +23,7 @@ __export(index_exports, {
|
|
|
23
23
|
CANONICAL_MESH_TOOL_COUNT: () => CANONICAL_MESH_TOOL_COUNT,
|
|
24
24
|
CANONICAL_MESH_TOOL_NAMES: () => CANONICAL_MESH_TOOL_NAMES,
|
|
25
25
|
CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX: () => CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX,
|
|
26
|
+
CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX: () => CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX,
|
|
26
27
|
CLI_SLOT_RECIPES: () => CLI_SLOT_RECIPES,
|
|
27
28
|
DAEMON_TO_SERVER_WS_MSGS: () => DAEMON_TO_SERVER_WS_MSGS,
|
|
28
29
|
DEFAULT_DIFFICULTY_BRAINS: () => DEFAULT_DIFFICULTY_BRAINS,
|
|
@@ -1086,11 +1087,13 @@ function isServerToDaemonWsMsg(value) {
|
|
|
1086
1087
|
|
|
1087
1088
|
// src/interactive-prompt-constants.ts
|
|
1088
1089
|
var CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX = "Claude TUI review page is not focused";
|
|
1090
|
+
var CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX = "Claude TUI answer delivered but not confirmed";
|
|
1089
1091
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1090
1092
|
0 && (module.exports = {
|
|
1091
1093
|
CANONICAL_MESH_TOOL_COUNT,
|
|
1092
1094
|
CANONICAL_MESH_TOOL_NAMES,
|
|
1093
1095
|
CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX,
|
|
1096
|
+
CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX,
|
|
1094
1097
|
CLI_SLOT_RECIPES,
|
|
1095
1098
|
DAEMON_TO_SERVER_WS_MSGS,
|
|
1096
1099
|
DEFAULT_DIFFICULTY_BRAINS,
|