Skip to content

Releases: ist-dresden/composum-AI

Composum AI 1.0.0

07 May 17:20
Compare
Choose a tag to compare

Release summary

We update the release number to 1.0.0 since the Composum AI is a useable product. There are also some more extensions:

  • on AEM there is a global prompt history in the content creation dialog that allows to retrieve one of the last 20
    prompts if you're applying an operation to several pages
  • there is a prototypic implementation of AI assisted search and question answering using RAG (retrieval augmented
    generation) - see #86 . There is a servlet that implements that and
    two mini applications that allow exploring how good that works for your site.

Downloads

AEM

Composum Pages

Dependencies

The AEM variant runs on AEM >= 6.5 and AEMaaCS.
The Composum variant is an extension of Composum Pages and needs at least
version 1.5.1.

What's Changed

  • Add a browser-global prompt history for last applied prompts to AEM Content Creation Dialog by @stoerr in #80
  • AI supported search / RAG assisted question answering by @stoerr in #86
  • Various @dependabot updates

Full Changelog: composum-ai-integration-1.0.0...composum-ai-integration-1.0.0

Composum AI 0.8.3

21 Mar 07:26
Compare
Choose a tag to compare

Release summary

This release allows the user to define prompt libraries that can be used instead of the standard prompt library. Those can be assigned via Sling Context Aware Configuration to specific sites or parts of a site. Thus, editors can easily work with prompts translated into your own language, and add specific prompts you developed for your daily tasks.

Second, we have been implementing an automatic translation of individual pages or the whole site (only for AEM). That is still in development, but it's already useable as it is - you can try it on your own site. Please give us some feedback!

Downloads

AEM

Composum Pages

Dependencies

The AEM variant runs on AEM >= 6.5 and AEMaaCS.
The Composum variant is an extension of Composum Pages and needs at least
version 1.5.1.

What's Changed

New Contributors

Full Changelog: composum-ai-integration-0.7.1...composum-ai-integration-0.8.3

Composum AI 0.7.1

22 Jan 08:29
Compare
Choose a tag to compare

Release summary

There are several improvements for the content creation dialog for both the Composum and AEM variant.

Source menu extension
  • In the content creation dialog the ist of sources for text generation is now extended with texts referenced in the component or containing / close components, then these can be chosen in the source selection menu as well.
  • It is possible to use external URLs as text source for the text generation.
  • Image recognition support: if gpt4-vision-preview is configured as model for use with images, then any image references found in the component or siblings then those are added as well to the source list, e.g to automatically generate image descriptions for blind users.
SourceSelectorImage

Downloads

Composum Pages

AEM

Dependencies

This is an extension of Pages and needs at least
version 1.5.1.

What's Changed

  • add external URL as source for content creation dialog by @stoerr in #43
  • Image recognition, external URLs, content references by @stoerr in #44
  • Some dependency updates by @dependabot in #45 , #46 , #47

Full Changelog: composum-ai-integration-0.7.0...composum-ai-integration-0.7.1

Composum AI 0.6.0

01 Dec 09:20
Compare
Choose a tag to compare

The major contribution of this release is compatibility with AEM 6.5.x, as well as various bugfixes and some prompt improvements.

Caution: the releases 0.5.3 and below do no longer work with the current OpenAI chat completion API because a change in the API triggered a bug. That has been fixed in 0.6.0.

AEM variant

In the AEM version you have two dialogs:

  • the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
  • the side panel AI integrated into the side panel of the editor and experience fragment editor.

The AEM variant works both for AEMaaCS and AEM 6.5.x.

(An equivalent of the translation dialog or page category dialog in the Composum Variant are not planned, since translation and page tags work quite differently in AEM.)

Composum Pages variant

Provides:

  • translation dialog
  • page category dialog
  • content creation dialog
  • sidebar AI
    In this release the content creation dialog was modified to contain the 'source content' explicitly as dialog field - that is, the base text that is processed by the AI using the data.

Downloads

Composum Pages

AEM

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

Full Changelog: composum-ai-integration-0.5.3...composum-ai-integration-0.6.0

Composum AI 0.5.3

07 Nov 17:01
Compare
Choose a tag to compare

The major contribution of this release is that the key used for accessing ChatGPT can now also be configured with Sling Context Aware Configuration, and it is now possible to limit the usage of the Composum AI to certain users / groups, components, paths, page templates and views, also using context aware configuration.

CAUTION: the releases 0.5.3 and below do no longer work with the current OpenAI chat completion API because a change in the API triggered a bug. That has been fixed in 0.6.0.

AEM variant

In the AEM version you have two dialogs:

  • the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
  • the side panel AI integrated into the side panel of the editor and experience fragment editor.

