Skip to content

Conversation

@angelahning
Copy link
Collaborator

@angelahning angelahning commented Jul 27, 2025

Moves session naming logic from storage.rs into the Provider trait, allowing providers to implement custom session naming strategies while maintaining full backwards compatibility.

@angelahning angelahning force-pushed the aning/session-nameing branch from db71b7c to 9d2a4aa Compare July 27, 2025 18:02
@angelahning angelahning marked this pull request as ready for review July 27, 2025 18:45
///
/// # Errors
/// ProviderError if the session name generation fails
async fn generate_session_name(&self, messages: &[Message]) -> Result<String, ProviderError> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

below and possibly above: I have my quest to delete comments that don't help, can you make it so :) ?

)
// Use the provider's session naming capability
let sanitized_description = provider
.generate_session_name(messages)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much better! still not really where it should be called from, but we can clean that up some other time

@angelahning angelahning force-pushed the aning/session-nameing branch from ea03c1b to 7611bbe Compare July 28, 2025 19:33
@angelahning angelahning merged commit 67399de into main Jul 28, 2025
8 checks passed
@angelahning angelahning deleted the aning/session-nameing branch July 28, 2025 20:07
michaelneale added a commit that referenced this pull request Jul 29, 2025
* main:
  blog: streamlining detection development w/ recipes (#3689)
  fix: have option for cli providers to use their configured or default model  (#3683)
  docs: new blog post and corrections to an old one on goosehints (#3657)
  Resolve sub recipe path relative to the parent recipe path (#3642)
  Speed up recipe loading from deeplinks and various fixes (#3662)
  fix cmd + , not opening settings (#3694)
  Add warning when JSON env parsing fails. (#3696)
  chore: refactor session naming into provider (#3678)
  feat (ui): File picker for scheduling recipes default to recipe dir (#3611)
  fix: address issue with streamable http interactions via mcp (#3693)
  Provider scenario tests (#3688)
  Fix conversations before they hit the LLM (#3660)
  cli: add detailed instruction for WSL users (#3496)
  feat: recipe runs will now prompt for missing extension secrets (#3668)
  fix: pricing integration tests -> trying more runs for cache and retries (#3546)
michaelneale added a commit that referenced this pull request Jul 29, 2025
* main:
  fix: Ensures final output tool is available when using vector tool search (#3701)
  chore: adding in some new models token limits (#3685)
  blog: streamlining detection development w/ recipes (#3689)
  fix: have option for cli providers to use their configured or default model  (#3683)
  docs: new blog post and corrections to an old one on goosehints (#3657)
  Resolve sub recipe path relative to the parent recipe path (#3642)
  Speed up recipe loading from deeplinks and various fixes (#3662)
  fix cmd + , not opening settings (#3694)
  Add warning when JSON env parsing fails. (#3696)
  chore: refactor session naming into provider (#3678)
  feat (ui): File picker for scheduling recipes default to recipe dir (#3611)
  fix: address issue with streamable http interactions via mcp (#3693)
  Provider scenario tests (#3688)
atarantino pushed a commit to atarantino/goose that referenced this pull request Aug 5, 2025
Signed-off-by: Adam Tarantino <tarantino.adam@hey.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants