Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 3.31 KB

File metadata and controls

66 lines (53 loc) · 3.31 KB

Changelog

All notable changes to MediWise Health Suite will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Planned

  • Integration with more wearable devices
  • Enhanced AI-powered health insights
  • Mobile app companion
  • Export to standard medical formats (HL7, FHIR)

[1.0.15] - 2026-03-28

Added

  • Garmin Connect provider (wearable-sync): full implementation via python-garminconnect
    • 支持指标:全天心率、睡眠分期、夜间 HRV(RMSSD)、身体电量(Body Battery)、压力指数、步数、卡路里、血氧(SpO2)、活动记录
    • 认证错误分类处理:账号密码错误、两步验证、API 变更需升级库、限流等场景均有中文提示
    • Agent 对话引导规则:用户说"帮我绑定佳明"时,自动引导收集邮箱/密码/设备名称
    • device.py 新增 --username/--password/--tokenstore 参数
    • list 命令对 password 字段脱敏显示
  • normalize.py 新增 hrvbody_batterystressactivity 指标直通处理
  • requirements.txt 注明 garminconnect 依赖

Changed

  • wearable-sync/SKILL.md 更新 description,修正 Garmin 绑定命令示例,补充 Agent 对话引导规则
  • wearable-sync/index.js device-auth action 新增透传 Garmin 账号参数

[0.3.0] - 2026-03-15

Added

  • setup.py backup command: packs all databases (medical.db, lifestyle.db, config.json) into a portable .tar.gz archive for device migration
  • setup.py restore command: restores data from a backup archive and automatically runs schema migrations to the latest version
  • setup.py list-vision-providers command: lists all built-in vision provider presets with default model, base URL, and API key hints
  • Built-in provider presets for vision model setup (siliconflow, gemini, openai, stepfun, ollama): --model and --base-url are now auto-filled, only --provider and --api-key are required
  • Conversational vision model setup guidance in SKILL.md: AI now guides users through configuration via chat without exposing CLI commands
  • check command now outputs vision_quick_setup field with actionable next steps when vision model is not configured
  • .gitignore now explicitly excludes config.json to prevent accidental API key exposure
  • Updated SKILL.md, INSTALLATION.md, and QUICKSTART.md with backup/restore documentation, migration workflow, and simplified vision setup instructions

[1.0.0] - 2026-03-08

Added

  • Initial release of MediWise Health Suite
  • 5 health management skills:
    • mediwise-health-tracker: Core health records management
    • diet-tracker: Diet tracking
    • weight-manager: Weight management
    • health-monitor: Smart health monitoring and alerts (待完善)
    • wearable-sync: Wearable device sync (待完善)
  • Shared SQLite database for all health data
  • Doctor visit summary generation (text/image/PDF)
  • Image recognition for medical reports
  • Multi-level health alerts
  • Medication and follow-up reminders
  • Daily health briefings
  • Comprehensive documentation (Chinese and English)

Security

  • All data stored locally in SQLite
  • No cloud upload of personal health information
  • Multi-tenant isolation support