Commit 4f5d0e5
Add Crashlytics agent evals (#9516)
* Add agent evals for Crashlytics MCP workflows
* Update agent-evals to be a commonjs library
* Spoof package.json for firebase-tools attempts to get the package name
* Add functionality to remember information artificially, and add additional test coverage across supported platforms
* Responding to code review comments.
* Use readonly constructor argument rather than explicit property
* Updating test expectation to better match current behavior
* Rename renderTemplate to hydrateTemplate, add jsdoc for expectMemory in gemini cli
---------
Co-authored-by: samedson <[email protected]>1 parent d64023c commit 4f5d0e5
File tree
47 files changed
+3575
-561
lines changed- scripts/agent-evals
- src
- helpers
- mock
- mocks
- runner
- template
- tests
- core
- crashlytics
- templates
- crashlytics-android
- app
- src/main
- java/com/example/crashlytics
- res
- layout
- values
- crashlytics-flutter
- lib
- crashlytics-ios
- IOSExampleApp.xcodeproj
- IOSExampleApp
- Base.lproj
- src/mcp/tools/core
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+3575
-561
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments