Changelog
Stay updated with the latest releases, bug fixes, and new features added to CoachAI.
Recent Releases
Stay current with CoachAI's evolution. Check this page regularly for updates that enhance your coaching and accountability workflows.
Subscribe to our RSS feed or join the CoachAI Discord for instant release notifications.
New Features
-
Added CoachAI chat integration for real-time nudges between sessions
-
Introduced a client dashboard with goals, KPIs, and commitments tracking
-
Enabled automated weekly check-ins to replace manual follow-ups
Improvements
-
Enhanced reporting dashboard with progress visualisation
-
Optimised performance for large teams (
<50%load time reduction) -
Better mobile support for on-the-go coaching views
Bug Fixes
-
Fixed overdue commitment notifications not triggering
-
Resolved dashboard refresh issues during active sessions
New Features
-
Commitments Engine: Track promises with due dates and automatic reminders
-
Meta-chat preparation tool for coaches to review client progress quickly
-
Customizable rhythms for metrics and weekly planning
Bug Fixes
-
Corrected sync issues between CoachAI chat and main dashboard
-
Fixed export functionality for progress reports
Improvements
- Streamlined setup flow for new teams (3 steps instead of 6)
New Features
-
Core accountability system with goals, initiatives, and oversight views
-
Role-based dashboards for coaches, managers, and business owners
-
Initial AI-powered unstick prompts and refocus tools
Breaking Changes
-
Updated API endpoints from
/v0/to/v1/prefix -
Migration required: Update your webhook URLs to
https://api.audere.com/v1/webhooks
Migration Notes
Follow these steps to upgrade:
Backup Data
Export your current commitments and goals.
Update Endpoints
Replace /v0/ with /v1/ in all API calls.
Test Check-ins
Verify automated check-ins trigger correctly.
Upcoming Features Roadmap
Discover what's next for CoachAI. These features prioritize execution cadence and proof of progress.
Q4 2024
Advanced analytics and AI coaching insights.
Q1 2025
Team-wide commitment boards and Slack integrations.
Q2 2025
Enterprise security features and custom roles.
If you encounter issues during upgrade, review these common fixes:
| Issue | Solution |
|---|---|
| Webhook failures | Update to https://api.audere.com/v1/webhooks |
| Dashboard blank | Clear browser cache and reload |
| Check-in delays | Verify CRON_ENABLED environment variable |
For full migration script:
// migration.js - Run once per upgrade
const migrate = async () => {
await updateEndpoints('v0', 'v1');
console.log('Migration complete');
};
migrate();
How to Stay Updated
Enable notifications in your CoachAI settings or follow us on GitHub for pre-release access.
Found a bug? Submit issues at https://github.com/audere/app/issues.
Last updated Mar 4, 2026
Built with Documentation.AI