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.
- package/dist/index.js +1 -1
- 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
|
|
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.
|