Commit Graph

1634 Commits

Author SHA1 Message Date
Kazuhiro Sera f706d65124 chore: adjust examples-auto-run skill 2026-06-24 07:27:57 +09:00
Yaohao Wu 2df8adcae7 fix: add hint to duplicated MCP server tool name error message (#3678) 2026-06-23 05:59:52 +00:00
Kazuhiro Sera 7192bc968a docs: add SDK maintainer references and review guidance (#3676) 2026-06-23 11:20:57 +09:00
MAV a9b7b7ef4a fix(realtime): prevent ambiguous multi-agent tool dispatch (#3441) 2026-06-22 22:34:44 +00:00
shize li 28d2a6c838 feat: add buffered Chat Completions tool-call streaming (#3506) 2026-06-22 07:12:44 +00:00
Timothy Asiimwe 3f6324c2d2 docs: fix OpenAI capitalization in auto-generated ref titles (#3646) 2026-06-22 13:54:05 +09:00
ByteWise f115dd6015 fix: reduce sandbox sink buffering and spool timeouts (#3642) 2026-06-22 13:18:11 +09:00
安妮的心动录 e605bd20a2 feat: expose configurable websocket max_size limit (#3645) 2026-06-22 13:14:54 +09:00
Yufeng He 9168c387eb fix: report effective Blaxel timeouts (#3643) 2026-06-22 13:11:20 +09:00
Michal Chudy 593331a0a6 fix: #3620 avoid stale object-id dedupe in server conversation tracker (#3621) 2026-06-22 12:53:47 +09:00
Rohit Rastogi 0bd3d1b865 fix(e2b): wake PTY output collection on process exit (#3610) 2026-06-22 12:48:24 +09:00
vidigoat 7328f790be fix(items): empty list/tuple tool output dropped via all([]) == True (#3554) 2026-06-22 12:15:54 +09:00
Andy Freeland ce4cc62d86 fix: remove dependency on types-requests (#3509) 2026-06-22 12:08:43 +09:00
Matthew.K 50c8b74c50 fix: gate remote-mount edit guidance by mode (#3423) 2026-06-22 02:36:18 +00:00
Matthew.K 4ebf880953 fix: validate ls special permission bits by position (#3420) 2026-06-22 02:30:48 +00:00
Aditya Singh b20cb7f897 fix(approvals): skip needs_approval_checker when status resolved in _collect_runs_by_approval (#3259) 2026-06-22 11:10:56 +09:00
Aditya Singh 9f93077a74 fix(run): cancel sibling guardrail tasks when one raises (#3239) 2026-06-22 11:07:06 +09:00
c 83e8a1b6e2 fix: #3348 make AdvancedSQLiteSession add_items atomic (#3349) 2026-06-22 10:44:55 +09:00
c 13ef230468 fix: #3346 clean up branch-only messages when deleting branches (#3347) 2026-06-22 10:42:00 +09:00
Kazuhiro Sera 869e869c70 docs: translate pages 2026-06-19 15:42:00 +09:00
Kazuhiro Sera 306d426930 docs: changes for #3487 feature addition (#3488) 2026-06-19 15:19:17 +09:00
Kazuhiro Sera f918c6a4f0 docs: #3461 changes for tool_not_found_behavior option (#3462) 2026-06-19 15:05:53 +09:00
github-actions[bot] 510b7de2ce Release 0.17.6 (#3659) v0.17.6 2026-06-19 15:02:31 +09:00
Mohammed Siddiq 09f0ed45e7 fix: enforce the documented strict JSON-compatible contract for #3486 (#3657) 2026-06-18 08:26:47 +00:00
Kazuhiro Sera 7fc489eb0d feat: add SDK-only custom data for tool outputs (#3486) 2026-06-18 12:38:28 +09:00
Kazuhiro Sera a4ba63f704 feat: add pre-approval tool input guardrails (#3487) 2026-06-18 12:38:15 +09:00
Kazuhiro Sera 288455911c fix: suppress handoff whitespace tool-name warnings (#3652) 2026-06-18 10:29:58 +09:00
Kazuhiro Sera 12e268c8e2 chore: improve pr-draft-summary skill trigger 2026-06-18 10:29:35 +09:00
Kazuhiro Sera c359c20647 docs: update translated pages 2026-06-13 15:16:25 +09:00
Kazuhiro Sera 131c3aef76 docs: tweak examples and senteneces 2026-06-13 15:16:05 +09:00
MUHAMMAD SALMAN HUSSAIN 1b0076dda0 fix(docs): fix typo in sandbox guide (#3628) 2026-06-13 08:26:45 +09:00
github-actions[bot] d8068d96a9 Release 0.17.5 (#3619) v0.17.5 2026-06-11 13:10:23 +09:00
MUHAMMAD SALMAN HUSSAIN 5a3028f37c docs: fix subject-verb agreement in agent loop description (#3605) 2026-06-09 23:16:32 +00:00
MUHAMMAD SALMAN HUSSAIN b855c76a56 docs: capitalization fix in tracing docs (#3602) 2026-06-09 23:14:40 +00:00
MUHAMMAD SALMAN HUSSAIN a4d17da8ae docs: improve code snippet in tools documentation (#3599) 2026-06-09 02:55:01 +00:00
MUHAMMAD SALMAN HUSSAIN 6927622331 docs: tweak in usage doc (#3597) 2026-06-09 02:53:25 +00:00
qiyaoq-oai 8eaa4b9872 fix: expose sandbox error retryability (#3581)
Context: https://github.com/temporalio/sdk-python/issues/1548

This pull request adds provider-neutral retryability metadata for
sandbox failures.

- Adds `SandboxError.retryable` with `True`, `False`, and `None` for
unknown classification.
- Propagates retryability through wrapped sandbox errors.
- Emits retryability in sandbox finish events and trace error payloads.
- Classifies clear terminal/transient cases across sandbox providers
without exposing provider internals to integrations.
- Adds focused tests for core error behavior, provider classifiers, and
observability.
2026-06-05 10:53:06 -07:00
Kazuhiro Sera 5121f302a5 docs: translate pages 2026-06-05 09:53:07 +09:00
William f4e5d96f9f docs: add Latitude to external tracing processors list (#3577) 2026-06-04 23:03:01 +00:00
John CSA b051a70393 test: add unit tests for _openai_retry helpers (#3544) 2026-06-04 07:38:26 +00:00
John CSA 0e9807b6c4 docs: fix two docstring grammar errors in tool.py (#3543) 2026-06-04 07:36:13 +00:00
John CSA bf0d025dc9 test: add unit tests for run_demo_loop streaming, EOF, and empty-input paths (#3542) 2026-06-04 07:32:26 +00:00
MUHAMMAD SALMAN HUSSAIN 9470af01ed docs: fix docstring typo in stdio params env description (#3557) 2026-06-04 07:19:52 +00:00
jdoughty04 9520a5c558 chore: bump Modal sandbox extra to 1.4.3 (#3538) 2026-06-04 16:17:58 +09:00
John CSA 464043a5e6 docs: add missing space in MCP params docstrings (#3535) 2026-05-31 05:07:48 +00:00
John CSA bd8b1b7541 fix: use tuple form for SpeechGroupSpanData __slots__ (#3534) 2026-05-31 05:07:10 +00:00
Kazuhiro Sera d87fec8589 docs: remove beta label from realtime agent docs 2026-05-30 08:10:04 +09:00
Alex Bevilacqua 9411cee8e2 docs: add MongoDB session example under examples/memory (#3036) 2026-05-28 09:37:00 +00:00
Kazuhiro Sera 921135630b fix: #3512 type tool-end hook results as object (#3518) 2026-05-28 17:57:33 +09:00
github-actions[bot] 6d5b888f6f Release 0.17.4 (#3505) v0.17.4 2026-05-26 17:53:21 +09:00