This is currently available for AEMaaCS. (An equivalent of the translation dialog or page category dialog are currently not planned, since translation and page tags work quite differently in AEM.)

Composum Pages variant

Provides:

  • translation dialog
  • page category dialog
  • content creation dialog
  • sidebar AI
    In this release the content creation dialog was modified to contain the 'source content' explicitly as dialog field - that is, the base text that is processed by the AI using the data.

Downloads

Composum Pages

AEM

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

  • Feature/32 OpenAI key configuration from content by @stoerr in #35
  • Feature/33 Configuration per Component by @stoerr in #36

Full Changelog: composum-ai-integration-0.5.1...composum-ai-integration-0.5.3

Composum AI 0.5.1

20 Oct 07:50
Compare
Choose a tag to compare

This release contains various fixes and small extensions for Adobe AEM. It is still a bit experimental, so please be sure to give us some feedback, so that you can shape it's future!

AEM variant

In the AEM version you have two dialogs:

  • the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
  • the side panel AI integrated into the side panel of the editor and experience fragment editor.

It should work in AEMaaCS. (An equivalent of the translation dialog or page category dialog are currently not planned, since translation and page tags work quite differently in AEM.)

Composum Pages variant

Provides:

  • translation dialog
  • page category dialog
  • content creation dialog
  • sidebar AI
    In this release the content creation dialog was modified to contain the 'source content' explicitly as dialog field - that is, the base text that is processed by the AI using the data.

Downloads

Composum Pages

AEM

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

  • Fixes and various AEM improvements by @stoerr in #26
  • Feature/24 implement restrictions for AEM by @stoerr in #28
  • Feature/22 rework approximate markdown servlet by @stoerr in #29
  • feature/27 composum backlog : implement alike modifications as done for AEM by @stoerr in #30

Full Changelog: composum-ai-integration-0.5.0...composum-ai-integration-0.5.1

Composum AI 0.5.0

25 Sep 07:07
Compare
Choose a tag to compare

The big news in this release is that there is now an Adobe AEM version of Composum AI! That's the first version, so it's a bit experimental, so please be sure to give us some feedback, so that you can shape it's future.

AEM variant

In the AEM version you have two dialogs:

  • the content creation dialog, can be called up with an added icon in the toolbar of the richtext editor and the label of text areas in component dialogs and other dialogs,
  • the side panel AI integrated into the side panel of the editor and experience fragment editor.

It should work in AEMaaCS. (An equivalent of the translation dialog or page category dialog are currently not planned, since translation and page tags work quite differently in AEM.)

Composum Pages variant

Provides:

  • translation dialog
  • page category dialog
  • content creation dialog
  • sidebar AI
    In this release there was mostly some refactoring to share code between the variants, and some prompt improvements.

Downloads

Composum Pages

AEM

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

Full Changelog: composum-ai-integration-0.4.1...composum-ai-integration-0.5.0

Composum AI 0.4.1

11 Jul 18:17
Compare
Choose a tag to compare

This is the next public release of the Composum AI featuring the following dialogs that can support you in efficient content generation.

  • translation dialog
  • page category dialog
  • content creation dialog
  • sidebar AI
    New in this release is the sidebar AI that can support you in reviewing the text of pages, e.g. spell check, proofreading, content flow analysis and many more inclusive free prompting, and also provides the ability to chat to ask questions about the AI's proposals or free discussions.

Downloads

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

  • Sidebar dialog, first version (without chat) by @stoerr in #10
  • #3 sidebar dialog: implement chat by @stoerr in #11
  • Prompt collection extended
  • #12 minor bugs and extensions

Full Changelog: composum-ai-integration-0.3.1...composum-ai-integration-0.4.1

Composum AI 0.3.1

29 Jun 12:44
Compare
Choose a tag to compare

This is the second public release of the Composum AI featuring the following dialogs that can support you in efficient content generation, featuring improvements in it's dialogs:

  • translation dialog
  • page category dialog
  • content creation dialog

Downloads

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

What's Changed

  • Use streaming to improve user experience #5
  • More accurate limitation of text length #6
  • Improvements of prompt injection resistance #8
  • Internal changes of package structure #9

Full Changelog: composum-ai-integration-0.2.0...composum-ai-integration-0.3.1

Composum AI 0.2.0

21 Jun 12:02
Compare
Choose a tag to compare

This is the first public release of the Composum AI featuring the following dialogs that can support you in efficient content generation:

  • translation dialog
  • page category dialog
  • content creation dialog

Downloads

Dependencies

This is an extension of Pages and needs at least version 1.5.1.

Full Changelog: https://github.com/ist-dresden/composum-AI/commits/composum-ai-integration-0.2.0