23 Commits

Author SHA1 Message Date
Kazuhiro Sera 727e729f21 docs: document v0.22.0 behavior changes (#4522) 2026-08-19 22:45:45 +09:00
Kazuhiro Sera 55bb0b19de docs: updates for v0.21.0 release (#4381) 2026-08-15 11:56:28 +09:00
Kazuhiro Sera 80e1baaefd docs: synchronize v0.20.0 features (#4280) 2026-08-11 12:13:38 +09:00
Kazuhiro Sera f5d20e5e2f docs: improve translation source clarity (#4306) 2026-08-08 22:44:19 +09:00
Kazuhiro Sera f1becff0b8 docs: update missing info 2026-07-28 15:33:07 +09:00
Kazuhiro Sera ac1206294c docs: updates for 0.19.0 (#3872) 2026-07-28 07:51:20 +09:00
Kazuhiro Sera 078a28f11e docs: updates for v0.18.0 (#3741) 2026-07-07 15:05:03 +09:00
Kazuhiro Sera e3746c52d9 docs: updates for v0.17.0 (#3188) 2026-05-08 17:10:34 +09:00
Kazuhiro Sera 1683357483 docs: add 0.16.0 changelog (#3153) 2026-05-07 09:29:51 +09:00
Kazuhiro Sera 48d7e9cae7 docs: add 0.15 changelog (#3058) 2026-05-01 15:45:49 +09:00
Kazuhiro Sera 5086b2490e docs: sync sandbox translations and set doc translation default model to gpt-5.4 (#2904) 2026-04-15 21:43:55 +00:00
Kazuhiro Sera 6fc73a4f65 docs: add 0.13 changelog (#2744) 2026-03-23 21:01:57 +09:00
Kazuhiro Sera 615430a87b docs: update changelog 2026-03-12 17:57:41 +09:00
Kazuhiro Sera ac8fc9d731 docs: add responses websocket support (#2533) 2026-02-24 08:23:14 +09:00
Kazuhiro Sera 87d1023eba docs: update 0.9.0 changes 2026-02-13 18:02:44 -08:00
Kazuhiro Sera 0110b39bd0 docs: updates for 0.9.0 release (#2481) 2026-02-13 14:34:52 -08:00
Kazuhiro Sera 9f0b4bb16f docs: v0.8.0 changes (#2405) 2026-02-05 11:51:41 +09:00
James Hills a776d809d3 Nest handoff history by default (#1996)
## Summary
- add a `nest_handoff_history` flag to `RunConfig` and call a new helper
that condenses the prior transcript into a developer-role summary when
handing off
- update the default handoff path, docs, and helper library so that the
developer summary is produced automatically unless a custom filter
overrides it
- expand the handoff-focused tests to cover the new behavior (including
helper unit tests) and update existing expectations

## Testing
- `uv run pytest tests/test_extension_filters.py`
- `uv run pytest tests/test_agent_runner.py -k handoff`
- `uv run pytest tests/test_agent_runner_streamed.py -k handoff`


------
https://chatgpt.com/codex/tasks/task_i_68ff73bda0f4832496f3d1fa9103905f
2025-11-17 13:44:33 -08:00
Kazuhiro Sera d5151338dd docs: Update document pages for v0.5.0 release (#2019) 2025-11-05 14:30:07 +09:00
Kazuhiro Sera f78d0b5deb Add breaking change notes in docs (#1894) 2025-10-18 08:22:54 +09:00
Rohan Mehta 8fdbe09387 v0.2.0 (#1120) 2025-07-15 11:48:54 -04:00
Rohan Mehta 18cb55e4c4 v0.1.0 (#963)
There's a small breaking change so incrementing the minor version
number.
2025-06-27 16:56:19 -04:00
Rohan Mehta 5c7c678aef Add release documentation (#814)
## Summary
- describe semantic versioning and release steps
- add release page to documentation nav

## Testing
- `make format`
- `make lint`
- `make mypy`
- `make tests`
- `make build-docs`


------
https://chatgpt.com/codex/tasks/task_i_68409d25afdc83218ad362d10c8a80a1
2025-06-04 16:57:19 -04:00