reygent-code 1.1.0 → 1.1.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.
package/README.md CHANGED
@@ -2,7 +2,10 @@
2
2
 
3
3
  ![Reygent Logo](./README_IMAGES/ReygentLogo.png)
4
4
 
5
- ![CI](https://github.com/andrewevans0102/reygent/actions/workflows/main.yml/badge.svg?branch=master)
5
+ [![Build](https://github.com/andrewevans0102/reygent/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/andrewevans0102/reygent/actions/workflows/main.yml)
6
+ [![npm](https://img.shields.io/npm/v/reygent-code)](https://www.npmjs.com/package/reygent-code)
7
+ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8
+ [![Docs](https://github.com/andrewevans0102/reygent/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/andrewevans0102/reygent/actions/workflows/deploy-docs.yml)
6
9
 
7
10
  An AI-powered CLI that orchestrates multiple Claude agents to automate the software development lifecycle — from spec to shipped PR.
8
11
 
package/dist/cli.js CHANGED
@@ -5361,16 +5361,16 @@ var PROVIDER_PRICING = {
5361
5361
  supportsCaching: true,
5362
5362
  defaultModel: "claude-sonnet-4-5-20250929",
5363
5363
  pricingUrl: "https://www.anthropic.com/pricing",
5364
- lastVerified: "2026-05-08"
5364
+ lastVerified: "2026-05-15"
5365
5365
  },
5366
5366
  codex: {
5367
- inputCostPerMillion: 1.25,
5368
- outputCostPerMillion: 10,
5367
+ inputCostPerMillion: 2.5,
5368
+ outputCostPerMillion: 15,
5369
5369
  cacheDiscountRate: 0.9,
5370
5370
  supportsCaching: true,
5371
5371
  defaultModel: "gpt-5.4",
5372
5372
  pricingUrl: "https://openai.com/api/pricing/",
5373
- lastVerified: "2026-05-08"
5373
+ lastVerified: "2026-05-15"
5374
5374
  },
5375
5375
  openrouter: {
5376
5376
  inputCostPerMillion: 3,
@@ -5379,7 +5379,7 @@ var PROVIDER_PRICING = {
5379
5379
  supportsCaching: true,
5380
5380
  defaultModel: "anthropic/claude-sonnet-4-5",
5381
5381
  pricingUrl: "https://openrouter.ai/models",
5382
- lastVerified: "2025-05-04"
5382
+ lastVerified: "2026-05-15"
5383
5383
  },
5384
5384
  gemini: {
5385
5385
  inputCostPerMillion: 1.25,
@@ -5388,7 +5388,7 @@ var PROVIDER_PRICING = {
5388
5388
  supportsCaching: true,
5389
5389
  defaultModel: "gemini-2.5-pro",
5390
5390
  pricingUrl: "https://ai.google.dev/pricing",
5391
- lastVerified: "2026-05-08"
5391
+ lastVerified: "2026-05-15"
5392
5392
  }
5393
5393
  };
5394
5394