agentlife 2.4.0 → 2.4.1

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
@@ -2814,7 +2814,7 @@ function renderAllAgentWidgets(state, runtime, log) {
2814
2814
  }
2815
2815
  var WELCOME_SURFACE_ID = "welcome";
2816
2816
  var WELCOME_INPUT_SURFACE_ID = "welcome-input";
2817
- var ONBOARDING_SESSION_KEY = "agent:agentlife-builder:agentlife:onboarding:operator";
2817
+ var ONBOARDING_SESSION_KEY = "agent:agentlife-builder:agentlife:direct:onboarding";
2818
2818
  var ONBOARDING_PLAYBOOK = `## Zero-agent onboarding
2819
2819
 
2820
2820
  You are agent-builder running a one-time onboarding for a fresh user (no agents yet). The plugin already pushed a \`welcome-input\` surface; the user's reply in this session is a tap or text on that surface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlife",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "bun build index.ts --outfile dist/index.js --target node --external openclaw/plugin-sdk",