🐞 Bug Fixes
- Report invalid skill entries in debug mode - by @johannschopplich (9a7df)
- Apply skills to every generation run and match tokens only on a boundary - by @johannschopplich (d332f)
- Report page references the run could not read - by @johannschopplich (17ad2)
- Report invalid prompt templates and duplicate skill ids in debug mode - by @johannschopplich (94f4c)
- Report the config key of a rejected skill or prompt template - by @johannschopplich (5716f)
- Report stream failures instead of announcing success - by @johannschopplich (741bb)
- Report a stream failure that never becomes an AI SDK error - by @johannschopplich (f2d4a)
- Throw stream failures into the stream and the output promise - by @johannschopplich (f0b5e)
- Dismiss a failed inline completion instead of offering the truncated text - by @johannschopplich (35c7e)
- Keep a superseded completion from clearing the active abort controller - by @johannschopplich (af3f9)
- Ask for an inline completion only where the user typed - by @johannschopplich (da9cc)
- Hold off inline completions for a while after one fails - by @johannschopplich (7d2d3)
- Keep a failed run from opening the AI SDK's error dialog - by @johannschopplich (ca648)
- Turn off AI SDK telemetry, which has no sink in the Panel - by @johannschopplich (0fb64)
- Leave Mod-, unhandled when inline completions are off - by @johannschopplich (ba98a)
- Keep the completion shortcut working while automatic ones are off - by @johannschopplich (485d1)
- Disable AI SDK telemetry at the seam instead of patching the SDK - by @johannschopplich (6442d)