Releases: bsdayo/BingChat
Releases · bsdayo/BingChat
v0.8.0
What's Changed
- feat: signalr transport by @neon-sunset in #16
- feat: simple response text streaming + cancellation by @neon-sunset in #18
- feat: cookie no longer required
- feat(cli): publish as dotnet tool
# Install CLI
dotnet tool install -g --prerelease dotnet-bingchat
# Start CLI
dotnet bingchat
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat: nativeaot support for nuget package by @neon-sunset in #13
- Support multiple message combination by @Caulm in #12
New Contributors
- @neon-sunset made their first contribution in #13
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
- Use more completed result
- Remove debug logs
- Implement an interactive command line tool 🎉