fluxy-bot 0.5.32 → 0.5.33

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": "fluxy-bot",
3
- "version": "0.5.32",
3
+ "version": "0.5.33",
4
4
  "description": "Self-hosted, self-evolving AI agent with its own dashboard.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -205,6 +205,7 @@ export async function startFluxyAgentQuery(
205
205
  env: {
206
206
  ...process.env as Record<string, string>,
207
207
  CLAUDE_CODE_OAUTH_TOKEN: oauthToken,
208
+ CLAUDE_CODE_BUBBLEWRAP: '1',
208
209
  },
209
210
  },
210
211
  });