Nate Kelley
0d74bd7f79
Update apps/web/src/components/features/reasoning/ReasoningFileCode.tsx
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-22 09:08:06 -06:00
Nate Kelley
f9ef8bd1ec
Merge branch 'staging' into big-nate/bus-1376-make-streaming-individual-words-use-the-streaming-affect
2025-07-21 14:48:55 -06:00
Nate Kelley
9d6d613334
markdown smoother stream
2025-07-21 14:43:06 -06:00
Nate Kelley
a569460d17
update folder locatoins for components
2025-07-21 13:03:02 -06:00
Nate Kelley
06492d0a9d
update imports for streamable markdown
2025-07-21 12:38:14 -06:00
Nate Kelley
ec977bf538
blur in animations are complete
2025-07-21 12:36:05 -06:00
dal
cee4483751
message post processing bugfix no longer loading duplicate conversation history
2025-07-21 12:34:34 -06:00
Nate Kelley
a2ae1b8b38
update animation lifecycle
2025-07-21 12:21:07 -06:00
Nate Kelley
d437535d50
update to streaming
2025-07-21 11:34:27 -06:00
Nate Kelley
ededd23024
fix streaming bugs
2025-07-21 10:22:51 -06:00
Nate Kelley
7ac895d064
Merge branch 'staging' into big-nate/bus-1376-make-streaming-individual-words-use-the-streaming-affect
2025-07-21 08:32:58 -06:00
Nate Kelley
a8c18844ee
fix broken avatar colors
2025-07-21 08:32:39 -06:00
dal
fdb46bba29
electric helpers
2025-07-21 01:37:41 -06:00
dal
5ca40d032b
Enhance unit tests by mocking database interactions and updating organization roles to 'querier' in security-related test files.
2025-07-21 01:37:32 -06:00
dal
5157b4a44a
revert env.mjs back
2025-07-21 01:08:30 -06:00
dal
6ae9f6c3cc
try again
2025-07-21 01:00:08 -06:00
dal
9932261bb5
tyr again with skipping for env.mjs
2025-07-21 00:56:20 -06:00
dal
84be211028
skip validate env on ci
2025-07-21 00:50:53 -06:00
dal
06249f5e8a
rearrange and get some things right for the initial read file tool
2025-07-20 23:04:11 -06:00
Nate Kelley
53bfc42902
ensure list items are aligned correctly
2025-07-19 23:27:02 -06:00
Nate Kelley
34e128874a
Remove height animation from reasoning
2025-07-19 22:57:58 -06:00
Nate Kelley
f96d4f42c6
fix markdown with undefiend classes
2025-07-19 22:57:38 -06:00
Nate Kelley
adf6d06995
pre cannot be a decendant of p
2025-07-19 22:31:47 -06:00
Nate Kelley
3a78dc0514
Merge branch 'staging' into big-nate/bus-1376-make-streaming-individual-words-use-the-streaming-affect
2025-07-19 22:27:33 -06:00
Nate Kelley
2185d4c478
prefetch chats route as well
2025-07-19 22:26:48 -06:00
Nate Kelley
620ff75876
devin improvements to styles
2025-07-19 22:17:12 -06:00
dal
d3e2577d13
New polling logic
2025-07-18 23:30:28 -06:00
dal
18dde9e40b
concurrency and queuing
2025-07-18 23:19:48 -06:00
dal
6e65bec499
Enhance task triggering by adding concurrency key for sequential processing
...
- Updated `createChatHandler` to include a `concurrencyKey` when triggering the `analyst-agent-task`, ensuring tasks are processed sequentially per chat.
- Adjusted related test cases to verify the inclusion of the `concurrencyKey`.
- Integrated the `concurrencyKey` in the `slackAgentTask` to manage task queuing and notify users when tasks are queued.
2025-07-18 23:01:32 -06:00
dal
8daceae2e3
Add duplicate message check in slack-agent-task
...
- Introduced a new function `checkForDuplicateMessages` in the database queries to verify if a message already exists in the same chat.
- Integrated the duplicate check in the `slackAgentTask` to prevent processing of duplicate messages, enhancing task efficiency and logging warnings for duplicates detected.
2025-07-18 22:53:02 -06:00
dal
0e46d64683
trigger run id being added during the slack agent task
2025-07-18 22:34:02 -06:00
Devin AI
9896b5cc90
Replace 'Unknown' user name fallback with email address
...
- Update Rust handlers to use user_email instead of 'Unknown' fallback
- Add user_email field to MessageWithUser and ChatWithUser structs
- Update database queries to select user email field
- Update TypeScript chat-helpers to use email fallback
- Maintain final fallback to 'Unknown'/'Unknown User' if email is null
Fixes BUS-1457
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-19 04:12:13 +00:00
Devin AI
24aaa23a2f
feat(BUS-1376): Replace AppMarkdown with AppMarkdownStreaming and fix animation issues
...
- Replace AppMarkdown with AppMarkdownStreaming in ChatResponseMessage_Text and ReasoningMessage_Text
- Map props correctly: markdown → content, showLoader → isStreamFinished
- Add wrapper divs to handle className prop
- Adjust spring physics in ReasoningMessageSelector to prevent height overshoot:
- Reduce stiffness from 400→300 and increase damping from 32→40 for animate
- Reduce stiffness from 450→350 and increase damping from 35→45 for exit
- Improves streaming text animation smoothness and prevents height expansion beyond content
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-07-19 03:57:22 +00:00
dal
ba04450469
Enhance Slack event handling by adding hourglass reaction on app mentions and refactoring reaction management in slack-agent-task. Update CLAUDE.md and global.mdc with new guidelines for testing and development workflows. Adjust .gitignore for rerank package to ensure proper directory exclusion.
2025-07-18 21:40:20 -06:00
Nate Kelley
364fe39069
inline code update
2025-07-18 16:51:09 -06:00
dal
f9786c75c8
increase polling time for trigger bc 5 seconds or less still get charged lol
2025-07-18 16:12:03 -06:00
dal
97a8bb4c56
lint errors done & unit tests passing
2025-07-18 16:02:24 -06:00
Nate Kelley
6022f4b131
Merge branch 'staging' into big-nate/bus-1376-make-streaming-individual-words-use-the-streaming-affect
2025-07-18 15:58:28 -06:00
Nate Kelley
8947758f6f
Fix linting errors
2025-07-18 15:54:46 -06:00
Nate Kelley
f582065772
user safe selector
2025-07-18 15:50:23 -06:00
Nate Kelley
06f9c2e24a
check anon user
2025-07-18 15:44:17 -06:00
Nate Kelley
c5fe152bee
DEFAULT must defined colors
2025-07-18 15:38:55 -06:00
dal
8ba6ee20a4
Merge branch 'devin/BUS-1453-1752871654' of https://github.com/buster-so/buster into devin/BUS-1453-1752871654
2025-07-18 15:11:27 -06:00
dal
227168bb62
BUS-1454: Add multiple color themes and refactor organization color palette retrieval logic
2025-07-18 15:10:38 -06:00
Devin AI
c4da72173c
BUS-1453: Address PR comments - fix duplicate color and improve org palette query
...
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-18 21:00:36 +00:00
Devin AI
d5beb5edeb
BUS-1453: Implement color fallback logic for metric handlers
...
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-18 20:50:33 +00:00
Nate Kelley
84ba96ec74
tsx is a workspace package
2025-07-18 14:18:06 -06:00
Nate Kelley
0c345cb00e
Merge pull request #554 from buster-so/big-nate/bus-1424-default-color-palette-in-workspace-settings
...
default color palette in workspace settings
2025-07-18 14:13:06 -06:00
Nate Kelley
c885114a45
save should trigger close
2025-07-18 14:12:12 -06:00
dal
a92bf8234c
build fix
2025-07-18 14:09:53 -06:00