Skip to content

Releases: epam/ai-dial-chat

0.1.10

04 Dec 13:01
Compare
Choose a tag to compare

Fixes:

  • use correct content type for chat api (#279)

0.2.2

28 Nov 23:39
Compare
Choose a tag to compare

Fixes:

0.2.1

28 Nov 20:05
Compare
Choose a tag to compare

Fixes:

  • fix send message by enter when message is empty (#82)(#246)

0.2.0

27 Nov 17:39
Compare
Choose a tag to compare

Features:

  • add edit message for attachments (#211)(#234)
  • added footer and input in replay mode (#199)
  • additional features for attachments (#211)(#222)
  • implement attaching files to conversations (#80) (#195)
  • update rate endpoint according to new API (#67)
  • use storage agnostic approach for data (#66)
  • add "share" option in context menu for conversation and for prompt {#131 #126 #178)(#189)
  • disable the input field if the last request has failed (#44)

Fixes:

  • code form header has white border in light theme, but should have light-grey (#97)
  • disable the input field (#81 #82)(#105)
  • automatically rename chat after clearing all messages (#86)(#216)
  • change positioning for the regenerate button (#36)
  • correct RegEx for the code detection (#119)(#200)
  • fix playback empty info block style (#176)
  • fix assistant message with attachments (#80)(#226)
  • fix attachments design issues (#207)(#217)
  • fix design issues (#80)(#214)
  • fix displaying the prompt context menu (#238) (#235)
  • fix opening reference url if click from icon (#80)(#227)
  • fix overlapping of confirmation buttons by prompt name when user deletes the prompt (#54)
  • fix saving conversation and prompts folders (#186)
  • fix send button disabled when files attached (#212) (#237)
  • fix system prompt scrollbar displaying (#231)(#106)
  • fix uploading file to custom folder (#202)
  • fix uploading multiple files (#80) (#229)
  • handle not allowed addon (#88 #167)(#203)
  • hide empty Selected section(addons) (#208)(#218)
  • not show warning for no auth providers with disabled auth (#30 #31)
  • optimize enabledFeatures.includes (#193)
  • remove incorrect addons when change model in replay mode (#205)(#206)
  • remove prompt highlight on select (#96)(#210)
  • removed redundant model properties from the conversation (#114)(#187)
  • replay as is stops working (#69)
  • return previous styling and animation functionality (#99)(#108)
  • shared icon appears for replay and playback (#192 #196)(#197)
  • update readme first 2 steps (#26)
  • fix extra space between text and attached docs in comparison mode when expand attached documents on other side (#61)
  • fix no scroll in playback textbox and auto-scroll for long list responses (#63)

Other:

  • chore: force update @babel/traverse (#24)
  • chore: fix tailwindcss lint plugin (#60)
  • chore: fix node:20-alpine@3.18.4 vulnerabilities (#75)
  • chore: docker build (#185)
  • chore: add slash commands dispatch (#32)
  • chore: Specify minimal Node version in package.json and in README.md (#77)
  • chore: add e2e tests trigger (#142)
  • chore: add workflow to deploy on dev (#45)
  • chore: bump @types/node from 18.15.0 to 20.9.0 (#48)
  • chore: bump autoprefixer from 10.4.14 to 10.4.16 (#43)
  • chore: bump tailwindcss from 3.3.3 to 3.3.5 (#41)
  • chore: create CONTRIBUTING.md (#76)
  • chore: disable dependabot version update (#59)
  • chore: enable dependabot (#37)
  • chore: redesign Playback feature (#121)
  • chore: remove not needed jwt validator and it's dependencies (#50)
  • chore: removed extra wrappers for home page and rename health endpoint (#183)
  • chore: sync development (#38)
  • chore: unit-tests init commit (#70)
  • chore: update development with latest changes (#21)
  • chore: update documentation (#68)
  • chore: update workflow references (#51)
  • chore: update-workflow-references (#23)
  • chore: use enums and css helper (#204)
  • e2e: fixed conversation model for tests, added some tests for replay, send button (#201)
  • e2e: added couple of tests for import-export (#188)
  • e2e: added tests for prompts nested folders (#194)
  • e2e: added tests for nested folders (#49)
  • e2e: search entity (#221)
  • e2e: added e2e tests for playback feature (#184)
  • e2e: e2e token login update (#62)
  • e2e: prompt nested folders (#65)
  • e2e: updated e2e run script (#58)
  • e2e: removed e2e tests for non opensource models/addons (#74)

0.1.9

03 Nov 15:22
Compare
Choose a tag to compare

Fixes:

  • change positioning for the regenerate button

0.1.8

02 Nov 16:01
Compare
Choose a tag to compare

Features:

  • add slash commands dispatch (#32)

0.1.7

31 Oct 21:20
Compare
Choose a tag to compare

Fixes:

  • fix warning for no auth providers with disabled auth

0.1.6

27 Oct 15:32
Compare
Choose a tag to compare

Features:

  • playback (#27)

Fixes:

  • fix lint issues (#28)

0.1.5

20 Oct 16:34
Compare
Choose a tag to compare

Other:

  • chore: upd release 0.1 (#25)

0.1.4

11 Oct 14:53
Compare
Choose a tag to compare

Other:

  • chore: update development with latest changes (#21) (#22)