pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:Python language:JavaScript
Filter by
212M results
Fixes #3
This pull request updates environment configuration files and documentation to introduce a new MIN_CHUNK_SIZE parameter
for chunk merging, clarify vector store backend options (especially for ...
- Rename all souffleur.ai brand references to souffleur.co; rename Souffleur.ai/ dir
- Add web/.env.example documenting all vars and their Vercel env scope
- Derive base URL from VERCEL_URL on Preview/local ...
What
Adds the Mac half of Mac‑initiated push: a small speak / express / gesture capability so an agent running on this Mac
can, on its own initiative (no human turn), make the Stack‑chan robot say arbitrary ...
What
Added common missing dev dependencies.
Why
CI fails due to missing packages (dependency_drift).
Summary
- Remove the advanced CodeQL workflow.
- Keep code scanning covered by GitHub CodeQL default setup.
- Fix the master branch CodeQL failure caused by uploading SARIF from an advanced configuration ...
Close issue : #142
Description
Added a professional brand logo for Quick Plate to improve branding and visual identity.
Changes Made
- Added a new Quick Plate brand logo.
- Replaced the existing ...
Automated test pull request
Automated test pull request
Tested with Node.JS Version 20
What
Added afterEach(() = nock.cleanAll()) to clean up HTTP interceptors between tests.
Why
CI fails because nock interceptors from one test bleed into subsequent tests.