-
-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: Together-Java/TJ-Bot
base: v4.26
head repository: Together-Java/TJ-Bot
compare: v.4.27
- 6 commits
- 7 files changed
- 5 contributors
Commits on Jan 26, 2026
-
fix: DynamicVoiceChat deleting channel without checking if members ar…
…e in there (#1395) Co-authored-by: Suraj Kumar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0309044 - Browse repository at this point
Copy the full SHA 0309044View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for eee594c - Browse repository at this point
Copy the full SHA eee594cView commit details
Commits on Jan 27, 2026
-
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;
Configuration menu - View commit details
-
Copy full SHA for d31728a - Browse repository at this point
Copy the full SHA d31728aView commit details
Commits on Jan 29, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 59de5ee - Browse repository at this point
Copy the full SHA 59de5eeView commit details
Commits on Feb 2, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for db01f72 - Browse repository at this point
Copy the full SHA db01f72View commit details
Commits on Feb 3, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 996431f - Browse repository at this point
Copy the full SHA 996431fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.26...v.4.27