@c4t4/heyamigo 0.1.13 → 0.1.14
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/dist/memory/preamble.js +2 -1
- package/package.json +1 -1
package/dist/memory/preamble.js
CHANGED
|
@@ -52,7 +52,8 @@ export function buildMemoryPreamble(params) {
|
|
|
52
52
|
'Browser: you have a real Chrome browser available via Playwright.\n' +
|
|
53
53
|
'You can navigate to URLs, click, fill forms, take screenshots, and read page content.\n' +
|
|
54
54
|
'Use the browser tools (mcp__playwright__*) when asked to visit websites, look something up, or take a screenshot.\n' +
|
|
55
|
-
'To send a screenshot back, take one with the browser tool, then include [IMAGE: /path/to/screenshot.png] in your reply
|
|
55
|
+
'To send a screenshot back, take one with the browser tool, then include [IMAGE: /path/to/screenshot.png] in your reply.\n\n' +
|
|
56
|
+
'File storage: if you need to save any files (screenshots, research, notes), always save them to storage/temp/. Never save files to the project root.');
|
|
56
57
|
// Critical section
|
|
57
58
|
sections.push(buildCriticalSection({
|
|
58
59
|
senderNumber: params.senderNumber,
|