pullrequests Search Results · language:Dune language:Python language:JavaScript language:C# language:Ruby is:unmerged
Filter by
77.4M results
Resumo
-
Verificação
- [ ] Testes relevantes rodados
- [ ] Impacto em runtime considerado
- [ ] Variáveis de ambiente/documentação atualizadas, se aplicável
Observações
-
Summary
- Treat short no-tool stop responses with no natural ending as retryable dflash stalls.
- Keep completion declarations and tiny status answers out of the retry path.
- Add regression coverage ...
Summary
- add ErrorCode enum for gateway failure taxonomy
- strengthen retry logic with retry_after parsing + bounded exponential backoff with jitter
- normalize gateway failure reasons and add ...
Summary
This PR hardens the account-grouped scheduled AI report operations path before the frontend/product prototype work
starts.
Changes include:
- Adds sanitized Cloud Run / Cloud Scheduler status ...
Closes #967.
Users currently have to import the private `_Geometry` base class to type-hint geometry objects:
```python from mikeio.spatial._geometry import _Geometry ```
That s fragile — it pierces ...
Proposed change
Step 3 of the domain/ reorganization plan. Moves the three modules that own LCM s runtime behavior into domain/:
| Before | After |
| --- | --- |
| coordinator.py | domain/coordinator.py ...
code-quality
python
Summary
- add an o shortcut for a browser navigation palette overlay
- search open tabs, bookmarks, recent history, and extension commands through a guarded background API
- add palette execution ...
Summary
- Adds AzureTtsService (Microsoft.CognitiveServices.Speech 1.50.0) — neural voices, ~500k free chars/month, falls back
to MAUI OS TTS on any failure
- Adds ElevenLabsTtsService (ElevenLabs ...
Proposed Changes
Type of Change
- [ ] 🚨 Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ...
Summary
- preserve transcript scroll during same-session CLI/gateway import refreshes
- sync active session metadata when accepting the refreshed transcript
- add regression coverage for the CLI ...