diff --git a/.pi/prompts/is.md b/.pi/prompts/is.md index f57561f6..28053dfe 100644 --- a/.pi/prompts/is.md +++ b/.pi/prompts/is.md @@ -6,14 +6,16 @@ Analyze GitHub issue(s): $ARGUMENTS For each issue: 1. Read the issue in full, including all comments and linked issues/PRs. +2. Do not trust analysis written in the issue. Independently verify behavior and derive your own analysis from the code and execution path. -2. **For bugs**: +3. **For bugs**: - Ignore any root cause analysis in the issue (likely wrong) - Read all related code files in full (no truncation) - Trace the code path and identify the actual root cause - Propose a fix -3. **For feature requests**: +4. **For feature requests**: + - Do not trust implementation proposals in the issue without verification - Read all related code files in full (no truncation) - Propose the most concise implementation approach - List affected files and changes needed diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 97529b72..1ea81f45 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -10,6 +10,8 @@ - Set OpenAI Responses API requests to `store: false` by default to avoid server-side history logging ([#1308](https://github.com/badlogic/pi-mono/issues/1308)) - Re-exported TypeBox `Type`, `Static`, and `TSchema` from `@mariozechner/pi-ai` to match documentation and avoid duplicate TypeBox type identity issues in pnpm setups ([#1338](https://github.com/badlogic/pi-mono/issues/1338)) +- Fixed Bedrock adaptive thinking handling for Claude Opus 4.6 with interleaved thinking beta responses ([#1323](https://github.com/badlogic/pi-mono/pull/1323) by [@markusylisiurunen](https://github.com/markusylisiurunen)) +- Fixed `AWS_BEDROCK_SKIP_AUTH` environment detection to avoid `process` access in non-Node.js environments ## [0.52.6] - 2026-02-05