@standardagents/code 0.9.8 → 0.9.9

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 CHANGED
@@ -5923,8 +5923,8 @@ var AGENT_ID_VARIANTS = [
5923
5923
  var OPENSAMA_AGENT_ID = "opensama_agent";
5924
5924
  var AGENT_CHOICES = [
5925
5925
  { id: "frontier_one", title: "Frontier One", description: "coming soon", disabled: true },
5926
- { id: AGENT_ID, title: "Unlimited One", description: "adaptive high/low routing" },
5927
- { id: OPENSAMA_AGENT_ID, title: "Sama One", description: "ChatGPT Pro sign-in required" },
5926
+ { id: AGENT_ID, title: "Unlimited One", description: "Standard Code's unlimited-usage coding agent" },
5927
+ { id: OPENSAMA_AGENT_ID, title: "Sama One", description: "coding on OpenAI with your ChatGPT account" },
5928
5928
  { id: "dario", title: "Dario", description: "unavailable", disabled: true }
5929
5929
  ];
5930
5930
  var PRODUCTION_ENDPOINT = "https://api.standardcode.ai";