Add an example of an agent cog with multiple prompts#851
Merged
juniper-shopify merged 1 commit intomainfrom Mar 27, 2026
Merged
Conversation
This was referenced Mar 26, 2026
Contributor
Author
4516d66 to
f40fe07
Compare
5f4dfe6 to
1c4ffb5
Compare
1c4ffb5 to
2ce38b8
Compare
f40fe07 to
3e9c993
Compare
2ce38b8 to
b355fbf
Compare
2401004 to
d37f6ec
Compare
b355fbf to
2e0e832
Compare
mathiusj
approved these changes
Mar 26, 2026
| dump_raw_agent_messages_to "tmp/claude-messages2.log" | ||
| end | ||
| end | ||
|
|
Contributor
There was a problem hiding this comment.
is the 2 in the filename intentional or left over from dev?
| Session ID: 51c68f29-7210-4c12-852f-0c169f621488 | ||
| ((2 + 2) * 3) - 5 = 12 | ||
| STDOUT | ||
| assert_equal expected_stdout, logged_stdout |
Contributor
There was a problem hiding this comment.
this tripped me up at first — the math works out to 7 but integer! grabs the first number from the response which is 12. might be worth a quick comment so future readers don't think it's a bug?
Contributor
Author
There was a problem hiding this comment.
oh, no this is dumb. it should grab the last number maybe. I don't like this
dersam
requested changes
Mar 27, 2026
Contributor
dersam
left a comment
There was a problem hiding this comment.
There's a lot of MCP junk in the transcripts, can you pare that down?
d37f6ec to
171ba41
Compare
171ba41 to
3415945
Compare
dersam
approved these changes
Mar 27, 2026
Contributor
Author
Merge activity
|
3415945 to
947de52
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.