Skip to content

Commit

Permalink
Merge pull request #11 from BBai-Tips/staging
Browse files Browse the repository at this point in the history
Major tools refactor
  • Loading branch information
cngarrison authored Aug 3, 2024
2 parents b7bd1d1 + 69eee4a commit 15c2223
Show file tree
Hide file tree
Showing 43 changed files with 1,318 additions and 736 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.aider*
.bbai*
.bbai/*
.BBEditLSPWorkspaceConfig.json
build/*
deployment/releases/*
playground/*
tags
tags.ignore
tags.ignore

*/.DS_Store
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Add websocket support for live updates of conversation logging


## [0.0.6-alpha] - 2024-08-03

### Changed

- Move tools to a ToolManager class
- Migrate each tool to dedicated class
- Fixes for gathering ProjectDetails
- Improved conversation logging
- More reliable file hydration in messages
- Better tool input validation and handling


## [0.0.5a-alpha] - 2024-08-01

Expand Down
2 changes: 1 addition & 1 deletion api/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai-api",
"version": "0.0.5a-alpha",
"version": "0.0.6-alpha",
"exports": "./src/main.ts",
"tasks": {
"start": "deno run --allow-read --allow-write --allow-run --allow-net --allow-env src/main.ts",
Expand Down
5 changes: 5 additions & 0 deletions api/deno.lock

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

Loading

0 comments on commit 15c2223

Please sign in to comment.