From e52e81868687c724790089159304632795e752b9 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Thu, 8 Jan 2026 13:34:56 -0800 Subject: [PATCH] chore: mark fc-004 external LLM integration as resolved Co-Authored-By: Claude Opus 4.5 --- plans/index.json | 3 ++- state/future-considerations.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plans/index.json b/plans/index.json index cbc168b..f6c6e89 100644 --- a/plans/index.json +++ b/plans/index.json @@ -124,8 +124,9 @@ }, "gleaming-routing-mercury": { "title": "External LLM integration", - "status": "pending", + "status": "implemented", "created": "2026-01-08", + "implemented": "2026-01-08", "category": "feature", "notes": "fc-004 - Cloud API integration via opencode/gemini CLIs with session toggle" } diff --git a/state/future-considerations.json b/state/future-considerations.json index 839b0d8..d2efc04 100644 --- a/state/future-considerations.json +++ b/state/future-considerations.json @@ -38,10 +38,11 @@ "title": "External LLM integration", "description": "Support for non-Claude models in the agent system", "priority": "medium", - "status": "planned", + "status": "resolved", "created": "2024-12-28", + "resolved": "2026-01-08", "plan": "gleaming-routing-mercury", - "notes": "Cloud APIs via subscription (Copilot, Z.AI, Gemini). Uses opencode/gemini CLIs. Session toggle for external-only mode." + "notes": "Implemented via opencode CLI. Models: github-copilot/gpt-5.2, zai-coding-plan/glm-4.7, etc. Toggle via /pa --external or natural language." }, { "id": "fc-005",