evot-agent 0.5.2 → 0.5.3

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": "evot-agent",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "type": "module",
5
5
  "description": "Local browser agent for evot — browses sites with Claude or Codex and appends results as cells.",
6
6
  "license": "MIT",
@@ -51,7 +51,12 @@ export const SYSTEM_APPEND = [
51
51
  " each section is its description text followed by its image lines, each",
52
52
  " exactly 'IMAGE: <url>' with a direct image URL you actually saw",
53
53
  " (e.g. a pbs.twimg.com link or a URL ending in .jpg/.png). Max 10 images total.",
54
- "- A 'Sources:' section at the end listing the URLs you used, one per line.",
54
+ "- Cite sources like an academic paper. Put [[src:N]] immediately after the claim it",
55
+ " supports, where N is that URL's 1-based number in the Sources list below. Reuse the",
56
+ " same N for the same URL, and only cite pages you actually opened.",
57
+ "- End with a 'Sources:' section listing each URL on its own line as '[N] <url>',",
58
+ " numbered from 1 in the order first cited. Every N you used inline must appear here,",
59
+ " and every listed URL must be one you actually visited.",
55
60
  "Do not include tool logs or meta commentary in the final answer.",
56
61
  ].join("\n");
57
62