Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:PHP language:CSS language:JavaScript

Filter by

197M results  (2 s)

197M results

Publishes the signed Sparkle appcast entry for Verso 1.0.9 and updates the website download link to the notarized 1.0.9 DMG.

Summary Adds a feedback loop on which Instagram posts land, so headline/caption choices can be judged on real numbers rather than vibes. - New instagram_posts table — one row per published feed carousel ...

Summary Exclude /assets/, /avatars/, /models/, /images/ from the Vercel SPA fallback so missing hashed bundles return a 404 instead of HTML. Fixes the Expected a JavaScript-or-Wasm module script error ...

Summary Fresh installs shipped only the legacy CLI (tools/cli/: doctor/init/dashboard/update/uninstall) — the v1.0 product CLI (packages/cli/: feedback/forge/login/adapter/trail/pack/...) was never bundled, ...

Summary - make direct dynamic object toString/toLocaleString/valueOf calls reject missing or non-callable resolved methods - cover own overrides, detached Reflect.apply calls, non-callable own methods, ...

Closes #3 Changes Made - Added title, version, and description to FastAPI() instance - Defined Pydantic models (AnalysisResponse, Observation) for response schema - Documented /analyze endpoint ...

Summary 背压分析文档(§2.1)指出 max_pending_plans 配置存在但从未读取,Plan 在 planned→pending_approval→approved 态间无限积压。本计划新增 countQueuedPlans() 查询队列深度,在三处落地动态降级:generatePlan() 硬限拒绝新 Plan、processAutoApprovals() 水位高于 70% 时暂停自动审批、detectPipelineStall() ...

Summary - Fixed pThrottle in src/util.ts to use trailing-edge (last-call-wins) pattern - Added 3 tests in tests/pThrottle.test.ts to verify the fix - Fixes #9 Generated with Claude Code