-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow multiple rule matches #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
7ceee97
wip: move to multi rule system
elie222 bb46440
fix build
elie222 feeffff
fix multi select prompt
elie222 6e44e44
Merge branch 'main' into feat/multi-rule
elie222 1f1dc72
improve filter
elie222 4441c91
warn
elie222 c284968
get no match reasoning
elie222 bd619a3
normalize cold email from
elie222 e4cc187
fix cancel scheduled action
elie222 f0bd009
fix context loader bug
elie222 c1808fe
Remove categories from rules
elie222 8cfd43c
fix up match rules to work with multiple rules
elie222 9dcca89
reorder file
elie222 b046492
Fix tests
elie222 cd3713d
increase test coverage for match rules
elie222 d11cc96
more match rule tests
elie222 f4d6b61
delete more old category code
elie222 a9b335c
fixes
elie222 28b82f0
use isprimary to only choose one system rule
elie222 98b009d
ensure conversation tracking continues
elie222 db35d00
tests
elie222 7a332dc
allow applying previously applied rules on threads
elie222 fdfe9e6
add more tests for match rules
elie222 121d762
update ui components
elie222 f124aa1
dont store executed rule on test
elie222 20e87ee
fix comment
elie222 2fcf906
fix comment
elie222 49b17ba
fix comment
elie222 b2239d2
dont load folders for non microsoft
elie222 4fab403
revert deletion of condition summary card
elie222 3f5c6b1
group batches by date in the ui
elie222 19f92be
message
elie222 fb2636f
simplify chat fix by sending context as tag
elie222 ebc9202
fix ai tests
elie222 cf18bde
update sort and tests
elie222 d6fe48a
fix history executed at
elie222 bb89ecc
fixes
elie222 9c9a848
rename files
elie222 229ab4b
rename var
elie222 2048c4c
Add migration
elie222 8a648e6
fix skipped
elie222 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file uses hooks and onClick; mark as a client component.
Without
"use client", Next.js will error at runtime/build.📝 Committable suggestion
🤖 Prompt for AI Agents