Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:TypeScript

Filter by

227M results  (2 s)

227M results

💡 What: Implemented a zero-copy Base64 concatenation optimization for the audio generation route. 🎯 Why: Decoding Base64 PCM, adding a header, and re-encoding back to Base64 was a significant CPU bottleneck ...

Motivation - Normalize emotion storage by introducing a dedicated Emotion entity to avoid string fields on JournalEntry and ensure consistent emotion values across the app. - Move GigaChat analysis ...
codex

Summary - Extends population-floor restoration for starter mice/rabbits so the world can recover when living prey remain but no adult breeding pair is left. - Lets hungry carnivores scavenge safe ...

Bug and impact When schema migration failed during dexie.open(), the engine automatically called restorePreMigrationBackup(), which deletes the live IndexedDB before repopulating from the pre-migration ...

- Fix CLI version hardcoded 2.0.0-alpha.1 → dynamic from package.json - Fix --watch docs (was implemented but run subcommand said not yet ) - Add CHANGELOG.md with full project history - Add package.json ...

Vervangt #19. Clean cherry-pick op main.

Summary - append existing user bin directories (~/.local/bin, ~/bin, ~/.bun/bin) to local terminal subprocess PATHs - preserve system-command precedence by appending instead of prepending - include ...

This PR implements several security hardening measures for the /api/generate-audio endpoint: 1. Credential Protection: The Gemini API key is now passed via the x-goog-api-key header instead of a URL ...