Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a62f773
Choose a base ref
...
head repository: Together-Java/TJ-Bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 996431f
Choose a head ref
  • 6 commits
  • 7 files changed
  • 5 contributors

Commits on Jan 26, 2026

  1. fix: DynamicVoiceChat deleting channel without checking if members ar…

    …e in there (#1395)
    
    Co-authored-by: Suraj Kumar <[email protected]>
    tj-wazei and surajkumar authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    0309044 View commit details
    Browse the repository at this point in the history
  2. fix: double fire when channel is deleted (#1398)

    * fix: add caffeine cache to prevent double fire
    
    * fix: check is bot only on join
    
    * feat: add synchronized keyword
    
    * chore: try-catch the delete for extra protection
    
    ---------
    
    Co-authored-by: Suraj Kumar <[email protected]>
    tj-wazei and surajkumar authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    eee594c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Added /rewrite for improving a message using AI (#1378)

    * Feature: Implement /rewrite command for message improvement using ChatGPT
    
    * feature "rewrite-msg command": applies changes due to Zabu's first review;
    
    * feature "rewrite-msg command": applies changes due to Wazei's first review - Part 1;
    
    * feature "rewrite-msg command": applies changes due to Wazei's first review - Part 2;
    
    * feature "rewrite-msg command": applies changes due to Wazei's first review - Part 3;
    
    * feature "rewrite-msg command": removing Optional and other adjustments
    
    * feature "rewrite-msg command" - reply to taz 2nd review;
    
    1. ChatGptService: MAX_TOKENS value updated to 500;
    2. RewriteCommand: Adding more precision in Ai Prompt message;
    
    * ChatGptService: MAX_TOKENS value updated to 1000;
    firasrg authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d31728a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. build(deps): bump org.flywaydb:flyway-core from 11.20.0 to 12.0.0 (#1401

    )
    
    Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.20.0 to 12.0.0.
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](flyway/flyway@flyway-11.20.0...flyway-12.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.flywaydb:flyway-core
      dependency-version: 12.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    59de5ee View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. build(deps): bump com.openai:openai-java from 4.16.0 to 4.17.0 (#1405)

    Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 4.16.0 to 4.17.0.
    - [Release notes](https://github.com/openai/openai-java/releases)
    - [Changelog](https://github.com/openai/openai-java/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-java@v4.16.0...v4.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.openai:openai-java
      dependency-version: 4.17.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    db01f72 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. fix: AI message dismiss button (#1403)

    * fix: AI message dismiss button
    
    when message that created thread was deleted,
    retrieveStartMessage() threw an error UNKNOWN_MESSAGE
    leading to non-functional dismiss button.
    
    this adds a handler, specifically for parent message
    deleted error by using getIterableHistoryInstead.
    
    * refactor: HelpThreadCreatedListener
    
    * move AI dismiss fallback consumer to a seperate function for clarity
    * move variable FIRST_MESSAGE_ONLY to function scope as noOfMessage for
      clarity
    * improve error log message for clarity
    ankitsmt211 authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    996431f View commit details
    Browse the repository at this point in the history
Loading