Skip to content

Commit 7e2130f

Browse files
chore(patch): 1.0.96 [skip ci]
## [1.0.96](v1.0.95...v1.0.96) (2025-03-05) ### 🤖 Build System * always display snippet past textarea on tools tab ([c2e99e8](c2e99e8)) * Fix bug in LLM call code to strip off and restore extra conversation message object atrributes. ([b6b7707](b6b7707)) * Fix endless recursion in debugLog function ([42bbe5d](42bbe5d)) * Upgrade openAI api version. ([5dd62a6](5dd62a6))
1 parent 42bbe5d commit 7e2130f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.0.96](https://github.com/mmiscool/aiCoder/compare/v1.0.95...v1.0.96) (2025-03-05)
7+
8+
### 🤖 Build System
9+
10+
* always display snippet past textarea on tools tab ([c2e99e8](https://github.com/mmiscool/aiCoder/commit/c2e99e89b333caf15e6f34382d63037fbdfbf4c3))
11+
* Fix bug in LLM call code to strip off and restore extra conversation message object atrributes. ([b6b7707](https://github.com/mmiscool/aiCoder/commit/b6b770751b40f408f5cdcc1fcd39a3299e333a4d))
12+
* Fix endless recursion in debugLog function ([42bbe5d](https://github.com/mmiscool/aiCoder/commit/42bbe5d4bf3f69d8e7f4055e57542a80a478dbb9))
13+
* Upgrade openAI api version. ([5dd62a6](https://github.com/mmiscool/aiCoder/commit/5dd62a68aba058f110cb22ff21403c47168e956c))
14+
615
## [1.0.95](https://github.com/mmiscool/aiCoder/compare/v1.0.94...v1.0.95) (2025-01-29)
716

817
### 🤖 Build System

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aicodertool",
3-
"version": "1.0.95",
3+
"version": "1.0.96",
44
"homepage": "https://github.com/mmiscool/aiCoder",
55
"bin": {
66
"aicodertool": "src/main.js",

0 commit comments

Comments
 (0)