omnikey-cli 1.0.33 → 1.0.34

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.
@@ -268,7 +268,7 @@ async function getOrCreateSession(sessionId, subscription, platform, log, isCron
268
268
  log.error('Failed to get system prompt for new agent session', { error: err });
269
269
  return '';
270
270
  });
271
- const systemPrompt = (0, agentPrompts_1.getAgentPrompt)(platform, !!prompt);
271
+ const systemPrompt = (0, agentPrompts_1.getAgentPrompt)(platform, !isCronJob && !!prompt);
272
272
  const entry = {
273
273
  subscription,
274
274
  history: [
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
7
- "version": "1.0.33",
7
+ "version": "1.0.34",
8
8
  "description": "CLI for onboarding users to Omnikey AI and configuring OPENAI_API_KEY. Use Yarn for install/build.",
9
9
  "engines": {
10
10
  "node": ">=14.0.0",