feat(api): add sandbox info endpoint for Agent App conversations#38390
Merged
Conversation
Contributor
Pyrefly Diffbase → PR--- /tmp/pyrefly_base.txt 2026-07-03 09:29:28.710724227 +0000
+++ /tmp/pyrefly_pr.txt 2026-07-03 09:29:20.054657448 +0000
@@ -7044,13 +7044,13 @@
ERROR Argument `_FakeWriteSession` is not assignable to parameter `session` with type `scoped_session[Unknown]` in function `services.agent_app_feature_service.AgentAppFeatureConfigService.update_features` [bad-argument-type]
--> tests/unit_tests/services/test_agent_app_feature_service.py:102:21
ERROR Object of class `FromClause` has no attribute `create` [missing-attribute]
- --> tests/unit_tests/services/test_agent_app_sandbox_service.py:151:5
+ --> tests/unit_tests/services/test_agent_app_sandbox_service.py:166:5
ERROR Object of class `FromClause` has no attribute `drop` [missing-attribute]
- --> tests/unit_tests/services/test_agent_app_sandbox_service.py:156:5
+ --> tests/unit_tests/services/test_agent_app_sandbox_service.py:171:5
ERROR Object of class `object` has no attribute `session_snapshot` [missing-attribute]
- --> tests/unit_tests/services/test_agent_app_sandbox_service.py:244:12
+ --> tests/unit_tests/services/test_agent_app_sandbox_service.py:259:12
ERROR Object of class `object` has no attribute `session_snapshot` [missing-attribute]
- --> tests/unit_tests/services/test_agent_app_sandbox_service.py:277:12
+ --> tests/unit_tests/services/test_agent_app_sandbox_service.py:292:12
ERROR Argument `SimpleNamespace` is not assignable to parameter `version` with type `AgentConfigDraft | AgentConfigSnapshot` in function `services.agent_config_service.AgentConfigTarget.__init__` [bad-argument-type]
--> tests/unit_tests/services/test_agent_config_service.py:69:17
ERROR Object of class `FromClause` has no attribute `create` [missing-attribute]
|
Contributor
Pyrefly Type Coverage
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #38390 +/- ##
==========================================
- Coverage 85.29% 85.29% -0.01%
==========================================
Files 4992 4993 +1
Lines 264162 264263 +101
Branches 50126 50136 +10
==========================================
+ Hits 225309 225394 +85
- Misses 34434 34448 +14
- Partials 4419 4421 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
iamjoel
approved these changes
Jul 3, 2026
linw1995
added a commit
that referenced
this pull request
Jul 3, 2026
) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> (cherry picked from commit 5e17af4)
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.
Important
Fixes #<issue number>.Summary
Screenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods