Skip to content

Conversation

@ankitsmt211
Copy link
Member

Feature:

Bugfix:

firasrg and others added 4 commits January 27, 2026 10:09
* 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;
)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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 ankitsmt211 self-assigned this Feb 3, 2026
@ankitsmt211 ankitsmt211 requested a review from a team as a code owner February 3, 2026 17:31
@ankitsmt211 ankitsmt211 added the release Marks official releases and talks about them, i.e. merges from develop to master label Feb 3, 2026
@ankitsmt211 ankitsmt211 merged commit 996431f into master Feb 3, 2026
14 checks passed
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Marks official releases and talks about them, i.e. merges from develop to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants