Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat #9802

Merged
merged 52 commits into from
Jul 9, 2024

Commits on Jun 12, 2024

  1. WIP: Chat file uploads

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    214ccb8 View commit details
    Browse the repository at this point in the history
  2. File file reset

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aa7f15e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d520aed View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Implement allInputData binary mode

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a204a18 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    5a5d0e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. WIP: Implement file upload for Workflow LM Chat

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7946100 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fix memory auto sessionId, markdown rendering, improve dark mode corr…

    …ectly handle non-multiform requests
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8d293d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f9f4a View commit details
    Browse the repository at this point in the history
  3. Remove debugging console.logs

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1969984 View commit details
    Browse the repository at this point in the history
  4. Fix TS error

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a9d5abb View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    dfc66ba View commit details
    Browse the repository at this point in the history
  6. Improve theme

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9317b64 View commit details
    Browse the repository at this point in the history
  7. Update public chat package version import

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    390246b View commit details
    Browse the repository at this point in the history
  8. Improve styles

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    be568e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Clean-up and refactor message actions

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e3b2d7 View commit details
    Browse the repository at this point in the history
  2. Remove unused component

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3bcf8b6 View commit details
    Browse the repository at this point in the history
  3. Bump chat sdk version

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f4ffda4 View commit details
    Browse the repository at this point in the history
  4. Fix binary data in filesystem mode

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    264225e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Fix unit tests

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6ca7945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484ba19 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: Improve scrolling and prevent files resetting when selecting

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bb3ee1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c325763 View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    64a1254 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Design improvements

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b908416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661dd93 View commit details
    Browse the repository at this point in the history
  3. Fix past messages cycling if there’s only a single message

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    66e18c0 View commit details
    Browse the repository at this point in the history
  4. Reset previousMessageIndex sooner

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    35a757b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add option to passthrough binary images in tools agent, fix hover CTA

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    84dfd9d View commit details
    Browse the repository at this point in the history
  2. Remove unused method

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    01462e3 View commit details
    Browse the repository at this point in the history
  3. Linting fixes

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3875831 View commit details
    Browse the repository at this point in the history
  4. Reset conversational agent changes

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    26f8084 View commit details
    Browse the repository at this point in the history
  5. Remove unused modules

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ce788fe View commit details
    Browse the repository at this point in the history
  6. Linting fixes

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4a41639 View commit details
    Browse the repository at this point in the history
  7. Bump chat sdk version

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    10fa054 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48c4224 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Remove non-supported node test

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a041cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cea41c View commit details
    Browse the repository at this point in the history
  3. PR review

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a96b863 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edcb8f5 View commit details
    Browse the repository at this point in the history
  5. Fix chat colors

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6711dd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Fix e2e and replace debugging package path

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5ee7712 View commit details
    Browse the repository at this point in the history
  2. Improve vertical scrolling

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6897172 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    14c22c9 View commit details
    Browse the repository at this point in the history
  2. Fix chat file name & use method for file handler

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3953056 View commit details
    Browse the repository at this point in the history
  3. Fix linting issue

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e38400e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e320b3e View commit details
    Browse the repository at this point in the history
  5. Remove eslint 9.4 from pnpm-lock

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d06b6ed View commit details
    Browse the repository at this point in the history
  6. debugging linting

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ce68a06 View commit details
    Browse the repository at this point in the history
  7. Cleanup pnpm-lock

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    571f18f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    46c5623 View commit details
    Browse the repository at this point in the history
  2. Update @vueuse to 10.11.0 to fix issues with onClickOutside directive

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0f7ee05 View commit details
    Browse the repository at this point in the history
  3. Fix useClipboard spec

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    43c88f1 View commit details
    Browse the repository at this point in the history