Skip to content

Releases: oaknational/oak-ai-lesson-assistant

v1.14.2

12 Nov 11:50
Compare
Choose a tag to compare

1.14.2 (2024-11-12)

Bug Fixes

v1.14.1

07 Nov 16:51
Compare
Choose a tag to compare

1.14.1 (2024-11-07)

Bug Fixes

  • allow requests without a cookie header (#352) (80f5050)

v1.14.0

07 Nov 14:29
Compare
Choose a tag to compare

1.14.0 (2024-11-07)

Bug Fixes

  • add missing dependencies to lesson plan tracking context (#307) (3758dfc)
  • add missing prisma import (#342) (a0ac1de)
  • disable feature flagg polling in tests (c44e1f1)
  • null render in sidebar provider (#337) (9a12851)
  • remaining linting fixes (#272) (18a0f70)
  • set up server side styled-components (f221c24)
  • skip instrumentation when running turbopack - fix HMR (4d6fd3b)

Features

  • add rag schema (migration) (#343) (638f43f)
  • allow us to configure the server port for local testing (#308) (33bee19)
  • bootstrap posthog feature flags with local evaluation (15e8a67)
  • sync featureFlagGroup from clerk to posthog (46b4f13)
  • update emails to use html (#319) (a71e7bc)
  • use featureFlagGroup claim for feature flags (759534a)

v1.13.1

05 Nov 14:09
Compare
Choose a tag to compare

1.13.1 (2024-11-05)

Bug Fixes

v1.13.0

31 Oct 08:52
Compare
Choose a tag to compare

1.13.0 (2024-10-31)

Bug Fixes

  • await persisting the generation (#292) (730dbb9)
  • await the enqueue method in web actions (#293) (c9cb82b)
  • await the save download event call (#317) (1e05c1a)
  • completion and system messages do not need to be async (#294) (be79158)
  • linting for app components (#295) (1212eb5)
  • pages that do not load data do not need to be async (#296) (a7eaefa)
  • promisify chat API route get handler (#316) (1824aea)
  • reintroduce custom eslint (#284) (adc1efa)
  • rename accordian to accordion (#297) (cd35dc1)
  • set VS Code to prefer type imports (#291) (bc26948)
  • update imports (type prefixes, paths) (#298) (c332717)
  • use browserLogger for errors in the browser (#280) (647c904)
  • use noengine in ci (#283) (3a1bfd4)
  • use prisma generate --no-engine and reinstate prompts script (#282) (a157b9a)

Features

  • add an incrementing iteration number to the chat (#263) (5aaa1d9)
  • selectively include Americanisms, RAG, analytics when instantiating Aila (#287) (4e5e1f2)

v1.12.1

28 Oct 17:13
Compare
Choose a tag to compare

1.12.1 (2024-10-28)

Bug Fixes

v1.12.0

28 Oct 16:36
Compare
Choose a tag to compare

1.12.0 (2024-10-28)

Bug Fixes

  • ensure that the patch enqueuer exists when enqueuing (#264) (4d4b959)
  • logger to stdout for info and warn (#266) (d2dfabc)
  • module resolution with "node" instead of "bundler" (#271) (44ca5f6)
  • reduce turbo errors on local dev, enable running e2e in built mode (#259) (afb4535)
  • refactor lesson snapshots for improved efficiency (#234) (24f492d)
  • reinstate prebuilding the chat route in local dev (#260) (1a4c51f)
  • remove flash when loading wheel appears (#268) (d7a70f3)
  • remove lessonReferences from prompt (#253) (a0cedec)
  • report chat completion errors (#256) (13729ca)
  • update prisma to latest version (#254) (b8b1958)

Features

v1.11.0

22 Oct 08:49
Compare
Choose a tag to compare

1.11.0 (2024-10-22)

Bug Fixes

Features

v1.10.2

16 Oct 09:54
Compare
Choose a tag to compare

1.10.2 (2024-10-16)

Bug Fixes

  • spacing on onboarding upgrade screen [AI-500] (#232) (0d2a2fd)

v1.10.1

15 Oct 14:35
Compare
Choose a tag to compare

1.10.1 (2024-10-15)

Bug Fixes

  • add fallback if requestSubmit is not available (#227) (e9b02c6)
  • findLast is not available for all browsers (WIP) (#211) (a94e0f4)
  • reduce middleware syntax error logs, send to logs, tests for CSP in each env (#213) (d18a7d2)
  • remove lookbehind in regex for camelcase conversion (#226) (dc747c3)
  • revert "fix: revert error to previous protocol (#139) (#218) (dccba58)
  • silence unknown part type errors (#229) (2e3e56b)