-
Notifications
You must be signed in to change notification settings - Fork 12
feat: support human intervention for eko #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lsustc
wants to merge
30
commits into
ls-dev
Choose a base branch
from
codex/familiarize-with-current-project
base: ls-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Major changes: - Support multiple AI providers (DeepSeek, Qwen, Google Gemini, Anthropic, OpenRouter) - Add ModelConfigBar component for in-app API key configuration - Refactor IPC handlers into modular structure - Add Chinese documentation (README.zh-CN.md, CONFIGURATION.zh-CN.md) - Update configuration guide with detailed setup instructions Breaking changes: - Removed OpenAI API configuration - Restructured environment variable names (BAILIAN -> QWEN) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
feat: add multi-provider support and UI configuration
- Restrict scheduled task button to home page only - Add padding to query input area in home page - Update electron-builder.yml formatting
fix FileAgent file path generation issue
- Agent Configuration system (configuration modal, IPC handlers, ConfigManager extensions) - Toolbox page optimization (draggable area, card sizing, undeveloped feature indicators) - Modal size improvements (increased width and minimum height) - EkoService integration with agent configuration
- Add agent configuration and toolbox documentation to README files - Update screenshots for history, home, main, and schedule pages - Add new screenshots for toolbox and agent configuration pages - Update package.json version
docs: update documentation and screenshots for new features
…usage - Complete i18n integration with react-i18next for Chinese and English support - Fix message hook usage by replacing direct imports with App.useApp() - Correct import paths and remove duplicate notification calls - Enhance Popconfirm background opacity for better readability - Update translation files for chat and scheduled task modules - Refactor 20 files to support multi-language switching
Implement graceful degradation for devices without WebGL support: - Add WebGL detection utility (isWebGLSupported, getWebGLVersion) - Create GradientTechBackground component as CSS-based fallback - Enhance AmbientLightBg with error handling and fallback events - Update ChromeBrowserBackground with auto-fallback logic When WebGL is unavailable or initialization fails, the system automatically switches to CSS gradient background, maintaining visual consistency and user experience.
Remove instanceof WebGLRenderingContext check which was too restrictive. The getContext() method already returns null if WebGL is not supported, making the instanceof check unnecessary. This also properly supports WebGL2RenderingContext detection.
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.
Summary
Testing
Codex Task