Skip to content
Draft
Show file tree
Hide file tree
Changes from 7 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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
.quarto
docs
btw-memory.yaml
/_*
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Imports:
tibble,
utils,
withr,
xml2
xml2,
yaml
Suggests:
bslib (>= 0.7.0),
gh,
Expand Down Expand Up @@ -66,6 +67,7 @@ Collate:
'tool-docs.R'
'tool-environment.R'
'tool-files.R'
'tool-memory.R'
'tool-rstudioapi.R'
'tool-search-packages.R'
'tool-session-package-installed.R'
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export(btw_tool_env_describe_environment)
export(btw_tool_files_list_files)
export(btw_tool_files_read_text_file)
export(btw_tool_ide_read_current_editor)
export(btw_tool_memory_project_context_add)
export(btw_tool_memory_project_context_read)
export(btw_tool_memory_project_context_replace)
export(btw_tool_search_package_info)
export(btw_tool_search_packages)
export(btw_tool_session_check_package_installed)
Expand Down
Loading