remove duplicate AutoPushOnComplete#173
Merged
sallyom merged 1 commit intoambient-code:mainfrom Oct 13, 2025
Merged
Conversation
eca14f5 to
747d9c1
Compare
commit 808a026 was lost in the refactor Signed-off-by: sallyom <somalley@redhat.com>
e3c2489 to
5811313
Compare
Contributor
Author
|
@cooktheryan @Gkrumbach07 |
Contributor
Author
|
merging this fix! |
sallyom
added a commit
that referenced
this pull request
Oct 15, 2025
@Gkrumbach07 with the rebase I had this defined in 2 places - it should _only_ be [here](https://github.com/ambient-code/vTeam/blob/main/components/backend/types/session.go#L74) - the duplicate was causing issues - I hope this fixes it, testing now. Signed-off-by: sallyom <somalley@redhat.com>
3 tasks
jeremyeder
added a commit
that referenced
this pull request
Apr 10, 2026
## Summary - Bump `next` 16.2.2 → 16.2.3 — fixes DoS via Server Components (alert #173) - Bump `aiohttp` ≥3.13.3 → ≥3.13.4 — fixes 9 CVEs: header injection, SSRF, DoS, credential leak, CRLF injection (alerts #149–158) - Bump `cryptography` 46.0.5 → 46.0.7 (transitive) — fixes buffer overflow (alert #172) - Bump `lupa` 2.6 → 2.7 (transitive) — fixes sandbox escape / RCE (alert #168) ### Remaining alerts (3) Alerts #144, #145, #146 (`fastmcp` 2.14.3 → 3.2.0) are **blocked on upstream**: `mcp-atlassian` 0.21.1 pins `fastmcp<2.15.0,>=2.13.0`. The CVEs affect fastmcp's OpenAPI provider and OAuth proxy — not in our code path, but the alerts will stay open until `mcp-atlassian` releases a version compatible with fastmcp 3.x. ## Test plan - [x] Frontend: 614 tests pass (`npx vitest run`) - [x] Runner: 543 tests pass (`uv run pytest tests/`) - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Bumped frontend and runtime dependency minimums to newer patch releases. * **Refactor** * Code formatting and parameter/layout reflows across several modules for readability. * **Tests** * Cleaned up and reformatted unit tests, removing unused imports and improving fixture readability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
@Gkrumbach07 with the rebase I had this defined in 2 places - it should only be here - the duplicate was causing issues - I hope this fixes it, testing now.