Commit Graph

5341 Commits

Author SHA1 Message Date
dal 8d438f25fd
fix trigger int tests 2025-08-11 13:32:13 -06:00
Nate Kelley 78374e7ddf
Update server editor 2025-08-11 13:13:33 -06:00
Nate Kelley f948ad3415
web load env 2025-08-11 11:53:05 -06:00
Nate Kelley a2190e677e
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-08-11 11:39:29 -06:00
Nate Kelley 28e704c53e
added env validation for server 2025-08-11 11:39:08 -06:00
dal b96cb39b78
turbo fast web build 2025-08-11 11:33:18 -06:00
dal 030000acf6
pnpm 2025-08-11 11:16:51 -06:00
dal 332c367be2
trigger dev upgrade 2025-08-11 11:15:24 -06:00
dal 21c76f268a
trigger stuff 2025-08-11 11:03:09 -06:00
Nate Kelley 1196893a08
Added some content 2025-08-11 11:02:32 -06:00
Nate Kelley c81fdd00bc
throttle stream 2025-08-11 10:56:12 -06:00
dal 1e021f4da1
refactor: introduce new planning tools for todo list and clarifications management
- Added `createCheckOffTodoListTool` and `createUpdateClarificationsFileTool` to enhance planning capabilities.
- Refactored existing tools to utilize the new planning tools, improving code organization and maintainability.
- Updated tests to reflect changes in tool creation and execution, ensuring robust functionality.

These changes streamline the management of todo lists and clarification questions, enhancing overall tool usability.
2025-08-11 10:28:26 -06:00
dal 5d21fd4782
Merge pull request #698 from buster-so/GPT-5-MetaPrompting
Improved Report Prompt
2025-08-11 10:16:04 -06:00
dal 2712697722
refactor: integrate web search tool and enhance metrics processing
- Introduced the `createWebSearchTool` function to streamline web search capabilities.
- Updated various metrics tools to improve type handling and input processing.
- Refactored metrics delta and finish functions to utilize `ToolCallOptions` for better integration.
- Removed deprecated report creation and editing tools to clean up the codebase.

These changes enhance functionality and maintainability across the tools.
2025-08-11 10:15:34 -06:00
jacob-buster ed056878e1 Improved Report Prompt 2025-08-11 10:13:22 -06:00
Nate Kelley 41db82df6e
Remove streaming with llm ui 2025-08-11 09:18:11 -06:00
Nate Kelley 68038e13e5
Fix potential memory leak 2025-08-11 09:09:30 -06:00
dal e93a82a3f5
refactor: enhance dashboard and metrics tools with improved descriptions and type handling
- Added the `GPT5` import to the analyst agent for enhanced functionality.
- Updated the `createModifyDashboardsStart` function to utilize `ToolCallOptions` for better input handling.
- Refactored dashboard and metrics tools to use helper functions for descriptions, improving maintainability.
- Ensured consistent type handling and removed redundant code in metrics delta processing.

These changes streamline the tools and improve the overall code quality.
2025-08-11 08:39:05 -06:00
dal 74ae581f73
refactor: update ESLint rules and clean up socket query files
- Disabled specific TypeScript ESLint rules to allow for more flexibility in type definitions.
- Removed unused socket query files and related types to streamline the codebase.
- Enhanced various components and layouts for better performance and readability.

