File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments