Skip to content

Commit af1f3cc

Browse files
committed
docs: CHANGELOG.md
1 parent 4a0541d commit af1f3cc

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.8.4] - 2025-01-12
9+
10+
### Added
11+
12+
- `providerOptions` support for provider-specific configurations
13+
- Custom HTTP `headers` support for enhanced API request flexibility
14+
- Improved interactive mode handling for message input with better TTY experience
15+
16+
## [0.8.3] - 2025-01-11
17+
18+
### Added
19+
20+
- Shell context information with usage guidance
21+
- Spinner animation replacing text loading messages for improved UX
22+
- Loading indicators for agent tool execution
23+
24+
### Fixed
25+
26+
- Interactive mode and spinner behavior for TTY environments
27+
28+
### Changed
29+
30+
- Windows command execution now uses PowerShell with UTF-8 encoding
31+
32+
## [0.8.2] - 2025-01-10
33+
34+
### Added
35+
36+
- Enhanced shell information and command execution for Windows
37+
- UTF-8 code page on Windows to prevent encoding issues
38+
39+
### Fixed
40+
41+
- npm badge in README for accurate version display

0 commit comments

Comments
 (0)