Skip to content

Releases: ainterviewer/lib

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 13:22

[0.4.3] - 2026-09-14

Features

  • Store condition_carrier message in task context

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 12:18

[0.4.2] - 2026-09-11

Breaking Changes

  • Make interview_history the source of truth as to what message type is received

Bug Fixes

  • Make interview_history the source of truth as to what message type is received [breaking]

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Sep 08:08

[0.4.1] - 2026-09-10

Features

  • Move html escaping to frontend rendering, so raw text is stored. This makes downstream text analysis tasks easier.
  • Add sections as embedding chunks

Bug Fixes

  • (build) Commit only release files in publish recipe

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:43

[0.4.0] - 2026-09-01

Breaking Changes

  • Move vLLM model configuration to proxy repository

Features

  • Move vLLM model configuration to proxy repository [breaking]
  • Add message embedding components and fix linting

Internal

  • Add citation information
  • Fix broken url in readme
  • Fix imports
  • Update dev deps

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:56

[0.3.5] - 2026-08-21

Bug Fixes

  • Inactive interview status is now set correctly

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:17

[0.3.4] - 2026-08-20

Internal

  • Rename script

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 09:40

[0.3.2] - 2026-08-19

Internal

  • Remove default_language from InterviewConfig (now lives in backend table instead)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:40

[0.3.1] - 2026-08-14

Bug Fixes

  • When translating an interview guide, the condition trigger values are now also translated

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:04

[0.3.0] - 2026-08-14

Breaking Changes

  • Move translation to BasePrompts.translation

Features

  • Improve json rendering in jinja templates
  • Better traceback for language errors

Bug Fixes

  • Improve language localization prompts and answering agent
  • Add explicit current_section=None to GuideAgentPrompts.generate_section_prompt template render
  • Move translation to BasePrompts.translation [breaking]
  • Improve whitespace in jinja templates

Internal

  • Document the dead language templates in the codebase

v0.2.17

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:24

[0.2.17] - 2026-08-12

Internal

  • Implement cliff and release note strategy