* main:
Need to return all collections so it's not blank
Button to add a new filter
Update test for new redirect
Comparing params is fragile, use `id` for saved filters
Update summary tests
Improve summary display in menu
Add keyboard navigation and filtering to quick filters
Copy
Keep stage when clearing
Keep the current filter params after deleting a saved filter so you can change your mind
Update test because we now drop all filters on destroy
New UI for exposing filter options and saving/deleting them
Unnecessary
These aren't actually in the events namespace, use utility class
* main:
Add help entry
Format
Add command to create new cards
Support visiting certain pages
More prompt tweaks
Lots of prompts improvements and tightening
Only intercept when string is composed of numbers
Set temperature to 0
* main:
format
Update help
Add stage command to assign workflows to cards
Fix typo
Hide after selecting "undo"
Format
Add help
Add tests
Refine prompt
Review prompt
Be explicit about param
Don't submit with empty strings
Add reconsider command
Add "Do" command
* main: (45 commits)
Make sure QB subscriptions reload properly in dev
Refine prompt to avoid invalid JSON
Format
Format
Add stemming to search tables
Refine prompt to avoid invalid JSON
Make sure it generates valid JSON
Execute raw SQL to see if this is making production crash
Just use drop table
schema update
Remove VCR record
Fix tests
recreate vcr fixtures
Fix schema, it was missing a FK
Favor search over terms
Remove insights, default to keyword search
Remove semantic searches
Add search command
Use clip instead of hidden for body overflow
Polish up the search results page
...