Feature Updates
- Optimization: All service configurations have been migrated to the admin panel, enabling real-time dynamic configuration.
- Optimization: Support for batch importing Coze agent applications with one click, eliminating manual creation.
- New Feature: Support for WeChat Pay, Alipay, and Easy Pay.
- Optimization: Added caching for sessions and system configurations to reduce redundant API requests.
- Optimization: Automatic icon download when importing Coze agents, fixing the icon failure bug.
- New Feature: Added product management and order management in the admin panel.
- New Feature: Implemented image click-to-preview functionality in the chat page.
- Optimization: Users can now upload images without being forced to input a prompt to initiate a conversation.
- Bug Fix: Fixed the issue where License data would automatically disappear.
- Optimization: Support for automatic database schema migration, eliminating the need for manual SQL execution.
- Optimization: Support for custom copyright functionality.
- Optimization: The chat welcome page now displays a list of applications instead of the LOGO and Slogan.
1. Upgrade the Image
First, update the image version to v1.0.2 in the docker-compose.yaml
file.
geek-agent-api:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/geek-agent-api:v1.0.2-amd64
container_name: geek-agent-api
restart: always
ports:
- "6789:6789"
volumes:
- /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime
- ./conf/config.toml:/var/www/app/config.toml
- ./logs:/var/www/app/logs
- ./static:/var/www/app/static
environment:
- LOG_LEVEL=info
- CONFIG_FILE=config.toml
geek-agent-web:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/geek-agent-web:v1.0.2-amd64
container_name: geek-agent-web
restart: always
depends_on:
- geek-agent-api
ports:
- "8081:8080"
volumes:
- ./logs/nginx:/var/log/nginx
- ./conf/nginx/conf.d:/etc/nginx/conf.d
- ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf
Then, restart the GeekAI-Agent container service.
docker-compose down
docker-compose up -d
2. Update System Configurations
Starting from GeekAI-Agent v1.0.2, all service configurations have been migrated to the admin panel, enabling real-time dynamic configuration.
Log in to the admin panel, navigate to "System Configuration", "Basic Configuration", "Announcement Settings", "License Settings", "Payment Settings", "Coze Settings", "SMS Settings", "Storage Settings", and "Email Settings".
Modify the relevant configurations as needed. Changes take effect immediately without requiring a restart of the GeekAI-Agent service.
3. Screenshots of Other Feature Updates
- The chat welcome page has been updated to display a list of applications instead of the slogan.
- Points recharge now supports WeChat Pay, Alipay, and Easy Pay.