github robiningelbrecht/statistics-for-strava v3.1.1

latest releases: v3.2.9, v3.2.8, v3.2.7...
one month ago

🤖 This release introduces extra configuration options for the AI agent. You can now configure pre-defined chat commands.

Check https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/ai-integration?id=pre-defining-chat-commands for more information.

integrations:
  ai:
    # Other AI configuration options
    agent:
      commands:
        - command: 'analyse-last-workout'
          message: 'You are my bike trainer. Please analyze my most recent ride with regard to aspects such as heart rate, power (if available). Please give me an assessment of my performance level and possible improvements for future training sessions.'
        - command: 'compare-last-two-weeks'
          message:  'You are my bike trainer. Please compare my workouts and performance of the last 7 days with the 7 days before and give a short assessment.'

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

Don't miss a new statistics-for-strava release

NewReleases is sending notifications on new releases.