Commit Graph

7311 Commits

Author SHA1 Message Date
Nate Kelley f4102880e5
Merge pull request #1180 from buster-so/big-nate-bus-1967-closing-and-reopening-a-dashboard-in-chat-adds-a-large-blank
Big nate bus 1967 closing and reopening a dashboard in chat adds a large blank
2025-09-26 11:55:44 -06:00
Nate Kelley 043a2ea790
dashboard description not triggering :( 2025-09-26 11:54:55 -06:00
Nate Kelley d7c91ca742
Revert "update packages"
This reverts commit 835dd7dd46.
2025-09-26 11:33:12 -06:00
Nate Kelley 835dd7dd46
update packages 2025-09-26 11:31:38 -06:00
Nate Kelley d7b25435d6
Merge pull request #1179 from buster-so/big-nate-bus-1964-background-color-for-public-url-dashboard-is-wrong
change embed page background
2025-09-26 11:27:52 -06:00
Nate Kelley 2ab183b688
added additional unit tests 2025-09-26 11:27:33 -06:00
Nate Kelley 87d3a4e496
Merge pull request #1178 from buster-so/big-nate-bus-1962-new-user-sign-upsign-in-for-first-time-isnt-working
Big nate bus 1962 new user sign upsign in for first time isnt working
2025-09-26 11:11:40 -06:00
Nate Kelley 7bbf1237cf
change embed page background 2025-09-26 11:10:48 -06:00
Nate Kelley c2d093291b
fix linting 2025-09-26 10:59:04 -06:00
Nate Kelley 4ceb412e37
Update NewChatWarning.tsx 2025-09-26 10:51:42 -06:00
dal aa6fbfd437
streaming fix on non done tool responses 2025-09-26 10:47:04 -06:00
Nate Kelley 77012027ba
update color for warning card 2025-09-26 10:42:08 -06:00
dal f0686fa54e
Merge pull request #1169 from buster-so/dallin-bus-1938-report-needs-to-cascade-up-if-metric-modified
sql dialect and tool deltas
2025-09-26 10:41:42 -06:00
Nate Kelley dbf1a6ef2f
add better warning handler 2025-09-26 10:39:00 -06:00
dal 07befc89a6
index eexport 2025-09-26 10:33:07 -06:00
dal c98e4a0e7b
Merge pull request #1174 from buster-so/memory-optimization-tools-cleanup
feat: add memory optimization for AI tools and LRU cache
2025-09-26 10:32:43 -06:00
dal 6fafd732be
expot 2025-09-26 10:32:06 -06:00
dal c427f5ae78
get asset latest version 2025-09-26 10:31:42 -06:00
wellsbunk5 d9bda6f7aa
Merge pull request #1176 from buster-so/wells-bus-1968-fix-securityapproved-domains-delete-request
fix bug on processing array input for DELETE approved-domains
2025-09-26 10:29:49 -06:00
dal af243099ea
try again 2025-09-26 10:24:39 -06:00
Wells Bunker f47bfe2418
fix bug on processing array input for DELETE approved-domains 2025-09-26 10:22:14 -06:00
Nate Kelley e5ad359a36
add new user controller 2025-09-26 10:21:31 -06:00
dal 408caf5642
Merge remote-tracking branch 'origin/staging' into dallin-bus-1938-report-needs-to-cascade-up-if-metric-modified 2025-09-26 10:17:44 -06:00
dal 6d6c531d5c
fix most recent version on the chat 2025-09-26 10:15:52 -06:00
Blake Rouse 63b90fcaa8
Merge pull request #1175 from buster-so/edit-todo-list
edited-final-todo-item
2025-09-26 10:08:19 -06:00
dal d7eab3023c
lint fixes 2025-09-26 10:06:14 -06:00
Blake Rouse 014c39e1d0 edited-final-todo-item 2025-09-26 10:04:42 -06:00
dal de01a39c5c
feat: add memory optimization for AI tools and LRU cache
- Add cleanupState helper to clear tool state after execution
- Update all tool execute functions to clean up state after completion
- Reduce LRU cache from 500 to 10 entries (90% memory reduction)
- Extend cache TTL to 20 minutes for long-running streams
- Prevent memory leaks during 15-minute streaming sessions

This significantly reduces memory usage during long AI streaming sessions
by ensuring tool states are cleared after execution and limiting cache size.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 10:02:49 -06:00
wellsbunk5 db82178247
Merge pull request #1173 from buster-so/wells-bus-1960-update-metric_filesiddata-to-include-optional-password-param
Add password as optional field for metric_file data
2025-09-26 09:53:22 -06:00
Nate Kelley 6599e2a97e
simplify your stuff tabs 2025-09-26 09:41:19 -06:00
Wells Bunker aed9732302
adding optional password on metric_file/[id]/data endpoint 2025-09-26 09:41:14 -06:00
dal e621149030
Merge pull request #1172 from buster-so/dallin-bus-1953-three-dot-duplicate-doesnt-duplicate-the-chat
fix rust asset type enum issues
2025-09-26 09:38:43 -06:00
dal af83488ee0
fix rust asset type enum issues 2025-09-26 09:30:27 -06:00
Nate Kelley b069d1a8a1
Merge pull request #1171 from buster-so/big-nate-bus-1957-inherit-color-toggle-on-linear-trend-line-is-janky
element size update
2025-09-26 09:28:59 -06:00
Nate Kelley 0431946b27
element size update 2025-09-26 09:28:28 -06:00
Nate Kelley 92b18d7466
Merge pull request #1170 from buster-so/big-nate-bus-1958-rename-metric-in-three-dot-doesnt-do-anything
fix dashboard and metric rename
2025-09-26 09:17:33 -06:00
Nate Kelley 733309b5ec
fix dashboard and metric rename 2025-09-26 09:16:22 -06:00
Nate Kelley a870c8383d
update streaming effect 2025-09-26 09:13:41 -06:00
dal 87017115ba
sql dialect and tool deltas 2025-09-26 09:06:03 -06:00
Blake Rouse 152f95c768
Merge pull request #1167 from buster-so/forecast-updates
python-limitation-removed
2025-09-26 08:17:00 -06:00
Blake Rouse 45d3d8a027 python-limitation-removed 2025-09-26 08:02:01 -06:00
dal e7dc86d2cf
Merge pull request #1166 from buster-so/dallin-bus-1884-build-base-momentic-tests
dallin bus 1884 build base momentic tests
2025-09-26 07:32:50 -06:00
dal c59b22bec6
Merge remote-tracking branch 'origin/staging' into dallin-bus-1884-build-base-momentic-tests 2025-09-26 07:21:20 -06:00
dal 08548a276d
small2x on analyst agent task 2025-09-25 21:11:14 -06:00
dal 646013a307
Merge pull request #1162 from buster-so/dallin-bus-1937-the-createmetrics-and-createreports-tool-calls-are-in-an
Dallin-bus-1937-the-createmetrics-and-createreports-tool-calls-are-in-an
2025-09-25 18:45:37 -06:00
dal c0ca22ad8c
Merge remote-tracking branch 'origin/staging' into dallin-bus-1937-the-createmetrics-and-createreports-tool-calls-are-in-an 2025-09-25 18:38:52 -06:00
dal 8f314268e3
fixed the streaming loading infinite state 2025-09-25 18:38:46 -06:00
wellsbunk5 1317958982
Merge pull request #1161 from buster-so/wells-bus-1956-data-request-not-working-for-public-links
fixing public access for metric_files/data
2025-09-25 17:49:09 -06:00
Wells Bunker 32705b3048
fixing public access for metric_files/data 2025-09-25 17:43:29 -06:00
wellsbunk5 e508feb877
Merge pull request #1160 from buster-so/wells-bus-1950-send-back-slack-message-for-unauthorized-requests
send slack message if user is unauthorized
2025-09-25 17:22:15 -06:00