@iinm/plain-agent
Advanced tools
@@ -1471,4 +1471,4 @@ { | ||
| { | ||
| "name": "gpt-5.4-mini", | ||
| "variant": "thinking-xhigh", | ||
| "name": "gpt-5.5", | ||
| "variant": "thinking-medium", | ||
| "platform": { | ||
@@ -1482,4 +1482,4 @@ "name": "openai", | ||
| "config": { | ||
| "model": "gpt-5.4-mini", | ||
| "reasoning": { "effort": "xhigh", "summary": "auto" }, | ||
| "model": "gpt-5.5", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1493,5 +1493,5 @@ "include": ["reasoning.encrypted_content"] | ||
| "prices": { | ||
| "input_tokens": 0.75, | ||
| "input_tokens_details.cached_tokens": -0.675, | ||
| "output_tokens": 4.5 | ||
| "input_tokens": 5, | ||
| "input_tokens_details.cached_tokens": -4.5, | ||
| "output_tokens": 30 | ||
| } | ||
@@ -1503,3 +1503,3 @@ }, | ||
| "name": "gpt-5.5", | ||
| "variant": "thinking-medium", | ||
| "variant": "thinking-high", | ||
| "platform": { | ||
@@ -1514,3 +1514,3 @@ "name": "openai", | ||
| "model": "gpt-5.5", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1532,4 +1532,4 @@ "include": ["reasoning.encrypted_content"] | ||
| { | ||
| "name": "gpt-5.5", | ||
| "variant": "thinking-high", | ||
| "name": "gpt-5.6-sol", | ||
| "variant": "thinking-medium", | ||
| "platform": { | ||
@@ -1543,4 +1543,4 @@ "name": "openai", | ||
| "config": { | ||
| "model": "gpt-5.5", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "model": "gpt-5.6-sol", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1562,4 +1562,4 @@ "include": ["reasoning.encrypted_content"] | ||
| { | ||
| "name": "gpt-5.5", | ||
| "variant": "thinking-xhigh", | ||
| "name": "gpt-5.6-sol", | ||
| "variant": "thinking-high", | ||
| "platform": { | ||
@@ -1573,4 +1573,4 @@ "name": "openai", | ||
| "config": { | ||
| "model": "gpt-5.5", | ||
| "reasoning": { "effort": "xhigh", "summary": "auto" }, | ||
| "model": "gpt-5.6-sol", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1591,9 +1591,9 @@ "include": ["reasoning.encrypted_content"] | ||
| }, | ||
| { | ||
| "name": "gpt-5.4-mini", | ||
| "variant": "thinking-medium-azure", | ||
| "name": "gpt-5.6-terra", | ||
| "variant": "thinking-medium", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| "name": "openai", | ||
| "variant": "default", | ||
| "baseURL": "https://api.openai.com" | ||
| }, | ||
@@ -1603,3 +1603,3 @@ "model": { | ||
| "config": { | ||
| "model": "gpt-5.4-mini", | ||
| "model": "gpt-5.6-terra", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
@@ -1614,5 +1614,5 @@ "store": false, | ||
| "prices": { | ||
| "input_tokens": 0.75, | ||
| "input_tokens_details.cached_tokens": -0.675, | ||
| "output_tokens": 4.5 | ||
| "input_tokens": 2.5, | ||
| "input_tokens_details.cached_tokens": -2.25, | ||
| "output_tokens": 15 | ||
| } | ||
@@ -1623,4 +1623,89 @@ }, | ||
| { | ||
| "name": "gpt-5.6-terra", | ||
| "variant": "thinking-high", | ||
| "platform": { | ||
| "name": "openai", | ||
| "variant": "default", | ||
| "baseURL": "https://api.openai.com" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-terra", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 2.5, | ||
| "input_tokens_details.cached_tokens": -2.25, | ||
| "output_tokens": 15 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-luna", | ||
| "variant": "thinking-medium", | ||
| "platform": { | ||
| "name": "openai", | ||
| "variant": "default", | ||
| "baseURL": "https://api.openai.com" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-luna", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 1, | ||
| "input_tokens_details.cached_tokens": -0.9, | ||
| "output_tokens": 6 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-luna", | ||
| "variant": "thinking-high", | ||
| "platform": { | ||
| "name": "openai", | ||
| "variant": "default", | ||
| "baseURL": "https://api.openai.com" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-luna", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 1, | ||
| "input_tokens_details.cached_tokens": -0.9, | ||
| "output_tokens": 6 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.4-mini", | ||
| "variant": "thinking-high-azure", | ||
| "variant": "thinking-medium-azure", | ||
| "platform": { | ||
@@ -1634,3 +1719,3 @@ "name": "azure", | ||
| "model": "gpt-5.4-mini", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1653,3 +1738,3 @@ "include": ["reasoning.encrypted_content"] | ||
| "name": "gpt-5.4-mini", | ||
| "variant": "thinking-xhigh-azure", | ||
| "variant": "thinking-high-azure", | ||
| "platform": { | ||
@@ -1663,3 +1748,3 @@ "name": "azure", | ||
| "model": "gpt-5.4-mini", | ||
| "reasoning": { "effort": "xhigh", "summary": "auto" }, | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1735,4 +1820,4 @@ "include": ["reasoning.encrypted_content"] | ||
| { | ||
| "name": "gpt-5.5", | ||
| "variant": "thinking-xhigh-azure", | ||
| "name": "gpt-5.6-sol", | ||
| "variant": "thinking-medium-azure", | ||
| "platform": { | ||
@@ -1745,4 +1830,4 @@ "name": "azure", | ||
| "config": { | ||
| "model": "gpt-5.5", | ||
| "reasoning": { "effort": "xhigh", "summary": "auto" }, | ||
| "model": "gpt-5.6-sol", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
@@ -1763,2 +1848,137 @@ "include": ["reasoning.encrypted_content"] | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-sol", | ||
| "variant": "thinking-high-azure", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-sol", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 5, | ||
| "input_tokens_details.cached_tokens": -4.5, | ||
| "output_tokens": 30 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-terra", | ||
| "variant": "thinking-medium-azure", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-terra", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 2.5, | ||
| "input_tokens_details.cached_tokens": -2.25, | ||
| "output_tokens": 15 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-terra", | ||
| "variant": "thinking-high-azure", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-terra", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 2.5, | ||
| "input_tokens_details.cached_tokens": -2.25, | ||
| "output_tokens": 15 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-luna", | ||
| "variant": "thinking-medium-azure", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-luna", | ||
| "reasoning": { "effort": "medium", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 1, | ||
| "input_tokens_details.cached_tokens": -0.9, | ||
| "output_tokens": 6 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
| { | ||
| "name": "gpt-5.6-luna", | ||
| "variant": "thinking-high-azure", | ||
| "platform": { | ||
| "name": "azure", | ||
| "variant": "openai" | ||
| }, | ||
| "model": { | ||
| "format": "openai-responses", | ||
| "config": { | ||
| "model": "gpt-5.6-luna", | ||
| "reasoning": { "effort": "high", "summary": "auto" }, | ||
| "store": false, | ||
| "include": ["reasoning.encrypted_content"] | ||
| } | ||
| }, | ||
| "cost": { | ||
| "currency": "USD", | ||
| "unit": "1M", | ||
| "prices": { | ||
| "input_tokens": 1, | ||
| "input_tokens_details.cached_tokens": -0.9, | ||
| "output_tokens": 6 | ||
| } | ||
| }, | ||
| "autoCompact": { "inputTokensKeys": ["input_tokens"] } | ||
| }, | ||
@@ -1765,0 +1985,0 @@ { |
+1
-1
| { | ||
| "name": "@iinm/plain-agent", | ||
| "version": "1.14.6", | ||
| "version": "1.14.7", | ||
| "description": "A lightweight terminal-based coding agent focused on safety and low token cost", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+1
-1
| # Plain Agent | ||
| [](https://github.com/iinm/plain-agent/actions/workflows/github-code-scanning/codeql) | ||
| [](https://socket.dev/npm/package/@iinm/plain-agent) | ||
| [](https://socket.dev/npm/package/@iinm/plain-agent) | ||
| [](https://packagephobia.com/result?p=@iinm/plain-agent) | ||
@@ -6,0 +6,0 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
592153
1.01%16747
1.33%