Skip to content

Commit 432b17e

Browse files
Prepare for release v3.7.1 (#177)
1 parent fcd0426 commit 432b17e

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/three-numbers-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Release"
33
on:
44
push:
55
branches:
6-
- main
6+
- release
77
workflow_dispatch:
88

99
permissions:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.7.1]
4+
5+
### Fixed
6+
7+
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
8+
39
## [3.7.0]
410

511
### Added

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
@@ -3,7 +3,7 @@
33
"displayName": "HAI Build Code Generator",
44
"description": "Human AI (HAI) VS Code extension that streamlines development workflows through AI-powered task execution, intelligent file management, and automated code generation. Built on HAI, it integrates with various LLMs to enhance productivity and code quality while simplifying complex development tasks.",
55
"clineVersion": "3.17.5",
6-
"version": "3.7.0",
6+
"version": "3.7.1",
77
"icon": "assets/icons/HAI-Rounded-Dark@3x.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)