2164 Commits

Author SHA1 Message Date
Kazuhiro Sera 7f7a44f8dc docs: updated heading anchors in translated pages 2026-08-22 22:27:36 +09:00
Sylvester Kaczmarek 3e6715573d fix(mcp): clear active MCP servers after cleanup (#4586) 2026-08-22 22:20:26 +09:00
Kazuhiro Sera 5b8f6c7174 fix: freeze the public voice API contract (#4578) 2026-08-22 18:08:27 +09:00
Kazuhiro Sera 5f6a733284 chore: update review skill details 2026-08-22 17:39:41 +09:00
saime428 60c2c4120e docs: preserve English heading anchors in translated pages (#4580) 2026-08-22 04:52:33 +00:00
Kazuhiro Sera 904bc6988f test: stabilize release integration tests 2026-08-22 09:57:19 +09:00
Kazuhiro Sera 4ccc32e374 test: update auto-run list 2026-08-22 09:57:12 +09:00
Kazuhiro Sera d22234480f fix(voice): honor client config for streamed STT (#4575)
Co-authored-by: Sylvester Kaczmarek <16242628+sylvesterkaczmarek@users.noreply.github.com>
2026-08-22 08:32:57 +09:00
Kazuhiro Sera 119ad2a492 fix(voice): forward streamed STT language and prompt (#4574)
Co-authored-by: Sylvester Kaczmarek <16242628+sylvesterkaczmarek@users.noreply.github.com>
2026-08-21 23:31:11 +00:00
Sean 4c2810c11c feat(sandbox): allow labels on Docker sandbox containers (#4564) 2026-08-22 07:53:52 +09:00
Kazuhiro Sera 707457064e chore: refine repo skills 2026-08-21 14:13:58 +09:00
Kazuhiro Sera 077ec65edc chore: clarify edge-case policies 2026-08-21 14:06:20 +09:00
Henry Su 17ba331bb0 fix(extensions): nest extra_body on the any-llm chat path (#4544) 2026-08-21 05:55:48 +09:00
Henry Su 1b7eb28f25 fix(core): fail closed on empty tool arguments (#4545) 2026-08-21 05:55:29 +09:00
Sylvester Kaczmarek f73e747530 fix(voice): support custom OpenAI TTS voice IDs (#4541) 2026-08-20 11:36:45 +00:00
Weike Zhang e26a7d8aed fix(chat-completions): raise ModelBehaviorError on truncated empty completions (#4513) 2026-08-20 07:49:29 +00:00
Henry Su eb3a5d5b5d fix(mcp): deep-copy cached tools before returning them (#4525) 2026-08-20 06:13:32 +00:00
Sylvester Kaczmarek 502bccddd3 fix(tracing): flush buffered data after tracing is disabled (#4528) 2026-08-20 06:12:09 +00:00
Kazuhiro Sera 75d6a6f142 chore: update review policies for runtimne validation code changes 2026-08-20 14:42:43 +09:00
Kazuhiro Sera 2af94722d9 fix: keep checkout line endings LF 2026-08-20 12:04:27 +09:00
Sylvester Kaczmarek 9fd6c81c59 fix(voice): include current OpenAI TTS voices (#4535) 2026-08-20 02:55:56 +00:00
green3sf bfb981d63e fix(core/voice): honor OpenAI provider options over default clients (#4530) 2026-08-20 02:55:37 +00:00
Sylvester Kaczmarek 7e55afc950 fix(voice) reject ignored explicit-client options (#4527) 2026-08-20 06:01:14 +09:00
Kazuhiro Sera 3e0dc82ebd docs: update translated pages 2026-08-19 23:41:38 +09:00
zhewen tan fe34ba3aa9 fix(visualization): preserve nodes with duplicate names (#4512) 2026-08-19 23:07:35 +09:00
green3sf 629f9b56a5 fix(core): detach aggregated request usage entries (#4519) 2026-08-19 22:55:32 +09:00
Chair403 aee76c8e97 docs: fix wording in handoff example prompts (#4520) 2026-08-19 13:53:11 +00:00
Kazuhiro Sera 727e729f21 docs: document v0.22.0 behavior changes (#4522) 2026-08-19 22:45:45 +09:00
Kazuhiro Sera 4df9ecfae1 release: 0.22.0 (#4523) v0.22.0 2026-08-19 22:41:43 +09:00
Chirag Gupta fb8fa1ba5c fix(core): isolate usage between RunState checkpoints (#4479) 2026-08-19 17:50:31 +09:00
Henry Su 9432f7ed30 fix(visualization): expand handoff() targets in agent graphs (#4517) 2026-08-19 17:41:33 +09:00
Weike Zhang 0486792662 fix(core/extensions): reject terminal failed/incomplete responses in non-streaming get_response (#4516) 2026-08-19 17:40:49 +09:00
teachershuang 36dbc36857 docs: add testing resources to llms indexes (#4509) 2026-08-19 15:41:56 +09:00
Kazuhiro Sera ed644fc7c3 fix(core): redact blocked tool outputs from replay state (#4507) 2026-08-19 15:39:24 +09:00
Kazuhiro Sera 2c5560339c test: make stream event ordering deterministic 2026-08-19 07:31:35 +09:00
Kazuhiro Sera 21a1f9b4e6 fix: avoid Windows integration bootstrap crashes 2026-08-19 07:16:06 +09:00
Kazuhiro Sera 32e452671c ci: change windows ci configuration for stability 2026-08-19 06:57:46 +09:00
Kazuhiro Sera ebb746dc00 fix: keep Codex verification for development sandboxed (#4508) 2026-08-18 11:46:40 +00:00
Kazuhiro Sera 82e3571fc5 refactor: move workflow execution out of repository skills 2026-08-18 19:47:43 +09:00
Kazuhiro Sera 9648a401a0 fix: make runtime probe approval explicit in skills 2026-08-18 16:04:39 +09:00
Kazuhiro Sera 1a4cfa20a3 fix: harden agent workflow validation 2026-08-18 08:06:42 +09:00
Sylvester Kaczmarek c5f6a71ea9 fix(tracing): clean up processors after tracing is disabled (#4502) 2026-08-18 06:48:35 +09:00
Kazuhiro Sera e5831826fd fix(sandbox): enforce Windows mypy compatibility (#4499)
Co-authored-by: rome-xi <rome-xi@users.noreply.github.com>
2026-08-17 21:37:51 +00:00
Sylvester Kaczmarek 62f02e3333 fix(tracing): respect model-data logging redaction for record_model_error_on_span (#4496) 2026-08-18 06:20:08 +09:00
Sylvester Kaczmarek a77d37e6bc fix(core): reject ignored explicit-client options for OpenAIProvider (#4497) 2026-08-18 06:18:47 +09:00
Sylvester Kaczmarek 057ab1019a fix(core): preserve Griffe logger inheritance (#4494) 2026-08-18 06:08:50 +09:00
abhijeet sharma f5491c5cbb docs: correct Agent.clone list attribute semantics (#4474) 2026-08-18 05:43:47 +09:00
ErenAta16 9ecfdfa498 test: use sys.executable instead of tee in tests (#4478) 2026-08-18 05:39:21 +09:00
Kazuhiro Sera d40f5d9832 ci: align Python version coverage (#4475) 2026-08-17 17:56:36 +09:00
li2631026381-alt 37a7aa20ce fix(sandbox): require apply_patch update hunks (#4470) 2026-08-17 13:53:50 +09:00