@ian2018cs/agenthub 0.1.21 → 0.1.23

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.html CHANGED
@@ -25,7 +25,7 @@
25
25
 
26
26
  <!-- Prevent zoom on iOS -->
27
27
  <meta name="format-detection" content="telephone=no" />
28
- <script type="module" crossorigin src="/assets/index-CPhbi9pq.js"></script>
28
+ <script type="module" crossorigin src="/assets/index-CUYudcHR.js"></script>
29
29
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-BeVl62c0.js">
30
30
  <link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-C_VWDoZS.js">
31
31
  <link rel="modulepreload" crossorigin href="/assets/vendor-utils-00TdZexr.js">
@@ -34,7 +34,7 @@
34
34
  <link rel="modulepreload" crossorigin href="/assets/vendor-markdown-VwNYkg_0.js">
35
35
  <link rel="modulepreload" crossorigin href="/assets/vendor-syntax-CdGaPJRS.js">
36
36
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-CvdiG4-n.js">
37
- <link rel="stylesheet" crossorigin href="/assets/index-CrVue26F.css">
37
+ <link rel="stylesheet" crossorigin href="/assets/index-BHa9v9rk.css">
38
38
  </head>
39
39
  <body>
40
40
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ian2018cs/agenthub",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "A web-based UI for AI Agents",
5
5
  "type": "module",
6
6
  "main": "server/index.js",
@@ -214,6 +214,21 @@ const PRICING_PER_MILLION = {
214
214
  },
215
215
  // ============ Gemini Models (Google Gemini CLI) ============
216
216
  // Pro 系列 ≤200k tokens 档
217
+ 'gemini-2.5-pro': {
218
+ input: 1.25,
219
+ output: 10.00,
220
+ cacheRead: 0.125,
221
+ cacheCreate5m: 0,
222
+ cacheCreate1h: 4.50
223
+ },
224
+ // Pro 系列 >200k tokens 档(高价档,仅由 gemini-usage-scanner.js 内部使用)
225
+ 'gemini-2.5-pro-large': {
226
+ input: 2.50,
227
+ output: 15.00,
228
+ cacheRead: 0.25,
229
+ cacheCreate5m: 0,
230
+ cacheCreate1h: 4.50
231
+ },
217
232
  'gemini-3.1-pro-preview': {
218
233
  input: 2.00,
219
234
  output: 12.00,
@@ -244,6 +259,13 @@ const PRICING_PER_MILLION = {
244
259
  cacheCreate1h: 0
245
260
  },
246
261
  // Flash 系列(单一价格档)
262
+ 'gemini-2.5-flash-lite': {
263
+ input: 0.10,
264
+ output: 0.40,
265
+ cacheRead: 0.01,
266
+ cacheCreate5m: 0,
267
+ cacheCreate1h: 1.00
268
+ },
247
269
  'gemini-3-flash-preview': {
248
270
  input: 0.50,
249
271
  output: 3.00,