Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# btw (development version)
# btw 1.2.1

## Bug fixes

Expand Down
12 changes: 6 additions & 6 deletions R/edit_btw_md.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions man/use_btw_md.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading