* main: (57 commits)
Rename /add_card => /add
Cards' "stalled" metric is reset when reconsidered
Use composite commands even for single commands since they can carry custom titles, which is what we want with AI
Fix merge issues
More prompt tweaks
Support completed by via natural language
Add filter pill for completed by
Add "close by" filter
Add /reopen command
Improved support to act on cards via ID
Refine prompt
Add more tests and fix failing ones
Add clarifying comment
Return standalone command when only one command
Extract attachable concerns
Format
Update lexical
Use your user gid to resolve yourself, so that this is not ambiguous
Support trailing spaces in inserted commands
Disable attachments in the terminal
...
* main: (57 commits)
Untenanted access in authenticated controllers should request auth
dep: bundle update
dep: update Rails
dep: bump AR::Tenanted
Clean up the cable meta tag
Fix activity feed pagination to fetch on demand
Create a "published" event if a card is created published
Scatter Honcho seeds over a 30 day period
Fix the PWA manifest to use slugged URLs
Collection publication edits render a turbo frame
Collection workflow edits render a turbo frame
Collection entropy config edits render a turbo frame
Use automatic sizing where supported
Introduce a separate controller for collection entropy config
Add `card_id` to index
Move to scope and inline method
Prefer modern syntax
Fix that stage should be visible above card background
Indicate opens menu
Hide dialog targets from screen readers when closed
...
# Conflicts:
# db/schema.rb
# db/schema_cache.yml
- aws-partitions: 1.1119.0 -> 1.1124.0
- used by aws-sdk-s3
- aws-sdk-core: 3.226.0 -> 3.226.2
- used by aws-sdk-s3
- aws-sdk-kms: 1.105.0 -> 1.106.0
- used by aws-sdk-s3
- ruby-vips: 2.2.3 -> 2.2.4
- used by image_processing
- ostruct: 0.6.1 -> 0.6.2
- used by kamal
- file_repository: 1.4.5 -> 1.4.6
- used by portfolio, signal_id
- faraday-multipart: 1.1.0 -> 1.1.1
- used by ruby_llm
- faraday-net_http: 3.4.0 -> 3.4.1
- used by ruby_llm
- faraday-retry: 2.3.1 -> 2.3.2
- used by ruby_llm
- sentry-ruby: 5.25.0 -> 5.26.0
- used by sentry-rails
- jwt: 2.10.1 -> 3.1.2
- used by signal_id
Commit 01c642e6 restructured the page so that the "next page" link was
always in view, meaning the page always loaded the entire history.
Now we load the next day as the user scrolls to the bottom, as intended.