Skip to content

Releases: edx/learning-assistant

4.3.2

20 Sep 13:22
f4cf44a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.3.2

4.3.1

10 Sep 12:59
3c60659
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

4.3.0

02 Jul 13:50
8ac7e24
Compare
Choose a tag to compare

Adds optional parameter to use updated prompt and model for the chat response.

4.2.0

29 Feb 14:21
ec8cff5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0

28 Feb 16:27
dc9179c
Compare
Choose a tag to compare

What's Changed

  • feat: use course cache to retrieve course data by @alangsto in #72

Full Changelog: 4.0.0...4.1.0

4.0.0: Remove use of course waffle flag

21 Feb 20:23
fddf0bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.0...4.0.0

3.6.0

14 Feb 21:38
9c016d6
Compare
Choose a tag to compare

What's Changed

  • feat: replace waffle flag with setting by @alangsto in #67

Full Changelog: 3.5.0...3.6.0

Add CourseApp for Learning Assistant feature and register entrypoints in LMS and CMS..

07 Feb 16:30
9ed1be3
Compare
Choose a tag to compare

This commit adds a concrete implementation of the CourseApp ABC from the CourseApps edx-platform Django app. This enables the Learning Assistant to be represented by a card on the Studio Pages & Resources pages. Please see the associated ADR for more details.

This commit also registers this CourseApp class as an entrypoint to the CourseApps edx-platfrom Django app. Because the CourseApps REST API is a part of the CMS, the Learning Assistant plugin was also added as entrypoint to the CMS.

Add GET endpoint to retrieve whether Learning Assistant is enabled.

01 Feb 16:24
ab8b969
Compare
Choose a tag to compare

This release adds a new GET endpoint to retrieve whether the Learning Assistant feature is enabled in a course, given a course ID. This endpoint will introspect all data that is relevant to determining whether the feature is enabled (i.e. the courseware.learning_assistant CourseWaffleFlag and the LearningAssistantCourseEnabled model).

This endpoint was added so that the frontend can determine whether or not to show the Learning Assistant feature without requiring that the edx-platform read from the LearningAssistantCourseEnabled model in this plugin.

3.3.0: Fix release version

30 Jan 20:54
423b175
Compare
Choose a tag to compare

There was an error in the previous release version tag, upping to 3.3.0 to fix versions.