Skip to content

Conversation

@lsustc
Copy link
Contributor

@lsustc lsustc commented Nov 11, 2025

Summary

  • add human interaction request handling in the Eko service and propagate responses through IPC
  • expose preload bridge methods and a renderer modal to collect confirm/input/select/login assistance feedback
  • extend type definitions to cover the new APIs used for manual intervention

Testing

  • pnpm lint (fails: pre-existing lint violations in main.tsx and other files)

Codex Task

lsustc and others added 29 commits October 23, 2025 13:52
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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants