From 0a462db55f1a46438e3565b51a7bd9c5e7e7c672 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 20 Mar 2026 15:48:34 -0400 Subject: [PATCH 1/3] Increment version number to 1.2.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 32dd83ee..cd1b8d13 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: btw Title: A Toolkit for Connecting R and Large Language Models -Version: 1.2.0.9000 +Version: 1.2.1 Authors@R: c( person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7111-0077")), diff --git a/NEWS.md b/NEWS.md index 29901c59..3801efcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# btw (development version) +# btw 1.2.1 ## Bug fixes From 138c34c4398be2954c2b9adf2eacfada1eb0915e Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 20 Mar 2026 15:53:04 -0400 Subject: [PATCH 2/3] docs: adjust link --- R/edit_btw_md.R | 12 ++++++------ man/use_btw_md.Rd | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/R/edit_btw_md.R b/R/edit_btw_md.R index ab5994d7..d7c02c19 100644 --- a/R/edit_btw_md.R +++ b/R/edit_btw_md.R @@ -33,12 +33,12 @@ #' #' @section Project Context: #' -#' You can use a `btw.md` or [`AGENTS.md`](https://agents.md) file to keep track -#' of project-specific rules, guidance and context in your project. Either file -#' name will work, so we'll refer primarily to `btw.md`. These files are used -#' automatically by [btw_client()] and [btw_app()]: they look first for `btw.md` -#' and then for `AGENTS.md`. If both files are present, only the `btw.md` file -#' will be used. +#' You can use a `btw.md` or [`AGENTS.md`](https://agents.md/) file to keep +#' track of project-specific rules, guidance and context in your project. Either +#' file name will work, so we'll refer primarily to `btw.md`. These files are +#' used automatically by [btw_client()] and [btw_app()]: they look first for +#' `btw.md` and then for `AGENTS.md`. If both files are present, only the +#' `btw.md` file will be used. #' #' Any time you start a chat client with `btw_client()` or launch a chat session #' with `btw_app()`, btw will automatically find and include the contents of the diff --git a/man/use_btw_md.Rd b/man/use_btw_md.Rd index eb69436c..4147fd92 100644 --- a/man/use_btw_md.Rd +++ b/man/use_btw_md.Rd @@ -72,12 +72,12 @@ edit_btw_md("user") \section{Project Context}{ -You can use a \code{btw.md} or \href{https://agents.md}{\code{AGENTS.md}} file to keep track -of project-specific rules, guidance and context in your project. Either file -name will work, so we'll refer primarily to \code{btw.md}. These files are used -automatically by \code{\link[=btw_client]{btw_client()}} and \code{\link[=btw_app]{btw_app()}}: they look first for \code{btw.md} -and then for \code{AGENTS.md}. If both files are present, only the \code{btw.md} file -will be used. +You can use a \code{btw.md} or \href{https://agents.md/}{\code{AGENTS.md}} file to keep +track of project-specific rules, guidance and context in your project. Either +file name will work, so we'll refer primarily to \code{btw.md}. These files are +used automatically by \code{\link[=btw_client]{btw_client()}} and \code{\link[=btw_app]{btw_app()}}: they look first for +\code{btw.md} and then for \code{AGENTS.md}. If both files are present, only the +\code{btw.md} file will be used. Any time you start a chat client with \code{btw_client()} or launch a chat session with \code{btw_app()}, btw will automatically find and include the contents of the From 91c8758ff7c0e1240764c9775eb1d6260f11da32 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 20 Mar 2026 16:00:10 -0400 Subject: [PATCH 3/3] chore: update cran comments --- cran-comments.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 0037a2f6..ff8d5e86 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,9 @@ +I apologize for the short turn-around between releases. +This release is a hot-fix to address a few small but +important issues that were discovered after the previous release. + ## R CMD check results -0 errors | 0 warnings | 0 notes +0 errors | 0 warnings | 1 note + +> Days since last update: 4