v0.1.12
hkjarral/AVA-AI-Voice-Agent-for-Asteriskv0.1.12Sep 3, 2025by alexchenzl
AI Summary
Introduces support for the GPT-5-chat-latest model and improves the stability of model parameter persistence and analytics.
Key Highlights
- Adds GPT-5-chat-latest non-reasoning model
- Fixes model parameter persistence in options UI
- Improves lightweight guardrails and system prompts
- Adds optional anonymous analytics
New Features
- Add gpt-5-chat-latest non-reasoning model
- Fix issue #207: Model parameter persistence in options UI
- Remove unnecessary identify call to avoid useless identity events
Full Release Notes
## What's Changed * Add gpt-5-chat-latest non-reasoning model by @PeterDaveHello in https://github.com/nanobrowser/nanobrowser/pull/206 * Fix issue #207: Model parameter persistence in options UI by @alexchenzl in https://github.com/nanobrowser/nanobrowser/pull/208 * Add optional anonymous analytics for future enhancements by @alexchenzl in https://github.com/nanobrowser/nanobrowser/pull/209 * Improve lightweight guardrails and system prompts by @alexchenzl in https://github.com/nanobrowser/nanobrowser/pull/212 * Add sponsor badge and fix some minor bugs by @alexchenzl in https://github.com/nanobrowser/nanobrowser/pull/213 * Remove unnecessary identify call to avoid useless identity events * Fix inconsistent anonymous id bug **Full Changelog**: https://github.com/nanobrowser/nanobrowser/compare/v0.1.9...v0.1.12