Skip to content

Releases: abstracta/browser-copilot

0.9.2

22 Nov 17:06
Compare
Choose a tag to compare

Small improvements in lists visualization spacing

0.9.1

19 Nov 18:52
Compare
Choose a tag to compare

Now list items decorators are shown and charts are not left blank when the browser tab navigates to a new URL or the tab is refreshed.

0.9

04 Oct 16:38
Compare
Choose a tag to compare
0.9

This version includes some cool new features!:

  • Now tables look good and consistent with the rest of the copilot style
  • Copilots can now include PlantUML diagrams in their response. This is very helpful when you want to display a topology of services or some other useful UML diagrams.
image
  • Copilots can now include Apache ECharts charts in their response. This alllows copilots to provide all sort of charts, like time line charts, pie charts, etc.
image
  • Copilots can now trigger different acctions before or after a request is done by the browser.
  • Copilots can request the extension to poll them periodically for interactions infromation. This is helpful to generate proactive messages to users when some background event happens, like an alert being triggered in a system.

For an example of usage of these new features you can check the new skywalking-copilot.

Finally, some consistency fixes have been introduced that prevent multiple activations of same agent in a tab, and potentially missing some browser events in the extension.

0.8

02 Jul 14:06
Compare
Choose a tag to compare
0.8

This release improves styling and fixes visualization of links when included in copilot answer

0.7.4

04 May 01:01
Compare
Choose a tag to compare
v0.7.4

[skip ci] Set release version

0.7.3

25 Jan 13:58
Compare
Choose a tag to compare

Fix visualization of new prompt button in user messages

0.7.2

24 Jan 13:48
Compare
Choose a tag to compare

Fix issue with icons in release due to change of using git lfs

0.7.1

23 Jan 17:23
Compare
Choose a tag to compare

This release fixes styling of messages for proper visualization of paragraphs.

0.7

22 Jan 13:29
Compare
Choose a tag to compare
0.7

The chrome extension nows maintain status while pages reload or navigate to other urls.

Additionally, this release includes a refactor of extension code to avoid losing some messages sent by agent and to simplify general architecture and reduce race conditions.

This release also fixes authentication when using transcripts, proper visualization of errors on agent auto activation and fixes some visualization issues with pages defining styles for iframes.

0.6

15 Jan 16:10
Compare
Choose a tag to compare
0.6

You can now talk to the copilots! The provided example copilot includes an endpoints showing how easy this can be integrated in your copilots.

Additionally:

  • fix streaming response handling that was causing some unexpected whitespaces in copilots responses and breaking the styling of some code blocks.
  • now the extension properly reports to the user potential issues that may arise (problem contacting a copilot while adding it, activating & answering user questions).
  • Improve OpenAI logging in the example copilot
  • Some minor refactos & updates to dependencies to keep up with associated fixes.