Files
openclaw-workspace/.learnings/FEATURE_REQUESTS.md
2026-04-11 09:45:12 -05:00

29 lines
761 B
Markdown

# Feature Requests Log
## [FEAT-20260210-001] Native weather with auto-units
**Logged**: 2026-02-10T23:08:00 CST
**Priority**: low
**Status**: pending
**Area**: tools
### Requested Capability
Weather lookups should automatically use user's preferred units (°F/MPH vs °C/km/h) based on MEMORY.md preferences without manual conversion.
### User Context
User specified "Always in F and speed in Mph. This is America! 🇺🇸" — wants automatic unit conversion based on stored preferences.
### Complexity Estimate
simple
### Suggested Implementation
- Read MEMORY.md for weather units preference
- Pass units parameter to weather API calls
- Format output accordingly
### Metadata
- Frequency: recurring
- Related Files: MEMORY.md, skills/weather/
---