---
title: "v1.7.1 - CLI Improvements & Bug Fixes"
version: "1.7.1"
date: 2025-10-22
description: "Patch release with CLI improvements including bun support and bug fixes."
tags:
  - release
  - stable
  - nextjs
  - cli
type: release
breaking: false
draft: false
authors: [KayleeWilliams]
packages:
  - "@c15t/cli@1.7.1"
  - "@c15t/nextjs@1.7.1"
  - "@c15t/react@1.7.1"
  - "@c15t/translations@1.7.1"
  - "@c15t/scripts@1.7.1"
  - "c15t@1.7.1"
  - "@c15t/node-sdk@1.7.1"
---
## 🐛 Bug Fixes & Improvements

### **@c15t/cli**

* Added support for bun package manager
* Added install @c15t/scripts prompt
* Fixed default log level
* Fixed Next.js Pages component creation in components directory
* Updated various dependencies

### **@c15t/nextjs**

* Fixed missing InitialDataPromise type export for pages
* Fixed certain headers missing on non-rewrite requests
* Fixed ClientSideOptionsProvider causing infinite re-renders in certain cases
* Updated dependencies

### **@c15t/react**

* Fixed FOUC & Hydration issue with Frame component

### **c15t**

* Updated dependencies

### **@c15t/node-sdk**

* Updated dependencies

### **@c15t/backend**

* Updated dependencies

<ContributorBlock usernames={["KayleeWilliams"]} title="Thank you to our contributors" />
