Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FinStep-AI/ContestTrade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RoyalTeng/ContestTrade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 26, 2025

  1. Add Chinese documentation and configuration improvements

    - Add config template with Chinese comments and explanations
    - Add installation and running scripts (install.bat, run_contesttrade.bat)
    - Add Chinese documentation (installation guide, quick start, reproduction instructions)
    - Update config.yaml with better Chinese documentation and structure
    - Remove sensitive API keys from config file for security
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    0c0b9e2 View commit details
    Browse the repository at this point in the history
  2. feat: 重大功能更新和用户体验优化

    ## 新增功能
    - 新增社区数据源:雪球和东方财富爬虫,用于情绪分析和KOL观点追踪
    - 新增架构图文档,详细展示系统结构和工作流程
    - 新增社区数据源使用指南,帮助用户理解社区情感分析功能
    
    ## 功能优化
    - 修复终端显示闪烁问题:降低刷新频率,优化显示更新逻辑
    - 修复LangGraph节点返回值错误:数据分析智能体错误处理优化
    - 修复研究报告证据来源显示:支持从字符串解析时间和来源信息
    - 优化终端编码问题:将emoji替换为ASCII字符以兼容Windows
    
    ## 系统稳定性
    - 数据分析智能体final_summary函数异常处理改进
    - 报告模板支持多种证据数据格式
    - 增强错误处理和用户反馈机制
    
    ## 配置改进
    - 更新配置文件,新增社区情感分析智能体
    - 支持雪球和东方财富数据源配置
    - 优化数据源参数和目标设置
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    d0118c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. fix: 修复Windows控制台emoji编码问题和系统配置

    - 移除所有CLI界面中的emoji字符,解决Windows GBK编码兼容性问题
    - 更新LLM API配置,添加完整的DeepSeek API密钥配置
    - 修复数据分析和研究智能体中的emoji显示问题
    - 优化系统验证流程,移除可能导致编码错误的特殊字符
    - 确保系统在Windows环境下的稳定运行
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2f93c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. security: 隐藏API密钥配置信息

    - 移除config.yaml中的实际API密钥
    - 替换为空字符串和说明注释
    - 确保敏感信息不会提交到公共仓库
    - 用户需要自行填入API密钥后使用
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    81eae23 View commit details
    Browse the repository at this point in the history
  2. security: 将敏感配置文件从版本控制中排除

    - 将config.yaml添加到.gitignore,避免API密钥泄露
    - 从git跟踪中移除config.yaml文件
    - 创建config_template.yaml作为配置模板
    - 用户需要复制模板文件为config.yaml并填入API密钥
    
    使用方法:
    1. 复制config_template.yaml为config.yaml
    2. 在config.yaml中填入您的API密钥
    3. 本地的config.yaml将不会被提交到GitHub
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    582fc57 View commit details
    Browse the repository at this point in the history
  3. docs: 添加配置设置指南

    - 创建CONFIG_SETUP.md指导用户配置API密钥
    - 提供详细的配置步骤和安全提醒
    - 包含快速开始指南和验证方法
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    RoyalTeng and claude committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    75ca8b1 View commit details
    Browse the repository at this point in the history
Loading