Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-12-22) ### Bug Fixes * add chat view controller construction to listener ([e06863d](e06863d)) * add line break after resource content read ([00d7c40](00d7c40)) * add missing part to the chat completion url ([d11b0bf](d11b0bf)) * add mockito as optional to avoid false positives ([92bef9a](92bef9a)) * add properties to the java version pipeline ([68c432a](68c432a)) * add relative path to semantic release prepare script ([307cad7](307cad7)) * add right and top margin for message box ([d319b0c](d319b0c)) * add space before editor code instruction ([6defa9b](6defa9b)) * add zip to the updatesite repository ([7341d25](7341d25)) * apply di for auth and login classes ([184d9b6](184d9b6)) * avoid error in the get message history ([054c909](054c909)) * avoid errors in the view listener disposal tests ([b049bba](b049bba)) * avoid view issues by systematically retrieving the activator bundle ([89b36a1](89b36a1)) * call flush after clear on logout to persist operation ([f40402b](f40402b)) * call tag update operation on login ([bd10413](bd10413)) * centralize instructions ([9c17902](9c17902)) * change copyright to my name ([4f87c93](4f87c93)) * change initial release version ([ac12517](ac12517)) * change intro image quality ([7ce2eaf](7ce2eaf)) * change order of messages for render on test ([323affa](323affa)) * change org to owner on license ([a6efd7c](a6efd7c)) * change parameter on the view render ([36bfdc1](36bfdc1)) * change scm config to avoid ssh ([ac24198](ac24198)) * change the package assignment for event listener ([e3394e5](e3394e5)) * change the path of the javadoc release ([d9b526b](d9b526b)) * clear chat without refreshing the screen ([9a4c90b](9a4c90b)) * enable code formating for any programming language ([740543b](740543b)) * escape javascript assistant messages ([7e0013c](7e0013c)) * handle errors if message history is empty ([c4a25d1](c4a25d1)) * handle placeholder after load message history in the initialization ([0ffbf87](0ffbf87)) * improve the quality of the joule icons ([1748a65](1748a65)) * minor changes recommended by sonar to improve readability ([81df2c6](81df2c6)) * mock shell for login handler usage in the listener test ([773b7a7](773b7a7)) * organize import and cleanup for checkstyle ([2fc71cd](2fc71cd)) * recreate the javadoc for memory message history to avoid issues ([d79b02d](d79b02d)) * remove ds_store for mac folder metadata ([4193e0f](4193e0f)) * remove message in the first wizard page in case the input is empty ([7e18e97](7e18e97)) * remove scm config as its not working ([0361bcc](0361bcc)) * remove sonar file as the analysis is going to happen automatically ([e7a1c5d](e7a1c5d)) * remove space to comply with checkstyle rules ([ac65e92](ac65e92)) * remove system message from message history ([4ae7f18](4ae7f18)) * remove tag if editor is closed ([80fdc89](80fdc89)) * remove unnecessary browser import on login handler ([7b8e635](7b8e635)) * remove unnecessary comments on pom ([94fc716](94fc716)) * remove unnecessary ds_store file ([346d689](346d689)) * remove unnecessary enconding tag for checkstyle ([ef72647](ef72647)) * remove unnecessary imports related to memory initialization ([577e9d9](577e9d9)) * remove unnecessary try catch block from abstract memory object test ([03caacc](03caacc)) * remove unused controller files ([f32911c](f32911c)) * remove unused methods and classes ([ea0847f](ea0847f)) * remove unused variable in test ([9bc30f5](9bc30f5)) * remove usage of the chat view controller ([80540ec](80540ec)) * remove v prefix from semantic release ([a00f267](a00f267)) * rename class that was being called interface ([fc139fa](fc139fa)) * set memory deployment as object to have access to its id ([4de0bc5](4de0bc5)) * set release to need build in the pipeline ([23e0588](23e0588)) * tdding verification for model compatibility ([4f369ea](4f369ea)) * trigger tag update when reopen chat and avoid errors ([d020ea3](d020ea3)) * trim demo gifs ([132a6d3](132a6d3)) * update all necessary files for new release ([abb0408](abb0408)) * using a static call on ai core client and fixing test for listener ([f809e59](f809e59)) ### chore * add comment to trigger break change behavior ([7532d14](7532d14)) * trigger semantic release ([40bd1f3](40bd1f3)) ### Features * add instruction screen if not authenticated ([da95b0e](da95b0e)) * add support to aarch64 ([e10b6a5](e10b6a5)) * display answer as markdown ([8f36c78](8f36c78)) * finally got the resource groups retrieval to work ([645212a](645212a)) * get chat history when plugin is initialized ([b2b4de7](b2b4de7)) * implement a tag handler ([e6d912e](e6d912e)) * implement clear chat history buttons ([34eb09b](34eb09b)) * implement deployment selection in the login wizard ([87b8f99](87b8f99)) * implement login wizard navigation ([3d1be49](3d1be49)) * implement openai chat completion request ([329a2ea](329a2ea)) * implement session manager ([173b653](173b653)) * tdding the implementation of a login wizard ([efb7669](efb7669)) ### try * add token to node setup to avoid pipeline issue ([bfe6b33](bfe6b33)) * set token on node setup ([c45e9ab](c45e9ab)) ### BREAKING CHANGES * trigger semantic release * trigger semantic release initial config * set initial version * Trigger the semantic release * Trigger the pipeline! * trigger semantic release initialization
- Loading branch information