Skip to content

Commit

Permalink
Merge main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Enio Sultan committed Oct 21, 2024
2 parents c057f0e + 96f6f81 commit fe665dc
Show file tree
Hide file tree
Showing 13 changed files with 3,072 additions and 958 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.3.0](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.2...v3.3.0) (2024-10-21)


### Features

* advanced simulators added as plugin ([#52](https://github.com/SoftwareAG/cumulocity-community-plugins/issues/52)) ([4d08323](https://github.com/SoftwareAG/cumulocity-community-plugins/commit/4d08323d3f2afd6ecd0924228ec230f9596c5edd))

## [3.2.2](https://github.com/SoftwareAG/cumulocity-community-plugins/compare/v3.2.1...v3.2.2) (2024-09-24)


Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ A sample plugin for orientation purposes when developing your own plugin.

![Example widget plugin](screenshots/example-widget-plugin-screenshot.png?raw=true "Data points graph screenshot")

## `Advanced simulator plugin`

A feature that allows you to create simulators with the help of Claude AI. You only need to go to the Devicemanagement > Simulators and see a new tab called "Add advanced simulator". If you provide then an Claude API Key and a short use-case of your simulator, the AI will generate a set of instructions that fit your simulation use-case.

> **Important**: You need a Anthropic Claude API Key to use this feature.
![Advanced simulator](screenshots/advanced-simulator-screenshot.png?raw=true "Advanced simulator screenshot")


## Contributing

We follow the [Angular guidelines for commit messages](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit). A linting rule is ensuring that your commit messages follow these rules. You can also run `npm commit` for a helper tool to write your commit messages.
Expand Down
6 changes: 6 additions & 0 deletions cumulocity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export default {
path: './src/app/datapoints-graph/datapoints-graph-widget.module.ts',
description: 'Adds data points graph widget to the shell application',
},
{
name: 'Advanced simulator',
module: 'AdvancedSimulatorModule',
path: './src/app/advanced-simulator/advanced-simulator.module.ts',
description: 'Allows to generate simulators with the help of Ai.',
},
],
versioningMatrix,
},
Expand Down
Loading

0 comments on commit fe665dc

Please sign in to comment.