ravel 0.1.4
- Prevented automated checks and non-interactive sessions from opening
the operating-system keyring by default. Interactive RStudio use retains
optional persistent keyring storage; automated use should supply
environment variables.
ravel 0.1.3
- Hardened GitHub Copilot CLI prompt mode with a closed read-only tool
allowlist; writes, shell commands, web access, built-in MCP tools,
custom instructions, and temporary-directory access are unavailable to
Ravel’s invocation.
- Added the full OpenAI Responses API remote MCP approval continuation
flow, including staged review of server/tool/arguments, explicit approve
or reject responses, Setup UI configuration, HTTPS validation, and
structured logs.
- Updated provider defaults to GPT-5.6 Sol, Gemini 3.6 Flash through
the stable v1 Interactions API, and Claude Sonnet 5.
- Replaced Gemini API-key query parameters with the
x-goog-api-key header and documented the externally managed
OAuth access-token boundary and required Google Cloud user project.
- Corrected provider and roadmap documentation to distinguish
implemented adapter metadata from planned live capability discovery and
R-native MCP work.
ravel 0.1.2
- Modernized provider defaults for the current OpenAI, Gemini, and
Anthropic model lanes while keeping older model IDs selectable for
compatibility.
- Added OpenAI Responses API support as the default API-key path, with
chat-completions retained as an explicit compatibility mode.
- Added optional remote MCP tool declarations for providers that
support MCP, beginning with OpenAI Responses API payloads.
- Tightened file-action safety: approved file writes outside the
detected project root are blocked by default unless explicitly
allowed.
- Documented the current sandbox boundary more clearly: Ravel provides
approval-gated execution and a session-scoped R environment, not an
operating-system sandbox.
ravel 0.1.1
- Published on CRAN, so
install.packages("ravel") now
works for the stable release.
- Tightened install guidance with a resilient
pak-first
quick start.
- Added a release-assets GitHub Actions workflow so tagged releases
upload source tarballs automatically.
- Simplified the root license files so the repository presents a
canonical MIT license.
ravel 0.1.0
- Initial public MVP for an RStudio-native analytics copilot for
R.
- Added multi-provider support for OpenAI, GitHub Copilot CLI, Gemini,
and Anthropic.
- Added guided setup, auth helpers, and live provider
verification.
- Added active-editor, workspace, object, console, plot, activity, and
git-aware context collection.
- Added safe staged execution, action logging, model interpretation
helpers, and Quarto drafting tools.