@adminforth/agent 1.24.10 → 1.24.11

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/build.log CHANGED
@@ -38,5 +38,5 @@ custom/skills/fetch_data/SKILL.md
38
38
  custom/skills/mutate_data/
39
39
  custom/skills/mutate_data/SKILL.md
40
40
 
41
- sent 201,337 bytes received 558 bytes 403,790.00 bytes/sec
41
+ sent 201,345 bytes received 566 bytes 403,822.00 bytes/sec
42
42
  total size is 199,037 speedup is 0.99
@@ -49,9 +49,9 @@
49
49
  <header class="border-b border-black/5 px-3 py-2 text-[0.7rem] font-semibold uppercase tracking-[0.22em] text-gray-500 dark:border-white/10 dark:text-gray-400">
50
50
  {{ section.label }}
51
51
  </header>
52
- <div class="grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
52
+ <div class="select-all grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
53
53
  <template v-for="line in section.lines" :key="`${section.label}-${line.number}`">
54
- <span class="select-none text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
54
+ <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
55
55
  <span class="whitespace-pre-wrap break-words">{{ line.content || ' ' }}</span>
56
56
  </template>
57
57
  </div>
@@ -49,9 +49,9 @@
49
49
  <header class="border-b border-black/5 px-3 py-2 text-[0.7rem] font-semibold uppercase tracking-[0.22em] text-gray-500 dark:border-white/10 dark:text-gray-400">
50
50
  {{ section.label }}
51
51
  </header>
52
- <div class="grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
52
+ <div class="select-all grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
53
53
  <template v-for="line in section.lines" :key="`${section.label}-${line.number}`">
54
- <span class="select-none text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
54
+ <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
55
55
  <span class="whitespace-pre-wrap break-words">{{ line.content || ' ' }}</span>
56
56
  </template>
57
57
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.24.10",
3
+ "version": "1.24.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",