GitHub 提交日报 · 2026-03-01

自动汇总 2026-03-01 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(toolbox): add snooker tracking feature and project documentation
    • 新增斯诺克记录功能模块
    • 添加球员数据管理(100位职业球员)
    • 添加比赛记录功能(100场真实比赛数据)
    • 实现球员对战统计和详细局分查看
    • 支持球员筛选和比赛记录浏览
    • 更新首页工具列表
    • 添加斯诺克记录工具卡片
    • 注释 AI 对话和 AI 生图功能
    • 更新工具总数为 14
    • 添加项目文档
    • 创建 CLAUDE.md 项目说明文档
    • 记录项目结构、功能列表和技术栈
    • 添加开发日志和未来规划
    • Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

GitHub 提交日报 · 2026-02-21

自动汇总 2026-02-21 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(toolbox): add customizable tool selection for home page
    • 首页改为只显示用户添加的工具
    • 添加”添加工具”按钮,支持从全部工具中选择
    • 实现工具选择弹窗,带复选框交互
    • 默认添加”乐了么”和”工时记录”两个工具
    • 支持本地存储用户工具列表,持久化选择
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
  • feat(toolbox): add AI-powered accounting tool and enhance features
    • 新增功能:
    • 随口记工具:AI智能记账,支持自然语言和语音输入
    • 语音识别:集成微信同声传译插件
    • AI识别:使用混元大模型智能解析账单信息
    • 统计分析:支持按日/月/年查看收支统计和分类明细
    • AI对话工具:支持流式对话、多种角色、历史记录
    • AI生图工具:支持多种风格、提示词优化
    • UI优化:
    • 调整语音输入按钮位置,与智能识别按钮并排显示
    • 更新随口记图标为📒(账本),避免与其他工具重复
    • 优化首页工具卡片,新增本月收入/支出概览
    • 技术改进:
    • 新增语音识别云函数
    • 完善数据存储和统计模块
    • 更新工具数量统计
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

GitHub 提交日报 · 2026-02-15

自动汇总 2026-02-15 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat: add new projects and improve existing tools
    • Update .gitignore with comprehensive ignore rules
    • Improve mood history calendar UI (history.js/wxml/wxss)
    • Rewrite toolbox README
    • Move toolbox docs to docs/ directory
    • Add x6-cascade-highlight and x6-react-cascade projects
    • Add LuaProjects (balancer demos, OpenResty examples)
    • Add NodejsProj (MCP demos, CLI tools)
    • Add workday wxmini and docs resources
    • Add 微信小程序转发分享功能实现指南
    • Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

hummingg/myllm-gateway

GitHub 提交日报 · 2026-02-12

自动汇总 2026-02-12 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(ExtensionManager): rename pin terminology to star for better UX
    • Replace “pin/pinned/unpin” with “star/starred/unstar” throughout
    • Update all UI text in English and Chinese locales
    • Rename CSS classes: .pinned -> .starred, .pin-btn -> .star-btn
    • Rename JavaScript variables and methods for consistency
    • Update filter options and batch operation buttons
    • Change visual indicator from 📌 to ⭐
    • This terminology change makes the favorite/bookmark feature more
    • intuitive and aligns with common UI patterns.
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
  • fix(toolbox): improve mood calendar UI and remove worktime real-time features
    • Mood calendar improvements:
    • Remove colored circle background from emojis for cleaner look
    • Fix date number alignment across all calendar cells
    • Use absolute positioning for consistent date placement
    • Adjust emoji size and styling for better visual balance
    • Worktime tracker improvements:
    • Remove real-time accumulation feature (earnings and duration updates)
    • Fix component import errors by removing non-existent mp-button
    • Clean up unused timer and update methods
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

GitHub 提交日报 · 2026-02-01

自动汇总 2026-02-01 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(freedom): Enhance asset duration calculator with advanced features
    • Major improvements to the wealth freedom calculator:
    • Remove financial freedom multiple concept, focus on sustainability analysis
    • Add custom annual return rate and inflation rate parameters
    • Calculate real return rate using Fisher equation: (1+r)/(1+i)-1
    • Display asset duration in years with one decimal precision
    • Add yearly balance forecast showing asset trajectory over time
    • Support negative expenses to model income scenarios
    • Update UI labels: “支出设置” → “收支设置”
    • Change result display from progress tracking to sustainability analysis
    • Show “可永续使用” when annual income covers expenses
    • Technical changes:
    • New calculateYearsToDeplete() method with compound interest formula
    • New calculateYearlyBalances() method for year-by-year projections
    • Input type changed from “digit” to “number” to support negative values
    • Enhanced validation to accept either monthly or yearly expense data
    • Display net income vs net expense based on calculation results
    • Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

GitHub 提交日报 · 2026-01-25

自动汇总 2026-01-25 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(toolbox): Add personal wealth tracker with asset trend visualization
    • Implement multi-platform asset management (deposits, transfers, expenses)
    • Support custom expense categories with inline creation during recording
    • Add asset trend chart with flexible time ranges (7/30/90/180/365 days)
    • Display Y-axis labels in integer k format for better readability
    • Implement monthly expense statistics and category ratio analysis
    • Use 📈 icon to represent wealth growth trajectory
    • All data stored locally using WeChat storage for privacy protection
    • Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com