@vellumai/plugin-api 0.8.12-dev.202606161445.7786597 → 0.8.12-dev.202606161836.2f5810e

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/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -920,9 +920,9 @@ declare interface ContextCompacted {
920
920
  * - `summaryCharCount`: length of the produced summary text.
921
921
  * - `summaryHeaderCount`: number of `## ` section headers in the summary.
922
922
  * - `summaryHadMemoryEcho`: `true` if the summary contains any runtime
923
- * injection tag (e.g. `<memory`, `<turn_context>`, `<workspace>`).
924
- * Should always be `false` `true` indicates the compaction strip
925
- * logic failed to remove an injected block from the summarizer input.
923
+ * injection tag (e.g. `<memory`, `<turn_context>`, `<workspace>`). The
924
+ * durable summary should be clean prose, so `true` flags an echoed or
925
+ * invented tag worth investigating.
926
926
  */
927
927
  summaryCharCount?: number;
928
928
  summaryHeaderCount?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.8.12-dev.202606161445.7786597",
3
+ "version": "0.8.12-dev.202606161836.2f5810e",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",