dal
1f8cb7e8f3
Enhance SQL permission validation error messages with actionable guidance. Update tests to reflect improved error handling and specific feedback for unauthorized queries and wildcard usage. Ensure consistency in error reporting across various SQL operations.
2025-08-21 16:53:48 -06:00
dal
d137cfe678
follow ups with tool result error solved for other tool calls
2025-08-21 16:20:08 -06:00
dal
93fdbd07b3
fixes on tests and stuff
2025-08-21 14:15:58 -06:00
dal
81c703a472
Update dependencies to version 4.0.1 for @trigger.dev/build, @trigger.dev/core, and @trigger.dev/sdk; enhance UUID validation in modify-reports-delta tool.
2025-08-21 13:34:26 -06:00
dal
4f7ef9525e
Add basic task examples and update SDK version in Trigger.dev documentation
2025-08-21 13:27:31 -06:00
dal
bb6d932f26
Implement caching for report snapshots in modify and create reports tools
2025-08-21 12:57:12 -06:00
dal
0ac8921a8a
small prompt fix
2025-08-21 12:47:31 -06:00
dal
7b693d1c3d
streaming
2025-08-21 12:20:40 -06:00
dal
6e41a4122b
sql fixes and report streaming
2025-08-21 10:31:36 -06:00
dal
6a4da2ed57
staging changes
2025-08-21 09:21:52 -06:00
dal
e3cbe674ce
sonnet 4 logging and logic
2025-08-21 09:20:48 -06:00
dal
85b121e8b0
Merge remote-tracking branch 'origin/main' into staging
2025-08-21 09:20:13 -06:00
dal
1084bfd485
add gpt5 to fallback chain on sonnet 4
2025-08-21 09:18:58 -06:00
dal
dbe43df0ea
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-21 09:02:19 -06:00
dal
170b65887d
Merge pull request #729 from buster-so/improved-sql-parsing
...
Enhance SQL permission validation to include unauthorized columns in error messages. Update permission error message creation to handle both unauthorized tables and columns. Modify SQL execution functions to validate column permissions alongside table permissions, improving feedback for users lacking access.
2025-08-21 09:02:11 -06:00
dal
84445efa60
tests passing
2025-08-21 08:58:43 -06:00
dal
3b266c07e7
better logging around fallbacks
2025-08-21 08:58:27 -06:00
dal
b4e81dcefe
added opus 4.1 to fallback chain for sonnet
2025-08-21 08:50:29 -06:00
dal
5838285c81
Merge remote-tracking branch 'origin/staging' into improved-sql-parsing
2025-08-21 08:31:09 -06:00
dal
2f641e8b2d
Enhance SQL permission validation to include unauthorized columns in error messages. Update permission error message creation to handle both unauthorized tables and columns. Modify SQL execution functions to validate column permissions alongside table permissions, improving feedback for users lacking access.
2025-08-21 08:30:48 -06:00
Nate Kelley
7334ec68b0
Update packages/server-shared/src/reports/requests.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-08-20 22:40:13 -06:00
Nate Kelley
75b4bb44dc
remove server-util entirely
2025-08-20 22:15:58 -06:00
Nate Kelley
d4366037bf
Add some platejs tests
2025-08-20 22:13:02 -06:00
dal
5d9c9e6a77
got rid of delta streaming
2025-08-20 16:48:13 -06:00
dal
c94ceaa10a
modify metric delta close
2025-08-20 16:08:12 -06:00
dal
415010b8fc
create reports fixes
2025-08-20 13:38:38 -06:00
dal
059c445d04
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-20 13:12:55 -06:00
dal
13de96e5f7
Refactor tool call repair strategies to improve error handling and streamline repair logic. Removed unused types and consolidated strategy functions for better clarity. Updated tests to reflect changes in strategy implementations and input handling.
2025-08-20 13:11:55 -06:00
Nate Kelley
da11cd8b30
fix: update .gitignore to properly ignore dist folder and remove tracked dist files
2025-08-20 11:37:31 -06:00
dal
2461dc0a77
bugfixes
2025-08-20 11:26:37 -06:00
dal
6ba1fb4c38
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-20 10:22:43 -06:00
dal
1cac320006
logic around reports, bug fixes, self healing, etc.
2025-08-20 10:22:35 -06:00
Nate Kelley
47e94527bb
update package versions for workspace AND server
2025-08-20 09:16:28 -06:00
Nate Kelley
7c8ec9e42c
Merge branch 'staging' into big-nate-bus-1657-intergrate-with-report-streaming
2025-08-20 09:05:24 -06:00
Nate Kelley
845e9a73fa
remove add and delete nodes
2025-08-19 22:00:00 -06:00
dal
db63ac4c83
update to ci, fix greptile recs
2025-08-19 15:07:34 -06:00
dal
7a1234d141
fix for build and test
2025-08-19 14:41:38 -06:00
dal
5d6ee61ec8
ok last fix
2025-08-19 14:24:20 -06:00
Nate Kelley
2b18f215b9
report files metadata
2025-08-19 14:17:36 -06:00
dal
94f9e7106f
merge staging in
2025-08-19 13:33:13 -06:00
dal
71eb3dd42e
github integration
2025-08-19 13:27:51 -06:00
dal
1d3146e35b
Enhance Slack integration by adding support for direct messages (DMs) and updating event handling. Introduced new environment variables for Slack integration, updated deployment command to use the latest version, and improved message filtering logic for DMs. Refactored Slack event processing to differentiate between app mentions and direct messages, ensuring proper handling and logging. Updated webhook types to include message IM events.
2025-08-18 23:19:51 -06:00
dal
bc6782e156
test fixes
2025-08-18 23:08:41 -06:00
dal
5e7467aefc
fix: improve Slack messaging reliability and error handling
...
- Add proper error handling for Slack API failures with typed responses
- Implement message operation types for better type safety
- Add retry logic with exponential backoff for transient failures
- Export webhook types for external consumers
- Update Slack agent task to handle errors gracefully and continue processing
- Add proper validation and error messages for failed operations
- Include structured error tracking for debugging
🤖 Generated with Anthropic
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 20:36:29 -06:00
dal
5b5191356a
Refactor report creation and modification logic. Introduced batch update functionality for reports, improved version history management, and enhanced error handling during report updates. Adjusted task duration settings for better performance and refined file extraction logic to filter out reports and metrics appropriately.
2025-08-18 17:00:42 -06:00
dal
a821af220f
analysis type router fix
2025-08-18 15:31:39 -06:00
dal
0472a5bc46
descriptions with column label formatas
2025-08-18 15:23:07 -06:00
dal
6f65e25e63
Update pnpm-lock.yaml to resolve merge conflicts and synchronize package versions, including updates to '@aws-sdk/credential-provider-web-identity' and 'platejs' dependencies.
2025-08-18 15:19:01 -06:00
dal
f9eece00d6
merge staging in
2025-08-18 14:39:59 -06:00
dal
1d107f4125
lots of changes
2025-08-18 12:43:28 -06:00