@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.mjs
CHANGED
|
@@ -989,10 +989,12 @@ function isServerToDaemonWsMsg(value) {
|
|
|
989
989
|
|
|
990
990
|
// src/interactive-prompt-constants.ts
|
|
991
991
|
var CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX = "Claude TUI review page is not focused";
|
|
992
|
+
var CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX = "Claude TUI answer delivered but not confirmed";
|
|
992
993
|
export {
|
|
993
994
|
CANONICAL_MESH_TOOL_COUNT,
|
|
994
995
|
CANONICAL_MESH_TOOL_NAMES,
|
|
995
996
|
CLAUDE_TUI_REVIEW_PAGE_NOT_FOCUSED_PREFIX,
|
|
997
|
+
CLAUDE_TUI_REVIEW_UNCONFIRMED_PREFIX,
|
|
996
998
|
CLI_SLOT_RECIPES,
|
|
997
999
|
DAEMON_TO_SERVER_WS_MSGS,
|
|
998
1000
|
DEFAULT_DIFFICULTY_BRAINS,
|