Skip to content

Conversation

@jamadeo
Copy link
Collaborator

@jamadeo jamadeo commented Jul 31, 2025

There is a check here to write the output differently if it's a sub-agent, but with .unwrap_or(), we'd always hit that path

@jamadeo jamadeo requested a review from baxen July 31, 2025 02:09
}
};
(formatted, Some(subagent_id.to_string()), Some(notification_type.to_string()))
(formatted, subagent_id.map(|s|s.to_string()), Some(notification_type.to_string()))
Copy link
Collaborator

Choose a reason for hiding this comment

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

no changes to notificaation type?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah looking below, that should probably also not be coerced to Some

@jamadeo jamadeo merged commit 55fc42d into main Aug 1, 2025
9 checks passed
@jamadeo jamadeo deleted the jackamadeo/tool-stdout-fix branch August 1, 2025 00:48
michaelneale added a commit that referenced this pull request Aug 1, 2025
michaelneale added a commit that referenced this pull request Aug 1, 2025
* main:
  fix: don't return full shell output when very large (#3750)
  fix: cli tool logging (#3749)
  Increase req body limit (#2965)
  Stable goose info -v (#3760)
  Speed up app initialization and improve refresh crashing (#3717)
  docs: consolidate search session content, doc import recipe (#3759)
  Improve power save blocker mechanism (#3698)
  Ensure adding/removing extensions refreshes extensions list (#3695)
  Env parsing for primitive types (#3706)
  Autocompact + One Shot Summarization algorithm (#3559)
zanesq added a commit that referenced this pull request Aug 1, 2025
…ipe-chat-via-deeplink

* 'main' of github.com:block/goose:
  Ensure more client (#3787)
  fix(ui): extension command text overflow (#3785)
  No tool role means we should not collapse messages (#3778)
  fix: bundle workflows (#3780)
  Update goose hints (#3758)
  integrate MCP UI (#2948)
  Fix claude model names (#3765)
  fix: don't return full shell output when very large (#3750)
  fix: cli tool logging (#3749)
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.

3 participants