Skip to content

Conversation

s-zx
Copy link
Contributor

@s-zx s-zx commented Sep 30, 2025

Description

Bring findings / hypotheses into chatbot context on investigation page

Issues Resolved

Check List

  • New functionality includes testing.
  • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
  • New functionality has javadoc added
  • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@s-zx s-zx changed the base branch from main to hypothesis-investigtion September 30, 2025 03:45
@s-zx s-zx marked this pull request as ready for review September 30, 2025 03:45
s-zx added 4 commits October 9, 2025 13:50
Signed-off-by: Zhenxing Shen <[email protected]>
Signed-off-by: Zhenxing Shen <[email protected]>
@s-zx s-zx force-pushed the invetigation-context branch from a8fe2f7 to 4a70785 Compare October 9, 2025 05:52
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.22%. Comparing base (d713da8) to head (9b5c58b).

Files with missing lines Patch % Lines
...ublic/components/notebooks/components/notebook.tsx 51.61% 15 Missing ⚠️
...c/components/notebooks/components/summary_card.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                     Coverage Diff                     @@
##           hypothesis-investigtion     #145      +/-   ##
===========================================================
- Coverage                    58.34%   58.22%   -0.12%     
===========================================================
  Files                           68       68              
  Lines                         2194     2224      +30     
  Branches                       538      541       +3     
===========================================================
+ Hits                          1280     1295      +15     
- Misses                         912      927      +15     
  Partials                         2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Zhenxing Shen <[email protected]>
contextContent: hypothesesContext + '\n' + findingsContext,
};

setContextData(data);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add a changed flag to avoid updating context data if deps modified.

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