Skip to content

Update name in Wrangler configuration file to match deployed Worker - #1

Open
cloudflare-workers-and-pages[bot] wants to merge 20 commits into
mainfrom
update_worker_name_to_sci-evil
Open

Update name in Wrangler configuration file to match deployed Worker#1
cloudflare-workers-and-pages[bot] wants to merge 20 commits into
mainfrom
update_worker_name_to_sci-evil

Conversation

@cloudflare-workers-and-pages

Copy link
Copy Markdown

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

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
@netlify

netlify Bot commented Oct 29, 2025

Copy link
Copy Markdown

Deploy Preview for sci-evil ready!

Name Link
🔨 Latest commit 0694ff5
🔍 Latest deploy log https://app.netlify.com/projects/sci-evil/deploys/690639e4e104660008b1c29e
😎 Deploy Preview https://deploy-preview-1--sci-evil.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Oct 29, 2025

Copy link
Copy Markdown
Author

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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
cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_sci-evil branch from 41c0a67 to 1f7c1dd Compare October 29, 2025 20:19
- 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
cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_sci-evil branch from 1f7c1dd to 1f2bc66 Compare October 29, 2025 20:24
- 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
cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_sci-evil branch 2 times, most recently from ea1dfad to cc8f5e5 Compare October 29, 2025 20:33
- 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
cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_sci-evil branch from cc8f5e5 to e9a66d9 Compare October 29, 2025 20:37
…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
cloudflare-workers-and-pages Bot force-pushed the update_worker_name_to_sci-evil branch from e9a66d9 to db8e62c Compare October 29, 2025 21:23
picspin and others added 4 commits October 30, 2025 11:02
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant