Update name in Wrangler configuration file to match deployed Worker - #1
Open
cloudflare-workers-and-pages[bot] wants to merge 20 commits into
Open
Update name in Wrangler configuration file to match deployed Worker#1cloudflare-workers-and-pages[bot] wants to merge 20 commits into
cloudflare-workers-and-pages[bot] wants to merge 20 commits into
Conversation
Core Changes: - Simplified image generation to 2 clear paths (SiliconFlow + MCP) - Added separate MCP Tools panel in Model Manager with tab navigation - Implemented conference module system (ISMRM, RSNA, JACC, ER) - Added notification service for user feedback - Created database fallback service for offline/online sync Documentation: - Rewrote README.md for user-friendliness - Updated .gitignore to exclude development docs - Added comprehensive user guides: * IMAGE_GENERATION_ARCHITECTURE.md * IMAGE_GENERATION_FLOW.md * MCP_TOOLS_GUIDE.md * MODEL_CONFIGURATION_GUIDE.md * QUICK_REFERENCE.md * QUICK_START_IMAGE_GENERATION.md * SAFE_GIT_PUSH_GUIDE.md Components: - Enhanced ModelManager with MCP tools configuration - Added SupabaseMCPConfig component - Added NotificationDisplay component - Added ImageGenerationTest component - Updated conference panels (RSNA, JACC) Services: - Refactored lib/llm/openai.ts for cleaner image generation - Added conference registry and router - Implemented base conference module pattern Removed: - IMAGEN_INTEGRATION_GUIDE.md (replaced by new docs)
… files - Add PUSH_SUCCESS_SUMMARY.md to ignored files - Add SAFE_GIT_PUSH_GUIDE.md to ignored files - Maintain clean repository by excluding specific documentation files from version control
…signature - Refactor `generateFinalAbstract` to support both old and new function signatures - Add backward compatibility for existing method calls - Create internal `generateFinalAbstractFull` method for core implementation - Automatically generate impact and synopsis when not provided - Add placeholder `testImageGeneration` method for future image generation support - Improve type handling and parameter flexibility
…signature - Refactor `generateFinalAbstract` to support multiple input scenarios - Add overloaded function with optional impact, synopsis, and API key parameters - Rename original implementation to `generateFinalAbstractFull` - Implement automatic impact and synopsis generation when not provided - Preserve existing function signature and behavior - Improve function flexibility for different abstract generation workflows
- Refactor generateImpactSynopsis to use provider-specific methods - Remove dependency on generateFinalAbstract for impact and synopsis generation - Simplify method by directly calling provider-specific synopsis generation - Commented out previous implementation for reference - Maintain consistent error handling and logging
- Improve error type handling and null checks in withRetry function - Add more robust error logging and jitter calculation - Optimize network and rate limit error detection functions - Enhance error tracking and prevent potential undefined scenarios - Simplify error message extraction and type checking - Add additional error handling safeguards in retry mechanism
…component - Update ImageGenerationTest component to use new testImageGeneration method - Modify test result structure to provide more detailed feedback - Improve type safety in Tooltip component with explicit type annotations - Remove unnecessary dist assets and clean up build artifacts - Refactor image generation test to simplify test setup and error handling
- Create initial wrangler.jsonc configuration file - Set project name as "sci-necromancer" - Define compatibility date for future deployment - Specify asset directory as "./dist" - Prepare configuration for Cloudflare Workers deployment
✅ Deploy Preview for sci-evil ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Author
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
sci-evil | 0694ff5 | Commit Preview URL Branch Preview URL |
Nov 01 2025, 04:51 PM |
- Add 🧙♂️ emoji next to main title 'SCI邪修' - Create CoffeeBadge component with hover-to-show QR code functionality - Add coffee icon to SvgIcon component - Integrate WeChat QR code donation feature with fade-in animation - QR code appears on hover and disappears on mouse leave
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
from
October 29, 2025 20:19
41c0a67 to
1f7c1dd
Compare
- Increase QR code from 48x48 to 64x64 (w-48 h-48 to w-64 h-64) - Increase padding from p-3 to p-4 - Enhance text styling with larger font (text-xs to text-sm) and font-medium - Make donation text more prominent for easier user visibility
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
from
October 29, 2025 20:24
1f7c1dd to
1f2bc66
Compare
- Increase QR code from w-64 h-64 to w-80 h-80 (256px to 320px) - Increase padding from p-4 to p-6 for wider popup frame - Increase border thickness from border-2 to border-4 - Enhance text from text-sm to text-lg with font-semibold - Make QR code much more scannable and prominent
- Increase QR code to w-96 h-96 (384px × 384px) - maximum practical size - Increase padding from p-6 to p-8 for much wider popup frame - Enhance text to text-xl with font-bold for better visibility - QR code is now clearly visible and easily recognizable by users
- Remove white background frame and padding that constrained QR code - Remove redundant text label (image already has embedded text) - Display QR code directly at 400px × 400px without constraints - Keep only shadow for visual depth - QR code now clearly visible and easily recognizable
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
2 times, most recently
from
October 29, 2025 20:33
ea1dfad to
cc8f5e5
Compare
- Remove fixed width/height constraints (was 400px) - Let image display at its natural dimensions (~830px) - QR code now shows at original size as requested - Maintains shadow and rounded corners for visual appeal
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
from
October 29, 2025 20:37
cc8f5e5 to
e9a66d9
Compare
…age now uses responsive widths: 340px (default), 300px (md), 260px (sm), with max-w-[90vw]\n- Keeps frameless overlay and fade-in animation\n- Refined coffee icon SVG\n
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
from
October 29, 2025 21:23
e9a66d9 to
db8e62c
Compare
…action bugs and updates to micro interactive with physically appropiration Badge specs fadeIn animation updates.
- Introduced new CSS keyframe animations for UI elements - Created `uiFadeIn` animation for subtle fade and vertical translation - Added `animate-fade-in` class with smooth cubic-bezier easing - Implemented `modalShow` animation for modal/popup interactions - Added `animate-modal-show` class with refined transition properties - Optimized animations with `will-change` for performance - Updated script source reference in index.html
- Implement FloatingTips component with comprehensive configuration and usage tips - Add new component to App.tsx, integrating floating tips menu - Create detailed, multi-level tips data structure for user guidance - Include interactive menu with expandable sections for different feature explanations - Provide Chinese-language tips covering analysis, model configuration, export, and database features - Add floating button in bottom-right corner to toggle tips menu - Implement hover and interaction states for tips navigation Enhances user experience by providing contextual, in-app guidance for complex features and workflows.
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_sci-evil
branch
from
November 1, 2025 16:48
db8e62c to
0694ff5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard.
Cloudflare automatically generated this PR to resolve the mismatch and avoid inconsistencies between environments. For more information, see: https://developers.cloudflare.com/workers/ci-cd/builds/troubleshoot/#workers-name-requirement