struere 0.3.1 → 0.3.2

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.
@@ -16722,7 +16722,7 @@ function getApiKey() {
16722
16722
  }
16723
16723
 
16724
16724
  // src/cli/utils/convex.ts
16725
- var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://giddy-wombat-967.convex.cloud";
16725
+ var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://rapid-wildebeest-172.convex.cloud";
16726
16726
  async function syncToConvex(agentId, config) {
16727
16727
  const credentials = loadCredentials();
16728
16728
  const apiKey = getApiKey();
package/dist/cli/index.js CHANGED
@@ -61,7 +61,7 @@ import chalk from "chalk";
61
61
  import ora from "ora";
62
62
 
63
63
  // src/cli/utils/convex.ts
64
- var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://giddy-wombat-967.convex.cloud";
64
+ var CONVEX_URL = process.env.STRUERE_CONVEX_URL || "https://rapid-wildebeest-172.convex.cloud";
65
65
  async function syncToConvex(agentId, config) {
66
66
  const credentials = loadCredentials();
67
67
  const apiKey = getApiKey();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "struere",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Build, test, and deploy AI agents",
5
5
  "keywords": ["ai", "agents", "llm", "anthropic", "openai", "framework", "cli"],
6
6
  "author": "struere",