pullrequests Search Results · language:Dune language:TypeScript language:JavaScript
Filter by
174M results
This PR contains the following updates:
| Package | Update | Change |
| --- | --- | --- |
| coder/code-server | patch | 4.122.0 → 4.122.1 |
Release Notes
details summary coder/code-server (coder/code-server) ...
auto-approve
dependencies
What why
Implements the missing backend regeneration piece of Autopilot on-demand regeneration. After a community user
completes/clears all their active Autopilot recommendations, Autopilot now immediately ...
What this adds
A public, unauthenticated customer-facing version of the visualiser at /design — a lead-gen front door to push aperture
projecting signs. Customers build a sign and send it straight to ...
Closes #4
Changes Made
- Installed python-dotenv
- Replaced hardcoded os.environ[ KMP_DUPLICATE_LIB_OK ] with load_dotenv()
- Created .env.example file as a safe public template
Result
Config ...
discover.ts:64 reads validatedInput.force_refresh, but DiscoverInputSchema omitted the field, so tsc failed (TS2339) and
npm run build / npm start were broken from a clean checkout. Adds force_refresh: ...
Summary
- Aligns code identifiers with the Explore tab (renamed from Activity at the UI level): activity.jsx → explore.jsx,
Activity → Explore, ActivityMapContextMenu → ExploreMapContextMenu, skeleton ...
Summary
read_file and write_file accepted any path the agent supplied and only os.path.expanduser-ed it before opening.
Admin-only today, but the path the agent hands over is still model-supplied — a ...
Summary
- Add browser-local provider key persistence in localStorage.
- Thread saved GUI keys through metadata and speech API helpers with X-Voice-Provider-Key.
- Add the Provider Keys panel with ...