@frockbot/plugin-search 0.3.5 → 0.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frockbot/plugin-search",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,11 +25,11 @@
25
25
  "typecheck": "vue-tsc --noEmit -p tsconfig.json"
26
26
  },
27
27
  "dependencies": {
28
- "@frockbot/client-core": "0.3.5",
29
- "@frockbot/client-ui": "0.3.5",
30
- "@frockbot/kernel-contracts": "0.3.5",
31
- "@frockbot/plugin-flock": "0.3.5",
32
- "@frockbot/plugin-shell": "0.3.5",
28
+ "@frockbot/client-core": "0.3.7",
29
+ "@frockbot/client-ui": "0.3.7",
30
+ "@frockbot/kernel-contracts": "0.3.7",
31
+ "@frockbot/plugin-flock": "0.3.7",
32
+ "@frockbot/plugin-shell": "0.3.7",
33
33
  "cordis": "4.0.0-rc.8",
34
34
  "vue": "3.5.41"
35
35
  },
@@ -108,12 +108,11 @@ function whenLabel(at: string): string {
108
108
  rather than quietly answering with less than it holds.
109
109
  -->
110
110
  <p v-if="search.indexState === 'rebuilding'" class="search-note">
111
- Rebuilding the index from every Bot's stored turns. Results are incomplete
112
- until it finishes.
111
+ Rebuilding search. Results are incomplete until it finishes.
113
112
  </p>
114
113
  <p v-else-if="search.indexState === 'truncated'" class="search-note">
115
- This index reached its size limit, so the oldest turns were dropped.
116
- Rebuilding will not bring them back.
114
+ The oldest conversations are no longer searchable. Rebuilding won't bring
115
+ them back.
117
116
  </p>
118
117
  <p v-if="search.error" class="search-error" role="alert">
119
118
  {{ search.error }}