@cowsea2012/distill 0.1.33 → 0.1.35

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.
Files changed (2) hide show
  1. package/dist/cli.js +5 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -31,7 +31,7 @@ var __toESM = (mod, isNodeMode, target) => {
31
31
  // packages/cli/package.json
32
32
  var package_default = {
33
33
  name: "@cowsea2012/distill",
34
- version: "0.1.33",
34
+ version: "0.1.35",
35
35
  description: "Compress command output for downstream LLMs.",
36
36
  license: "MIT",
37
37
  bin: {
@@ -540,7 +540,8 @@ function buildBatchPrompt(question, input) {
540
540
  "- Use the same language as the question.",
541
541
  "- No markdown.",
542
542
  "- Keep the answer extremely short (but complete) unless explicitly asked to elaborate or not summarize.",
543
- "- Prefer one sentence. Never exceed three short lines.",
543
+ "- When the question asks you NOT to summarize, or to return the output verbatim/as-is, reproduce the command output faithfully and completely without any length restriction.",
544
+ "- Otherwise, prefer one sentence and never exceed three short lines.",
544
545
  "- Never ask for more input.",
545
546
  '- If the command output is insufficient, reply only with "distill: Insufficient information to output anything." in the same language as the question.',
546
547
  "- If the source is already shorter than your answer would be, prefer a minimal answer or reuse the source wording.",
@@ -561,7 +562,8 @@ function buildWatchPrompt(question, previousCycle, currentCycle) {
561
562
  "- Use the same language as the question.",
562
563
  "- No markdown.",
563
564
  "- Keep the answer extremely short (but complete) unless explicitly asked to elaborate or not summarize.",
564
- "- Prefer one sentence. Never exceed three short lines.",
565
+ "- When the question asks you NOT to summarize, or to return the output verbatim/as-is, reproduce the command output faithfully and completely without any length restriction.",
566
+ "- Otherwise, prefer one sentence and never exceed three short lines.",
565
567
  '- If nothing relevant changed, reply only with "No relevant change." in the same language as the question.',
566
568
  "- Never ask for more input.",
567
569
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowsea2012/distill",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "description": "Compress command output for downstream LLMs.",
5
5
  "license": "MIT",
6
6
  "bin": {