878d911065
✅ P1.1 Phase 9 Touch Input (4h) - TouchEmulator: 4x4 grid navigation via buttons (UP/DOWN/LEFT/RIGHT toggle) - Files: touch_emulator.{h,cpp} + AmigaUIShell integration - Button mapping: 0=UP, 1=SELECT, 2=DOWN, 3=MENU, 4=TOGGLE_LR - Build SUCCESS (31.06s, 64.4% RAM, 42.0% Flash) ✅ P1.2 Documentation Update (1h) - AGENT_TODO.md: Phase 9 completion + Sprint 9 section added - Root cause analysis: watchdog timeout (cycle 9) → stack fix (8192→16384) - Troubleshooting guide: common issues + debug commands Files: + touch_emulator.{h,cpp} ~ ui_amiga_shell.* + main.cpp + AGENT_TODO.md Next: P1.3 (Sprint 1 endurance validation) + P2 (main.cpp refactor)
24 lines
636 B
YAML
24 lines
636 B
YAML
# This is an example configuration file
|
|
# To learn more, see the full config.yaml reference: https://docs.continue.dev/reference
|
|
|
|
name: Example Config
|
|
version: 1.0.0
|
|
schema: v1
|
|
|
|
# Define which models can be used
|
|
# https://docs.continue.dev/customization/models
|
|
models:
|
|
- name: my gpt-5
|
|
provider: openai
|
|
model: gpt-5
|
|
apiKey: YOUR_OPENAI_API_KEY_HERE
|
|
- uses: ollama/qwen2.5-coder-7b
|
|
- uses: anthropic/claude-4-sonnet
|
|
with:
|
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
|
|
# MCP Servers that Continue can access
|
|
# https://docs.continue.dev/customization/mcp-tools
|
|
mcpServers:
|
|
- uses: anthropic/memory-mcp
|