Files
wow-pi/wow.example.yaml
kmou424 9f95a34c18 feat(statusline): added wow-statusline package for editor status bar
- Created wow-statusline package with configurable editor footer showing CWD, git branch, model/provider info, thinking level, token usage, and cost.
- Registered `/wow:statusline:show` command to inspect the module's enabled state.
- Added `statusline?` config option to WowConfig, supporting boolean or `{ enabled?: boolean }` shape.
- Wired statusline into wow-pi extension entry point as a workspace dependency and side-effect import.
2026-06-17 00:27:45 +08:00

25 lines
478 B
YAML

# Example wow-pi configuration.
# Copy to ~/.pi/agent/wow.yaml for global defaults or .pi/wow.yaml for a project.
contexts:
- ~/.pi/agent/contexts/*.md
- .pi/contexts/*.md
- docs/contexts/*.md
- AGENTS.md
- CLAUDE.md
inject:
enabled: true
overrideExisting: false
envFiles:
- ~/.pi/agent/.env
- .env
env:
ANTHROPIC_API_KEY: ${file:~/.secrets/anthropic-key}
OPENAI_API_KEY: ${env:OPENAI_API_KEY_BACKUP}
statusline: true
logger:
level: info