@friendlyrobot/discord-pi-agent 0.7.2 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -102,7 +102,8 @@ async function collectReply(session, prompt, options = {}) {
102
102
  let sawAgentEnd = false;
103
103
  logger3.debug({
104
104
  logPrefix,
105
- promptLength: prompt.length
105
+ promptLength: prompt.length,
106
+ prompt
106
107
  }, "prompt start");
107
108
  const unsubscribe = session.subscribe((event) => {
108
109
  eventCount += 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friendlyrobot/discord-pi-agent",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Reusable Discord gateway bridge for persistent pi agent sessions",
5
5
  "license": "MIT",
6
6
  "type": "module",