Commit Graph

5963 Commits

Author SHA1 Message Date
Nate Kelley b8a9d9565d
update report to handle three dot 2025-09-03 15:03:57 -06:00
dal 54e0317e38
Refactor welcome screen to use BusterBanner component
- Replaced the WelcomeScreen component with BusterBanner in init and main commands for a consistent branding experience.
- Updated the deploy command to include BusterBanner at the top, enhancing the user interface.
- Improved error handling and display logic in the deploy command for better user feedback.
2025-09-03 15:02:43 -06:00
dal 25da441517
Add init command and enhance deploy command options
- Introduced `init` command to initialize a new Buster project.
- Updated `deploy` command options to clarify the path description.
- Removed unused options from the deploy command.
- Refactored deployment logic to improve error handling and response processing.
- Enhanced configuration loading to ensure required fields are validated.
- Added spinner component for better user feedback during loading states.
2025-09-03 14:55:40 -06:00
Nate Kelley 14a83061ed
Added reasoning controller 2025-09-03 14:32:51 -06:00
Nate Kelley b77260cc67
Better login handling 2025-09-03 14:10:44 -06:00
Nate Kelley 47a5405a08
remove logs 2025-09-03 13:29:36 -06:00
Nate Kelley e1fb3e0454
Added posthog provider 2025-09-03 12:15:24 -06:00
dal 06ea66f2a4
recsolvjfj 2025-09-03 12:08:03 -06:00
dal 24d1bbda45
merge 2025-09-03 12:07:44 -06:00
Nate Kelley 7dfdb61c28
Update server.ts 2025-09-03 11:47:46 -06:00
dal 030968e1e8
fix anthropic beta headers 2025-09-03 11:47:03 -06:00
Nate Kelley 56aae85e0b
update build 2025-09-03 11:36:20 -06:00
dal b980ad6588
underscore for header on bedrock 2025-09-03 11:30:20 -06:00
dal 6a387ea5a7
stop sequential thinking 2025-09-03 11:24:17 -06:00
dal caf40c492e
sequential thinking is complete field 2025-09-03 11:11:01 -06:00
Nate Kelley bc075d4a69
Update package.json 2025-09-03 10:58:45 -06:00
Nate Kelley c6f9b60341
Create server.code-workspace 2025-09-03 10:51:33 -06:00
Nate Kelley 7fbb4202dc
Update new-package.ts 2025-09-03 10:41:46 -06:00
Nate Kelley ae19b51ecc
simplify the server build 2025-09-03 10:40:13 -06:00
Nate Kelley 97e00e7b6b
make more catalog versions 2025-09-03 10:33:17 -06:00
Nate Kelley e85e2ef2a2
fix slack broken test 2025-09-03 10:27:13 -06:00
Nate Kelley a973c51888
finalize global settings 2025-09-03 10:23:16 -06:00
Nate Kelley 4de5d2b20e
update shared workspace 2025-09-03 10:14:41 -06:00
dal 2e11ee999a
delay to see if it fixes the issue of not marking complete 2025-09-03 10:10:36 -06:00
Nate Kelley a3c9ce8900
make shared materialize function 2025-09-03 10:09:22 -06:00
Nate Kelley fca5a645ae
update tests 2025-09-03 10:05:06 -06:00
Nate Kelley 22d9479326
update web package versions 2025-09-03 09:56:45 -06:00
dal 992be1d12d
Merge pull request #786 from buster-so/Jacob-fix-db-init
Get rid of setup.sql and put setup in seed
2025-09-03 09:55:52 -06:00
jacob-buster 972db21f23 Get rid of setup.sql and put setup in seed 2025-09-03 09:54:28 -06:00
dal b5e931dcb8
cli 2025-09-03 09:41:52 -06:00
Nate Kelley 811cfb4626
Merge branch 'staging' into big-nate-bus-1608-make-a-tanstack-start-demo 2025-09-03 09:33:23 -06:00
Nate Kelley be0659e1bf
update start commands 2025-09-03 09:25:15 -06:00
dal 55e50d124e
update message entires fix for race conditions 2025-09-03 09:09:36 -06:00
dal badf379b8f
sequential thinking update for race condition? 2025-09-03 08:59:00 -06:00
dal 4e6f13c181
sequential thinking and updates 2025-09-03 08:46:56 -06:00
Nate Kelley 5ea1c5b9c8
update configs 2025-09-03 08:21:09 -06:00
dal 1e5bc3977d
update messages 2025-09-03 08:01:07 -06:00
dal 14e7edd8d0
await db writes 2025-09-02 22:08:24 -06:00
dal 30f7e8ac88
speed up writes to db 2025-09-02 21:58:26 -06:00
dal 02e70b6905
anthropic beta headers 2025-09-02 21:49:00 -06:00
dal 4e06c529a5
routing for gateway 2025-09-02 21:21:33 -06:00
dal 13d62eaf14
Add gateway options for 'anthropic' provider in various agent steps
Updated DEFAULT_CACHE_OPTIONS in analyst and think-and-prep agents to include gateway options. Added gateway settings in multiple steps including analysis-type-router, create-todos, extract-values, generate-chat-title, flag-chat, format-follow-up, format-initial, and identify-assumptions steps to restrict provider usage to 'anthropic'. This enhances control over the AI model interactions.
2025-09-02 20:09:21 -06:00
dal a6acff3585
Merge pull request #784 from buster-so/hot-fix-chats-stalling
Update AI SDK dependencies and refactor model initialization to use AI Gateway. Remove deprecated fallback logic and related tests for improved performance and maintainability.
2025-09-02 17:45:37 -06:00
dal 0a8fbe05b5
fix packages and pnpm lock 2025-09-02 17:41:29 -06:00
dal 3dc033b89d
pnpm 2025-09-02 17:32:52 -06:00
dal 190e52527d
ai gateway api key require 2025-09-02 17:29:29 -06:00
dal 0283fcd437
passing testsnow 2025-09-02 17:28:18 -06:00
dal d524e33996
Update AI SDK dependencies and refactor model initialization to use AI Gateway. Remove deprecated fallback logic and related tests for improved performance and maintainability. 2025-09-02 17:20:39 -06:00
dal 6d8877b5f3
Merge pull request #782 from buster-so/hot-fix-chats-stalling
hotfix: tool style
2025-09-02 16:57:39 -06:00
dal 497598afe1
tool result fixing 2025-09-02 16:49:08 -06:00