Skip to content

Releases: ShiyangZheng/llmcoder

v1.2.0: Chat Panel + Context File Browser

Choose a tag to compare

@ShiyangZheng ShiyangZheng released this 02 May 20:26

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")

v 1.0.0

Choose a tag to compare

@ShiyangZheng ShiyangZheng released this 25 Apr 16:48

First version.