chore: push random changes ive had#1070
Open
sicoyle wants to merge 2 commits into
Open
Conversation
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository housekeeping files by adjusting ignore patterns in the root .gitignore and updating the dapr-ext-strands contributor/architecture notes in AGENTS.md to reflect current dependencies.
Changes:
- Update
ext/dapr-ext-strands/AGENTS.mdto removestrands-agents-toolsfrom the documented dependencies. - Add additional ignore patterns for Python build/cache artifacts and virtual environments to
.gitignore.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ext/dapr-ext-strands/AGENTS.md |
Updates dependency documentation for the Strands extension (and touches the documented source layout). |
.gitignore |
Adds ignore rules for egg-info and common Python cache/venv directories. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1070 +/- ##
==========================================
- Coverage 86.63% 82.66% -3.97%
==========================================
Files 84 146 +62
Lines 4473 14693 +10220
==========================================
+ Hits 3875 12146 +8271
- Misses 598 2547 +1949 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sam <sam@diagrid.io>
seherv
approved these changes
Jun 1, 2026
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.
Description
clearing some local changes i had on gitignore and agents.md files
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: