Loading...
Loading...
Create changelog files for important commits in a PR
npx skill4agent add pipecat-ai/pipecat changeloggit log main..HEAD --onelinechangelog/addedchangeddeprecatedremovedfixedsecurityperformanceother{PR_NUMBER}.added.md{PR_NUMBER}.added.2.md{PR_NUMBER}.added.3.md{PR_NUMBER}.changed.md{PR_NUMBER}.fixed.md{PR_NUMBER}.deprecated.md{PR_NUMBER}.removed.md{PR_NUMBER}.security.md{PR_NUMBER}.performance.md{PR_NUMBER}.other.md- - Turn completion instructions now persist correctly across full context updates when using `system_instruction`. Previously they were injected as a context system message, which caused warning spam and didn't survive context updates.- Fixed turn completion instructions being injected as a context system message instead of using `system_instruction`.changelog/3519.added.md- Added `SomeNewFeature` for doing something useful.changelog/3519.fixed.md- Fixed an issue where something was not working correctly in some user-visible scenario. The root cause was an internal implementation detail.