thepopebot 1.2.76-beta.5 → 1.2.76-beta.6

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": "thepopebot",
3
- "version": "1.2.76-beta.5",
3
+ "version": "1.2.76-beta.6",
4
4
  "type": "module",
5
5
  "description": "Create autonomous AI agents with a two-layer architecture: Next.js Event Handler + Docker Agent.",
6
6
  "bin": {
@@ -71,7 +71,7 @@ jobs:
71
71
  - name: Reload (no version change)
72
72
  if: steps.pull.outputs.status == 'RELOAD'
73
73
  run: |
74
- docker exec thepopebot-event-handler npx pm2 reload all
74
+ docker exec thepopebot-event-handler gosu coding-agent pm2 reload all
75
75
 
76
76
  - name: Pull new image and restart container
77
77
  if: steps.pull.outputs.status == 'VERSION_CHANGED'