Skip to content

[INVE-000] Add changelog page #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions siren-ai-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
permalink: /siren-ai/changelog
---
# Siren AI changelog

## 1.2.0

- K9 improvements
- References to documents in K9's messages are now clickable and will open in the record viewer 🔗
- Support for styling edges in the graph ✨
- Support for local nodes in graphs ⭕
- Emoticons are no longer converted to emojis :)
- Minor UI improvements
- Improved error messages
- When graph is too large
- When generated graph report can not be downloaded
- Documentation fixes
- Fixed some scripting examples

## 1.1.0

- K9 Companion now available!
- Chat with the LLM from the Investigate UI 💬
- Graph-aware: You can ask questions about the graph you're looking at 🕸️
- K9 can set node styles in response to your questions 💅
- Improvements to generated graph report
- Added an image of the graph to downloaded reports
- Report title now uses the name of the graph
- "Introduction" section removed
- Renamed "Graph Nodes" section to "Selected Nodes"
- Scripting API improvements:
- Support for a custom LLM prompt when generating a report
- Added autocompletion for Siren AI methods in the Investigate script editor
- Other minor UX improvements
- Improved error messaging
- When Siren AI plugin is disabled
- When graph is too big
- Documentation fixes:
- Updated config option "ollama.connectin.endpoint" to "ollama.connection.host"

## 1.0.1

- Fix crash when using Investigate with security disabled

## 1.0.0

- Generate downoadable reports using AI from the graph browser 📄
- Siren scripting API methods for sending messages and generating reports
- Support for OpenAI, Azure OpenAI, Ollama and AWS Bedrock
- Permissions for configuraing access to Siren AI features
- Support for auditing LLM queries
4 changes: 3 additions & 1 deletion siren-ai.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /siren-ai/
permalink: /siren-ai
---
# Siren AI Plugin
The Siren AI plugin integrates Investigate with various LLM providers enabling users to leverage large language models (LLM) within their Investigate environment.
Expand All @@ -26,6 +26,8 @@ The supported LLM providers are OpenAI, Azure OpenAI, Ollama, and AWS Bedrock. P

### Releases

Release notes for each version can be found in the [Siren AI changelog]({{ "/siren-ai/changelog" | relative_url }}).

| Investigate version | Siren AI Plugin |
| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 14.7.0 and later | [1.2.0](https://download.support.siren.io/plugins/siren-ai/siren-ai-1.2.0.zip)<br>[1.1.0](https://download.support.siren.io/plugins/siren-ai/siren-ai-1.1.0.zip) |
Expand Down