Skip to content
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Suggests:
desc,
devtools,
diffviewer,
duckdb,
evaluate,
fansi,
gert,
Expand All @@ -73,9 +72,11 @@ Suggests:
pkgload,
processx,
ragg,
R6,
Rapp (>= 0.3.0),
renv,
roxygen2,
RSQLite (>= 2.2.2),
shiny,
shinychat (>= 0.5.0),
testthat (>= 3.0.0),
Expand All @@ -101,6 +102,7 @@ Collate:
'btw_client_app_legacy.R'
'btw_client_app_slash_commands.R'
'btw_client_app_v05.R'
'btw_project_db.R'
'btw_task.R'
'btw_this.R'
'cli.R'
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

## Other changes

* Local conversation history and project code-search indexes now use RSQLite, replacing DuckDB. Persistent data is stored in btw's user cache and separated by project; install RSQLite to enable this storage.

* btw now requires ellmer (>= 0.4.2). The `set_model()` compatibility shim was removed, and `client_get_models()` now delegates to ellmer's `models_list()` generic, replacing a bespoke per-provider dispatch table (#214).

# btw 1.4.0
Expand Down
Loading