Skip to content

Commit c5f4572

Browse files
committed
chore: bump version to 2.3.5
1 parent be08d5d commit c5f4572

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.5] - 2026-02-17
9+
10+
### Fixed
11+
- Tool loop guard coarse fingerprint was too aggressive, blocking legitimate multi-file exploration ("3 attempts limit 2"). Coarse limit now 3x higher (6 vs 2).
12+
13+
## [2.3.4] - 2026-02-16
14+
15+
### Fixed
16+
- Tool loop guard no longer speculatively inflates counts from stripped conversation history.
17+
818
## [2.3.3] - 2026-02-16
919

1020
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rama_nigg/open-cursor",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "No prompt limits. No broken streams. Full thinking + tool support. Your Cursor subscription, properly integrated.",
55
"type": "module",
66
"main": "dist/plugin-entry.js",

0 commit comments

Comments
 (0)