Feature History
Feature History
Section titled “Feature History”Completed feature details. One-line summaries in MEMORY.md. (Contains history from EliteBook era).
Audio Transcription (2026-02-20)
Section titled “Audio Transcription (2026-02-20)”- Local faster-whisper (base, CPU, int8) as primary → Google Gemini → OpenAI fallback chain.
- Script at
/home/chrisr6/.local/bin/whisper-local.
YouTube Transcription (2026-02-20)
Section titled “YouTube Transcription (2026-02-20)”gemini-yt-transcriptat/home/chrisr6/.local/bin/gemini-yt-transcript.- Sends YouTube URL directly to Gemini for verbatim transcript. Bypasses cloud IP blocks.
GDrive Backups (2026-02-20)
Section titled “GDrive Backups (2026-02-20)”- Script:
/home/chrisr6/.openclaw/bin/backup-server.sh - Daily 03:00 GMT cron. 14-day retention. Remote:
gdrive:openclaw-backups/
Claude Code Orchestration Skill (2026-02-21)
Section titled “Claude Code Orchestration Skill (2026-02-21)”- Created
~/.openclaw/skills/claude-code-orchestration/SKILL.md.
Sub-Agent Architecture (2026-02-20)
Section titled “Sub-Agent Architecture (2026-02-20)”- dev templates set up for Tila/PMs to spawn as needed.
Codex CLI Operational (2026-02-22)
Section titled “Codex CLI Operational (2026-02-22)”- Authenticated via ChatGPT Plus OAuth. Config at
~/.codex/config.tomlwithmulti-agent=true.
Gemini CLI Operational (2026-03-01)
Section titled “Gemini CLI Operational (2026-03-01)”- Syntax:
gemini -m gemini-3.1-pro -ni --sandbox permissive "prompt". Free tier, 1M+ context.
Continuous Autonomy (2026-02-23)
Section titled “Continuous Autonomy (2026-02-23)”- Sprint crons upgraded from one-shot to time-budgeted task loops.
checkpoints/dir for phase state + sub-agent results.- HANDOVER.md structured format for machine-readable pickup.
See Also
Section titled “See Also”- Changelog — Config and routing changes
- Corrections — Lessons learned