@rubytech/create-realagent 1.0.602 → 1.0.603

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": "@rubytech/create-realagent",
3
- "version": "1.0.602",
3
+ "version": "1.0.603",
4
4
  "description": "Install Real Agent — Built for agents. By agents.",
5
5
  "bin": {
6
6
  "create-realagent": "./dist/index.js"
@@ -8837,7 +8837,6 @@ async function* invokeAdminAgent(message, systemPrompt, accountDir, accountId, a
8837
8837
  if (sessionKey) clearAgentSessionId(sessionKey);
8838
8838
  } else {
8839
8839
  gotDone = true;
8840
- if (sessionKey) clearAgentSessionId(sessionKey);
8841
8840
  if (!sessionWasReset) {
8842
8841
  const convId = sessionKey ? sessionStore.get(sessionKey)?.conversationId : void 0;
8843
8842
  if (convId) {