v0.1.15
What's Changed
- feat: add per-agent timeout_seconds for hard wall-clock timeouts (#82) by @brrusino in #150
- chore(deps): Bump python-multipart from 0.0.26 to 0.0.27 by @dependabot[bot] in #170
- fix(windows): make upgrade reliable; install script becomes the single upgrade path by @jrob5756 in #171
- fix(windows): strip UTF-8 BOM from install.ps1 by @jrob5756 in #178
- fix(windows): use OpenProcess for liveness check in pid.py (#166) by @jrob5756 in #176
- test(install): make rename-fallback test exercise the actual fallback (#174) by @jrob5756 in #177
- feat(instructions): polymorphic conventions + auto-discover .github/instructions/ with applyTo filtering by @franklixuefei in #169
- fix(executor): render system_prompt and pass it to providers by @Shazwazza in #179
- chore: normalize line endings on test_context_window_events.py by @jrob5756 in #183
- chore: bump version to 0.1.15 by @jrob5756 in #182
- fix(ci): exclude performance tests from release workflow by @jrob5756 in #184
New Contributors
- @franklixuefei made their first contribution in #169
Full Changelog: v0.1.14...v0.1.15