Commit Graph

4552 Commits

Author SHA1 Message Date
Jason Zimdars ff130401b1 Copy 2025-08-27 19:03:58 -05:00
Jason Zimdars 2cb98a2e31 Don't show the filter if there aren't any tags 2025-08-27 18:56:06 -05:00
Jason Zimdars f54ee090b8 Add clearer labels for sorting options 2025-08-27 18:49:51 -05:00
Jason Zimdars 65c61c4bab Rename engagement columns 2025-08-27 13:48:36 -05:00
Andy Smith 8d7a24e854 Merge pull request #986 from basecamp/pinned-card-alignment
Fix timestamp alignment on pinned cards
2025-08-27 12:41:21 -05:00
Andy Smith d4f048df9b Fix timestamp alignment on pinned cards 2025-08-27 11:37:09 -05:00
Jorge Manrubia 6b0fa409ae Merge pull request #985 from basecamp/refactor-summarizer
Refactor: Separate method with two outputs into two
2025-08-27 14:33:24 +02:00
Jorge Manrubia 80e37bef36 Separate method with two outputs into two 2025-08-27 14:32:13 +02:00
Jorge Manrubia dae5cd426c Merge pull request #984 from basecamp/refactor-rubby-llm-costs
Unify AI usage cost calculations
2025-08-27 13:19:34 +02:00
Jorge Manrubia 744faf12c0 Extract "response cost" object to unify calculations around LLM usage costs 2025-08-27 13:18:41 +02:00
Jorge Manrubia cfdf0afa5f Merge pull request #979 from basecamp/reduce-summaries-content
Remove comments from card prompts
2025-08-27 09:57:37 +02:00
Jorge Manrubia 81d6df3616 Remove comments from card prompts
We don't use to_prompt to generate AI responses anymore, only for events. Grabbing
all the comments don't make as much sense, and I'm sure it is quite expensive
2025-08-27 09:56:13 +02:00
Jorge Manrubia d2dbbe8651 Merge pull request #978 from basecamp/summary-costs
Track costs of generating AI summaries
2025-08-27 09:43:17 +02:00
Jorge Manrubia 0eea4f003c Remove unnecessary guards 2025-08-27 09:41:47 +02:00
Jorge Manrubia 853a75a54f Rename "cost_microcents" => "cost_in_microcents" 2025-08-27 09:38:23 +02:00
Stanko Krtalić 0f467be316 Make Fizzy Ask respond with an error message when a response fails to generate (#975) 2025-08-27 08:59:27 +02:00
Andy Smith 43fb6f0ec5 Merge pull request #962 from basecamp/combobox-a11y
Combobox a11y
2025-08-26 16:13:10 -05:00
Andy Smith 4fb6e365db Merge branch 'main' into combobox-a11y
* main: (26 commits)
  Center figure attachments and use normal size for Save Changes button
  Re-record message response VCR cassette
  Improve link rendering
  Give Fizzy Ask context about who it's talking to
  Show only published cards to Fizzy Ask
  Remove unique index
  Update to latest lexxy (merged renamed branch)
  Fix lexxy events prefix
  Rename Action Text Lexical => Lexxy
  Ensure empty/new transcript isn't narrow
  Source order
  We need this for the events index
  Safari apparently doesn't apply `position` in its internal stylesheet
  Don't allow the pattern to show through buttons
  Button is now in the column, merge fix
  Style tweaks to bar placeholder
  Any press of `esc` should close the dialog
  Copy
  Fix type mismatch
  Make the quota error message friendlier
  ...
2025-08-26 16:11:33 -05:00
Andy Smith 3cfff2639e Merge pull request #977 from basecamp/center-images-in-comments
Center figure attachments and use normal size for Save Changes button
2025-08-26 15:34:50 -05:00
Andy Smith 958315acc0 Center figure attachments and use normal size for Save Changes button 2025-08-26 15:27:57 -05:00
Stanko Krtalić 50086cfbf9 Merge pull request #972 from basecamp/fizzy-ask-bugfixes
Fizzy Ask bugfixes
2025-08-26 12:41:49 +02:00
Stanko K.R. 84551d60de Re-record message response VCR cassette 2025-08-26 12:31:21 +02:00
Stanko K.R. 66fcb49c51 Improve link rendering 2025-08-26 12:20:39 +02:00
Stanko K.R. 1263ca582a Give Fizzy Ask context about who it's talking to 2025-08-26 11:55:03 +02:00
Stanko K.R. fc0fccef11 Show only published cards to Fizzy Ask 2025-08-26 11:42:12 +02:00
Stanko Krtalić 6f32b5076f Merge pull request #971 from basecamp/ai-quota-migration-fix
Remove unique index
2025-08-26 09:10:57 +02:00
Stanko K.R. a33758a6a1 Remove unique index 2025-08-26 09:07:58 +02:00
Stanko Krtalić 13eacb4d95 Merge pull request #929 from basecamp/fizzy-ask-spend-limits
Conversation cost limits
2025-08-26 08:52:33 +02:00
Jorge Manrubia 001aae0b83 Merge pull request #964 from basecamp/rename-to-lexxy
Rename Action Text Lexical => Lexxy
2025-08-26 08:39:19 +02:00
Jorge Manrubia 78c3484b44 Update to latest lexxy (merged renamed branch) 2025-08-26 08:36:03 +02:00
Jorge Manrubia a2963e3032 Fix lexxy events prefix 2025-08-26 08:33:15 +02:00
Jorge Manrubia 5b5c698af7 Rename Action Text Lexical => Lexxy
 Conflicts:
	app/assets/stylesheets/terminals.css
2025-08-26 08:25:19 +02:00
Andy Smith c90ea3910a Merge pull request #968 from basecamp/fizzy-do-placeholder-tweaks
Style tweaks to bar placeholder
2025-08-25 13:57:27 -05:00
Andy Smith 08c689ba0c Syntax fix 2025-08-25 13:06:14 -05:00
Jason Zimdars 4509b2c404 Merge branch 'jz/8-25-25'
* jz/8-25-25:
  Ensure empty/new transcript isn't narrow
  Source order
2025-08-25 12:46:15 -05:00
Jason Zimdars 52e8bbbd9b Ensure empty/new transcript isn't narrow 2025-08-25 12:44:06 -05:00
Jason Zimdars eac01cec77 Source order 2025-08-25 12:41:19 -05:00
Jason Zimdars 29f94e6f11 Merge pull request #969 from basecamp/jz/post-merge-fixes
Jz/post merge fixes
2025-08-25 12:31:13 -05:00
Jason Zimdars 768b377553 We need this for the events index 2025-08-25 12:26:32 -05:00
Jason Zimdars 1461c7b3f1 Safari apparently doesn't apply position in its internal stylesheet
- Also slightly tweaks size and position
2025-08-25 12:23:39 -05:00
Andy Smith 25af985f5c Namespace the hotkey link helper 2025-08-25 12:20:02 -05:00
Jason Zimdars c4207285fa Merge remote-tracking branch 'origin/main' into jz/post-merge-fixes 2025-08-25 12:11:55 -05:00
Jason Zimdars c496c05f18 Don't allow the pattern to show through buttons 2025-08-25 12:09:37 -05:00
Andy Smith a62cf7a61b Consolidate fizzy-dialog classes to fizzy-menu 2025-08-25 12:08:22 -05:00
Andy Smith 14e61e6f2b Remove legacy cards/index/header partial 2025-08-25 11:59:53 -05:00
Andy Smith 84a54f497e Corrections after merge 2025-08-25 11:57:09 -05:00
Jason Zimdars 8da7e27266 Button is now in the column, merge fix 2025-08-25 11:46:25 -05:00
Andy Smith f2e4256209 Merge branch 'main' into combobox-a11y
* main: (46 commits)
  Use magic number to position bottom notch on card perma
  Fix: queries were failing due to using the wrong alias
  Simplify search results
  Center thinking indicator, make input size/position consistent
  Use a more reliable transition method, adjust input styles
  Prevent back navigation when hitting esc to close the dialog
  Bring back the thinking indicator
  Adjust conversation transcript, improve input entry effect
  Typo
  Heavier to match tray text
  Slide trays away
  Tighten up display of search results, placeholder and modal
  Tidy search results, make it scrollable
  Focus the input field when Fizzy bar gets triggered
  Fix hotkeys
  Fix search
  Fiz Fizzy Ask
  Render inputs inline & results in a turbo frame
  First mind reading session - WIP
  WIP
  ...
2025-08-25 11:32:56 -05:00
Andy Smith 6a90832a1d Style tweaks to bar placeholder 2025-08-25 11:06:53 -05:00
Andy Smith d6cad77d96 Merge pull request #967 from basecamp/card-footer-borked
Use magic number to position bottom notch on card perma
2025-08-25 10:49:54 -05:00