@tokagent/tokagentos 2.0.30 → 2.0.31

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": "@tokagent/tokagentos",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "description": "tokagentOS CLI - Create and upgrade tokagentOS project templates",
5
5
  "type": "module",
6
6
  "bin": {
@@ -71,7 +71,11 @@ LITELLM_LARGE_MODEL=
71
71
  #
72
72
  # Skip these if you have a Google key with paid quota and want to use
73
73
  # Gemini Flash. Or pin to whichever model your account has best rates on.
74
- OPENROUTER_SMALL_MODEL=anthropic/claude-haiku-4-5
74
+ # NOTE: OpenRouter uses dots in version suffixes (4.5, not 4-5). Bad model
75
+ # ids surface as AI_NoOutputGeneratedError because the upstream returns an
76
+ # error event the AI SDK stream parser cannot translate to a message.
77
+ # Verify against https://openrouter.ai/api/v1/models before changing these.
78
+ OPENROUTER_SMALL_MODEL=anthropic/claude-haiku-4.5
75
79
  OPENROUTER_LARGE_MODEL=anthropic/claude-sonnet-4.6
76
80
 
77
81
  # Local LLM endpoints (optional).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-05-25T17:16:25.028Z",
3
+ "generatedAt": "2026-05-25T17:26:22.859Z",
4
4
  "repoUrl": "https://github.com/elizaos/eliza",
5
5
  "templates": [
6
6
  {