Commit Graph

3508 Commits

Author SHA1 Message Date
Jorge Manrubia 4e894fa5fe refresh fixtures 2025-06-27 13:55:50 +02:00
Jorge Manrubia 7da4696952 Always downcase names 2025-06-27 13:55:10 +02:00
Jorge Manrubia d06a38f883 Merge pull request #669 from basecamp/time-filters
Add support for more time-related queries
2025-06-27 13:42:11 +02:00
Jorge Manrubia f5832f1a36 Remove vcr_record call 2025-06-27 13:40:57 +02:00
Jorge Manrubia cabf57dec3 Support closing soon and falling back soon via natural language 2025-06-27 13:39:19 +02:00
Jorge Manrubia aa656dc2f4 Add scopes and filters for falling back soon and auto closing soon 2025-06-27 13:39:17 +02:00
Jorge Manrubia 716ea6cafa Fix label 2025-06-27 13:38:47 +02:00
Jorge Manrubia 4d5017b671 Add chip filters for the new time window filters
rename close => closure to ease interpretation by the LLM
2025-06-27 13:38:45 +02:00
Jorge Manrubia 3391a20843 Fix: creator_ids is an array, not a single value 2025-06-27 13:38:23 +02:00
Jorge Manrubia 3fbfa1404c Add support for filtering by creation or completion windows of times 2025-06-27 13:38:22 +02:00
Jason Zimdars fe8e73015c Adjust spacing 2025-06-26 20:14:22 -05:00
Jason Zimdars d81e8b9118 Merge branch 'main' into logo-placeholder-update
* 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
2025-06-26 20:08:54 -05:00
Jason Zimdars 3129b6e205 Use new logo placeholder 2025-06-26 20:08:48 -05:00
Jason Zimdars 46ce2d74cc Merge pull request #663 from basecamp/custom-views
Custom views redux
2025-06-26 19:08:28 -05:00
Jason Zimdars db821d746a Update logo assets 2025-06-26 18:26:40 -05:00
Jason Zimdars c7f5a3a0fa Need to return all collections so it's not blank 2025-06-26 18:13:56 -05:00
Jason Zimdars 703718ca90 Button to add a new filter 2025-06-26 18:05:04 -05:00
Jason Zimdars a8b0a5e688 Update test for new redirect 2025-06-26 18:00:36 -05:00
Jason Zimdars 1cb9ccdf15 Comparing params is fragile, use id for saved filters 2025-06-26 17:57:30 -05:00
Jason Zimdars c6bb0326cd Update summary tests 2025-06-26 17:31:44 -05:00
Jason Zimdars c85b22b28f Improve summary display in menu 2025-06-26 17:09:57 -05:00
Jason Zimdars d420d8d8ac Add keyboard navigation and filtering to quick filters 2025-06-26 16:56:27 -05:00
Jason Zimdars 8c1942c789 Copy 2025-06-26 11:51:44 -05:00
Jason Zimdars d1d1c6511e Keep stage when clearing 2025-06-26 11:08:45 -05:00
Jason Zimdars 8229ba194b Merge branch 'main' into custom-views
* 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
2025-06-26 10:55:24 -05:00
Jorge Manrubia a7f175dbee Merge pull request #664 from basecamp/more-query-commands
Support more Fizzy Do commands
2025-06-26 17:25:15 +02:00
Jorge Manrubia 6437e7fef0 Add help entry 2025-06-26 17:22:42 +02:00
Jorge Manrubia fe96ed89b8 Format 2025-06-26 17:21:41 +02:00
Jason Zimdars b862d5909a Keep the current filter params after deleting a saved filter so you can change your mind 2025-06-26 10:19:24 -05:00
Jorge Manrubia c760393ed3 Add command to create new cards 2025-06-26 17:14:47 +02:00
Jorge Manrubia 8802461484 Support visiting certain pages 2025-06-26 16:43:04 +02:00
Jason Zimdars 1382d8dcb4 Merge branch 'main' into custom-views
* main:
  Update to Kevin's preferred signal identity.
  Turn off local auth in beta, we'll use Launchpad instead.
  Update kamal deploy config for the new beta env.
2025-06-26 09:33:11 -05:00
Jorge Manrubia e45c479952 More prompt tweaks 2025-06-26 16:14:02 +02:00
Jorge Manrubia 78bb3d699b Lots of prompts improvements and tightening 2025-06-26 16:08:24 +02:00
Mike Dalessio 1cf89c78bb Merge pull request #656 from basecamp/flavorjones/beta-in-the-dc
Update kamal deploy config for the new beta env.
2025-06-26 09:50:27 -04:00
Mike Dalessio 27c288406b Update to Kevin's preferred signal identity. 2025-06-26 09:47:13 -04:00
Mike Dalessio 0c5c6fa703 Turn off local auth in beta, we'll use Launchpad instead. 2025-06-26 09:47:13 -04:00
Mike Dalessio 190e52ffc5 Update kamal deploy config for the new beta env. 2025-06-26 09:47:13 -04:00
Jorge Manrubia 274a6ad9d5 Only intercept when string is composed of numbers 2025-06-26 09:37:22 +02:00
Jorge Manrubia cd4e6c75d7 Set temperature to 0 2025-06-26 08:42:06 +02:00
Jason Zimdars d861d39f7c Update test because we now drop all filters on destroy 2025-06-25 19:05:29 -05:00
Jason Zimdars bc9b4b1477 Merge branch 'main' into custom-views
* 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
2025-06-25 19:00:51 -05:00
Jason Zimdars ae12a7294c New UI for exposing filter options and saving/deleting them 2025-06-25 19:00:47 -05:00
Jorge Manrubia 65ee7f924b Merge pull request #662 from basecamp/stage-command
Stage command
2025-06-26 01:11:02 +02:00
Jorge Manrubia e11d5bef5a format 2025-06-26 01:08:55 +02:00
Jorge Manrubia 74c97aac01 Update help 2025-06-26 01:07:47 +02:00
Jorge Manrubia 0765116779 Add stage command to assign workflows to cards 2025-06-26 01:05:51 +02:00
Jorge Manrubia 6f015feee6 Fix typo 2025-06-26 00:42:02 +02:00
Jorge Manrubia dbd4d166e5 Hide after selecting "undo" 2025-06-26 00:41:46 +02:00
Jorge Manrubia 8ea6a656e1 Format 2025-06-25 23:43:45 +02:00