You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
# jsmodule 2.0.0
2
+
## New Features
3
+
- Introduced the `jsmodule AI Assistant`, which connects to Anthropic, OpenAI, and Google LLMs so you can generate analyses, scripts, and export-ready visuals without leaving the app.
4
+
- The assistant automatically leverages context captured in `Data Manager`, enabling follow-up questions that reference earlier tables or plots.
5
+
- Prompts never include row-level data, and the execution sandbox blocks dangerous calls, preventing direct data exposure and prompt-injection attacks.
6
+
7
+
## Update
8
+
- Unified AI configuration panel with provider picker, API-key validation, and automatic model discovery for each provider.
9
+
- Model-aware code generation with integrated editing, execution, and copy-to-clipboard shortcuts plus toast confirmations.
10
+
- Conversation history with live rendering of user/assistant messages, downloadable transcripts, and per-session token/cost tracking.
11
+
- Result viewers for tables, plots, and flextables, including export options to PPTX, Word, Excel, and TXT.
12
+
- Contextual helper actions (error-to-prompt conversion, code summary, save chat) to streamline iterative AI-assisted analysis.
13
+
14
+
1
15
# jsmodule 1.6.15
2
16
## Refactor
3
17
- Introduced `DataManager` R6 class to streamline data loading and preprocessing across Shiny modules, reducing code duplication.
0 commit comments