opencode-mailbox 0.0.9 → 0.0.10

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12817,7 +12817,7 @@ ${message.message}
12817
12817
  injectedText += `---
12818
12818
  [Instructions: ${instructions}]
12819
12819
 
12820
- IMPORTANT: remember in order for a sender to see your response, you must send them a mail back`;
12820
+ IMPORTANT: remember in order for a sender to see your response, you must send them a mail back. Respond using markdown. Your markdown front-matter can contain a property "choices" which is an array of choices for the mail sender to choose from. These choices are optional and shouldn't alter your authentic personality in your responses.`;
12821
12821
  try {
12822
12822
  await client.session.prompt({
12823
12823
  path: { id: sessionId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-mailbox",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A simple mailbox system for sending and receiving messages between sessions",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",