Releases: ShiyangZheng/llmcoder
Releases · ShiyangZheng/llmcoder
Release list
v1.2.0: Chat Panel + Context File Browser
What's New in 1.2.0
- Chat Panel: Multi-turn conversational interface inside RStudio with session awareness
- Session Context: Chat automatically knows your loaded packages, global objects, source file, and history
- One-Click Run: Each R code block in chat has a Run button that sends code directly to the console
- Prompt Styles: Switch between General, R Code Helper, Statistics Advisor, Research (Psycho) personas
- Transcript Export: Save your chat as a .txt file for reproducibility
- Context File Browser: Select files from your workspace to include as context — no manual path entry
Installation
# From CRAN (coming soon)
# install.packages("llmcoder")
# Development version (GitHub)
remotes::install_github("ShiyangZheng/llmcoder")