These changes improve code maintainability and reduce clutter in the project.
2025-08-11 07:57:14 -06:00
Nate Kelley 1e802c35c7
Merge pull request #695 from buster-so/cursor/diagnose-appmarkdownstreaming-memory-leak-f64a
Diagnose AppMarkdownStreaming memory leak
2025-08-09 23:31:53 -06:00
Nate Kelley 729004b925
card font updates 2025-08-09 23:31:10 -06:00
Nate Kelley f86d612ac7
Merge branch 'staging' into cursor/diagnose-appmarkdownstreaming-memory-leak-f64a 2025-08-09 22:44:23 -06:00
Nate Kelley 978749230e
Merge pull request #697 from buster-so/devin/1754746916-fix-memory-leaks
Fix critical memory leaks in Next.js navigation
2025-08-09 22:41:50 -06:00
Nate Kelley 6c4cd8bcf3
Merge branch 'staging' into devin/1754746916-fix-memory-leaks 2025-08-09 22:35:49 -06:00
Nate Kelley 3f87a7bd6f
Remove socket 2025-08-09 22:34:57 -06:00
Nate Kelley 3be68339db
Make more components for streaming 2025-08-09 17:08:09 -06:00
Nate Kelley 21dcae0878
Add different context selector 2025-08-09 16:50:31 -06:00
Nate Kelley 548505a856
Merge branch 'staging' into cursor/diagnose-appmarkdownstreaming-memory-leak-f64a 2025-08-09 16:34:06 -06:00
Nate Kelley e0b0073454
Merge pull request #687 from buster-so/cursor/fix-metric-node-deletion-in-plate-js-editor-8ba9
Fix metric node deletion in Plate.js editor
2025-08-09 16:32:25 -06:00
Nate Kelley 74675a8b55
metric element can be deleted 2025-08-09 16:32:04 -06:00
Nate Kelley 9bfab329d9
Merge branch 'staging' into cursor/fix-metric-node-deletion-in-plate-js-editor-8ba9 2025-08-09 15:33:42 -06:00
Nate Kelley 09f69bbd45
Merge pull request #683 from buster-so/cursor/add-floating-toolbar-for-metric-element-1f54
Add floating toolbar for metric element
2025-08-09 15:32:27 -06:00
Nate Kelley 8ba281cf31
Add caption and ring content 2025-08-09 15:31:03 -06:00
Nate Kelley 5b56b88839
Merge branch 'staging' into cursor/add-floating-toolbar-for-metric-element-1f54 2025-08-09 15:19:42 -06:00
Devin AI db2365c5ed Fix PreventNavigation memory leak while preserving isDirty behavior
- Add conditional check for isDirty before adding event listeners
- Ensure cleanup always runs to prevent memory leaks
- Address greptile-apps[bot] feedback about breaking intended behavior
- Maintain original logic where listeners are only active when there are unsaved changes

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-08-09 13:58:29 +00:00
Devin AI eb02a76f2a Fix critical memory leaks in Next.js navigation
- Fix PreventNavigation event listener accumulation by changing useEffect dependency from [isDirty] to [handleClick, handlePopState, handleBeforeUnload]
- Improve RoutePrefetcher cleanup by adding proper load event listener cleanup
- Simplify Chart tooltip cleanup to use direct DOM removal instead of complex cloning
- Enhance canvas cleanup in getTextWidth with try/finally pattern
- Add canvas cleanup in DotPattern useEffect return function

These fixes prevent memory leaks during page navigation loops by ensuring proper cleanup of event listeners, timers, observers, and DOM elements.

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-08-09 13:43:16 +00:00
Cursor Agent 65271a18bd Optimize markdown streaming memory management and rendering
Co-authored-by: natemkelley <natemkelley@gmail.com>
2025-08-09 05:11:43 +00:00
Nate Kelley a1fe0076b0
Merge pull request #694 from buster-so/nate/find-memory-leak
Nate/find memory leak
2025-08-08 22:56:17 -06:00
Nate Kelley b73795355b
remove markdown streaming in thoughts 2025-08-08 22:54:38 -06:00
Nate Kelley 1ad0a5bed1
added report fixes 2025-08-08 22:38:35 -06:00
Nate Kelley 31030b8eb8
Update AppCodeEditor.tsx 2025-08-08 21:53:24 -06:00
Nate Kelley 66e0e4651c
Try to find memory leak 2025-08-08 21:25:43 -06:00
Nate Kelley da9df34c12
Merge pull request #693 from buster-so/nate/find-memory-leak
Nate/find memory leak
2025-08-08 20:39:28 -06:00
Nate Kelley 95d081766e
update imports 2025-08-08 20:39:15 -06:00
Nate Kelley 79472ea766
update hooks 2025-08-08 20:27:09 -06:00
Nate Kelley 342d323f67
update the params and remove the logs 2025-08-08 20:21:26 -06:00
Nate Kelley ca38f7444b
added some validators and stable refs 2025-08-08 19:39:22 -06:00
Nate Kelley 58d58675e6
remove useless chat stuff 2025-08-08 19:27:37 -06:00
Nate Kelley b8422f0c4a
update titles endpoints 2025-08-08 19:16:20 -06:00
Nate Kelley 6af0f6e011
Add a few stable selectors 2025-08-08 18:30:52 -06:00