feat: agentstudio add feature tool approval, event deltas, session resources,security - #192
Merged
Conversation
…eads, security, message accessors - P0: tool_approval_request/response (replaces tool_confirmation), StopReason pending_batch_id/pending_call_ids, PermissionPolicy, SessionStatus rescheduled/deleted, types[] query fix, error/pending accessors, status-based error mapping (no approval code enumeration) - P1: event_deltas streaming (event_start/event_delta/text_deltas), SessionResources (add/retrieve/list/delete), SessionThreads (list/retrieve/archive/events.list), Security (overview/list_agent_logs) - P2: Message data accessors (model_request_end/outcome_evaluation/ thread_status/thread_created/session_updated/thread_message_routing) Co-Authored-By: Claude Code <noreply@anthropic.com>
foleydang
force-pushed
the
dev/agent-delta-feat
branch
from
September 10, 2026 05:49
0aadfa9 to
a26b2e6
Compare
- session_events.py: 4 stop-set tuples referenced deleted SessionStatus.RESCHEDULING, causing AttributeError on every stream's normal end (session_status: idle) - Extracted _TERMINAL_STATUSES tuple (DRY: sync+async text_stream/text_deltas) - Added from_raw_events classmethod for testing without private member access - Added test_text_stream_stops_on_session_status_idle regression test Co-Authored-By: Claude Code <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.
Description
Related Issue: Fixes #[issue_number] or Relates to #[issue_number] None
Security Considerations: [Check if API keys or sensitive credentials are exposed in code/logs] Security
Type of Change
Component(s) Affected
Checklist
Testing
[How to test these changes]
Additional Notes
[Optional: any other context]