Commit Graph

11 Commits

Author SHA1 Message Date
ogt
c268b5cc02 feat: show product identity in ai recommendations
All checks were successful
CD Pipeline / deploy (push) Successful in 1m5s
2026-06-26 18:33:11 +08:00
OoO
bb8c29e56d V10.590 修正 PChome 副標去重與比價覆核入口
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s
2026-06-04 22:00:32 +08:00
OoO
a1e56a2c6b V10.584 強化 PChome Nick 比對窄門
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
2026-06-04 14:33:26 +08:00
OoO
35ad29b04d V10.582 強化比價通知與身份證據
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
2026-06-04 14:03:21 +08:00
OoO
d5b41ec11b [V10.359] 導入 browse.sh 診斷與色號防錯配 2026-05-21 11:57:18 +08:00
OoO
3f070a668b [V10.337] 兼容 PChome 商品 API list 回應
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
2026-05-20 15:00:22 +08:00
OoO
44b8075506 擴大 PChome 候選池與搜尋韌性
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s
2026-05-20 11:18:18 +08:00
OoO
75390f8495 收緊 PChome 同款比對門檻
All checks were successful
CD Pipeline / deploy (push) Successful in 1m19s
2026-05-19 15:53:09 +08:00
OoO
dafde7e1a7 強化 MOMO PChome 比價可信鏈路
All checks were successful
CD Pipeline / deploy (push) Successful in 1m45s
2026-05-19 15:26:10 +08:00
ogt
6435bed005 feat: implement missing PChome high-level comparison functions
Some checks failed
CD Pipeline / deploy (push) Failing after 1m2s
Previously pchome_crawler.py only had low-level crawling primitives.
All high-level functions used by openclaw_bot_routes.py were missing,
causing _PCHOME_AVAILABLE = False on startup and '簡報生成失敗' errors.

Implemented:
  search_pchome(keyword, limit)        — simplified search → list of dicts
  find_best_match(keyword, momo_price) — best PChome match for a product
  compare_product(name, price, icode)  — single momo vs PChome comparison
  batch_compare_top(db, top_n, date)   — batch compare TOP-N momo hottest
  save_matches(db, results)            — persist results to pchome_matches
  ensure_tables(db)                    — idempotent table creation
  fmt_compare_msg(results, keyword)    — Telegram Markdown single-item msg
  fmt_daily_report(results, date_str)  — Telegram Markdown daily report msg

After this commit _PCHOME_AVAILABLE will be True and competitor PPT
generation will no longer throw RuntimeError.
2026-04-20 06:09:33 +08:00
ogt
1b4f3a7bbe feat: EwoooC 初始化 — 完整專案推版至 Gitea
Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml)
- 部署模式: rsync Python 檔案至 188 → docker restart (volume mount)
- Dockerfile/requirements 變動時自動重建 Docker image
- 部署通知: Telegram (開始/成功/失敗)
- 健康檢查: https://mo.wooo.work/health (最多 5 次重試)
- 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 01:21:13 +08:00