pullrequests Search Results · language:Dune language:Python language:TypeScript language:Python language:Java language:Python
Filter by
22.5M results
Introduce user authentication and session support plus UI components and DB schema changes. Adds API routes for login,
register, logout and me; lib/auth implements password hashing, verification and cookie-backed ...
Bumps pinned action versions across .github/workflows/*.yml:
- actions/checkout@v4 → @v5
- actions/setup-python@v5 → @v6
- actions/upload-artifact@v4 → @v5
Mechanical change via sed; no logic edits. ...
Release v1.122.0-coderm.0.18.1
Changes
- refactor: remove Pylance vsda stub workaround and block extension (#182)
Version Update
1.122.0-coderm.0.18.0 → 1.122.0-coderm.0.18.1
⚠️ GitHub Release作成・タグプッシュはCI/CDパイプラインが自動実行します(手動操作不要) ...
infrastructure
Summary
Automated code improvements generated by Pagespeedify Agent.
Task ID: 29bcdb2e-5fe5-44e4-b2f7-85189df72c52
Plan Provenance
- Trace: B1P1Sfinal
- Plan: v1
- Batch: batch_1
- Cycle: 1 ...
Automated sync of public OpenAPI specs.
Source commit: vellum-ai/vellum-assistant-platform@c70e116782b3c30b6e78cdfa49c75561ca8808cd Workflow run:
https://github.com/vellum-ai/vellum-assistant-platform/actions/runs/26766584270 ...
Follow-ups to #127 (mobile v2 claim page), all from Tom s review:
1. Real Richard logo — the floating Richard FAB now renders RichardIcon (the pink/green mascot, same as the launcher)
instead of ...
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
publish to npm yourself or setup this action to publish automatically. If you re not ...
Reorders each project row on the Portfolio overview so the trend sparkline leads the row, making it the first thing
scanned per project.
- Moves the project-row-chart block to the first DOM position ...
Summary
- clearHistory(variantId) added to src/history.ts — writes [] to the history file
- DELETE /history/:variantId endpoint in src/server.ts — validates the variant id exists, then calls clearHistory ...