v0.5.5: slack tool updates, logs search, response block fixes, reactquery migrations#1995
Merged
waleedlatif1 merged 17 commits intomainfrom Nov 15, 2025
Merged
v0.5.5: slack tool updates, logs search, response block fixes, reactquery migrations#1995waleedlatif1 merged 17 commits intomainfrom
waleedlatif1 merged 17 commits intomainfrom
Conversation
* Fix executor lgos block inputs * Fix Comment
* fix(onedrive): parse array values correctly * fix onedrive * fix * fix onedrive input parsing by reusing code subblock * fix type
… hooks (#1983) * fix(settings): update usage data in settings > subs to use reactquery hooks * standardize usage pills calculation
* improvement(logs): improved logs search * more * ack PR comments
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* improvement(tanstack): migrate folders, knowledge to tanstack * fix types
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile OverviewGreptile SummaryThis PR consolidates 13 separate feature branches into a single release (v0.5.5), primarily focused on Slack tool enhancements, logs search improvements, bug fixes for response blocks and OneDrive, and a significant migration of multiple stores from Zustand to React Query. Key Changes:
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant User
participant LogsUI
participant SearchState
participant QueryParser
participant LogsAPI
participant Database
User->>LogsUI: Enter search query "level:error,info"
LogsUI->>SearchState: handleInputChange(query)
SearchState->>SearchState: updateSuggestions()
SearchState-->>LogsUI: Show autocomplete dropdown
User->>SearchState: Select suggestion
SearchState->>QueryParser: parseQuery(query)
QueryParser-->>SearchState: {filters, textSearch}
SearchState->>LogsAPI: GET /api/logs?level=error,info
LogsAPI->>QueryParser: queryToApiParams()
QueryParser-->>LogsAPI: {level: "error,info"}
LogsAPI->>Database: Query with inArray(level, ["error", "info"])
Database-->>LogsAPI: Filtered logs
LogsAPI-->>LogsUI: Display results
User->>LogsUI: Send Slack message
LogsUI->>SlackAPI: POST /api/tools/slack/send-message
SlackAPI->>Slack: chat.postMessage
Slack-->>SlackAPI: {ok, ts, channel, message}
SlackAPI-->>LogsUI: {message: {...}, ts, channel}
User->>LogsUI: Upload OneDrive file
LogsUI->>OneDriveAPI: POST with values array
OneDriveAPI->>OneDriveAPI: normalizeExcelValues()
OneDriveAPI->>OneDrive: PUT file + PATCH worksheet
OneDrive-->>OneDriveAPI: File metadata
OneDriveAPI-->>LogsUI: Success with file info
|
…flow runs, usage indicator (#1998) * improvement: signup loading, command-list, cursors, search modal ordering * improvement: workflow runs, search modal * improvement(usage-indicator): ui/ux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.