GitHub 提交日报 · 2026-04-30

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

hummingg/ai-coding

  • feat(toolbox-web): add web version of 哆啦工具袋 with 14 tools
    • Convert 14 WeChat mini-program tools to standalone web pages
    • Pure frontend: localStorage replaces wx.storage, no backend needed
    • Dynamic page fragment loading with hash-based routing
    • Shared CSS framework (mobile-first, WeChat-inspired)
    • Global back navigation bar for non-home pages
    • Deployed via hexo static files at /toolbox/
    • Added skip_render for toolbox directory in hexo config
    • Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

GitHub 提交日报 · 2026-04-29

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

hummingg/ai-coding

GitHub 提交日报 · 2026-04-27

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

hummingg/ai-coding

  • feat: add token-quota, FeishuAutoExt, PyProj; move niuke docs; refactor balancer_body streaming
    • add token-quota project (Redis-based LLM token rate limiting)
    • add FeishuAutoExt Chrome extension (Feishu app auto-configuration)
    • add PyProj batch_api_project (DashScope Batch API client)
    • add aigw design docs (AI gateway rate-limiting design)
    • add toolbox aichat/aiimage modules
    • add hexo blog posts (balancer-body, llm-api-gateway, smartbookmark-ext, token-quota, toolbox-intro)
    • add projects index page for hexo blog
    • move niuke language docs to docs/niuke/
    • refactor(balancer_body): use Transfer-Encoding for streaming detection instead of Content-Length heuristic
    • Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

GitHub 提交日报 · 2026-03-24

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

hummingg/ai-coding

  • feat(balancer_body): 使用命名location @retry并支持流式响应
    • 主要改进:
    • 将 /retry 改为命名 location @retry,提升安全性(不可被外部访问)
    • 使用 goto 语法重构重试逻辑,代码更简洁清晰
    • 支持流式响应传输:当响应体 >64KB 或无 Content-Length 时自动启用
    • 使用 httpc:connect + httpc:request 替代 request_uri,支持逐块读取
    • 通过 ngx.flush(true) 实现响应数据的即时转发
    • Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

GitHub 提交日报 · 2026-03-20

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

hummingg/ai-coding

GitHub 提交日报 · 2026-03-19

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

hummingg/ai-coding

GitHub 提交日报 · 2026-03-17

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

hummingg/ai-coding

GitHub 提交日报 · 2026-03-08

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

hummingg/ai-coding

  • feat(SmartBookmarkExt): add folder statistics, duplicate removal and video filter
    • 主要功能:
    • 添加文件夹统计和排序功能,支持按日期或数量排序
    • 实现重复 URL 自动清理,使用迭代算法优化内存使用
    • 过滤视频网站自动收藏(YouTube、Bilibili 等)
    • 增强搜索功能,支持搜索标题、标签、日期和 URL
    • 修复删除书签后搜索状态丢失的问题
    • 技术改进:
    • 重构书签获取逻辑,支持递归遍历所有层级文件夹
    • 改进重复检查,检查整个智能收藏夹而非仅当天文件夹
    • 优化内存使用,从递归改为迭代队列处理
    • 添加自动清理任务,扩展安装和每日归档时自动执行
    • Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com