opencodekit 0.15.19 → 0.15.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/dist/template/.opencode/agent/build.md +270 -0
- package/dist/template/.opencode/{commands → command}/finish.md +18 -0
- package/dist/template/.opencode/{commands → command}/handoff.md +36 -1
- package/dist/template/.opencode/{commands → command}/implement.md +32 -30
- package/dist/template/.opencode/{commands → command}/new-feature.md +3 -2
- package/dist/template/.opencode/{commands → command}/research.md +4 -10
- package/dist/template/.opencode/{commands → command}/resume.md +36 -9
- package/dist/template/.opencode/{commands → command}/start.md +12 -0
- package/dist/template/.opencode/memory/observations/2026-01-30-discovery-context-management-research-critical-gap.md +14 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-copilot-auth-plugin-updated-with-baseurl.md +63 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-created-dedicated-worker-agent-for-swarm.md +20 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-rollback-to-v1-1-47-for-copilot-claude-r.md +21 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-simplified-swarm-to-task-tool-pattern.md +44 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-swarm-architecture-task-tool-over-tmux.md +33 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-decision-worker-skills-defined-for-swarm-delegati.md +30 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-gpt-reasoning-config-for-github-copilot.md +51 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-opencode-copilot-auth-comparison-finding.md +61 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-opencode-copilot-reasoning-architecture-.md +66 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-opencode-custom-tools-api.md +48 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-opencode-v1-1-48-skills-as-slash-command.md +21 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-swarm-system-simplified-removed-mailbox-.md +30 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-learning-v1-1-48-native-copilot-reasoning-via-pr-.md +45 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-warning-cannot-add-custom-config-to-opencode-jso.md +18 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-warning-copilot-claude-v1-endpoint-returns-404-c.md +48 -0
- package/dist/template/.opencode/memory/observations/2026-01-31-warning-opencode-v1-1-48-claude-thinking-block-s.md +51 -0
- package/dist/template/.opencode/memory/research/context-management-analysis.md +685 -0
- package/dist/template/.opencode/opencode.json +803 -909
- package/dist/template/.opencode/package.json +2 -2
- package/dist/template/.opencode/{plugins → plugin}/copilot-auth.ts +219 -24
- package/dist/template/.opencode/plugin/sdk/copilot/chat/convert-to-openai-compatible-chat-messages.ts +181 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/get-response-metadata.ts +15 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/map-openai-compatible-finish-reason.ts +19 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/openai-compatible-api-types.ts +72 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/openai-compatible-chat-language-model.ts +833 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/openai-compatible-chat-options.ts +30 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/openai-compatible-metadata-extractor.ts +48 -0
- package/dist/template/.opencode/plugin/sdk/copilot/chat/openai-compatible-prepare-tools.ts +92 -0
- package/dist/template/.opencode/plugin/sdk/copilot/copilot-provider.ts +94 -0
- package/dist/template/.opencode/plugin/sdk/copilot/index.ts +5 -0
- package/dist/template/.opencode/plugin/sdk/copilot/openai-compatible-error.ts +30 -0
- package/dist/template/.opencode/{plugins → plugin}/swarm-enforcer.ts +18 -23
- package/dist/template/.opencode/{skills → skill}/beads/SKILL.md +41 -0
- package/dist/template/.opencode/skill/beads-bridge/SKILL.md +294 -0
- package/dist/template/.opencode/skill/resend/SKILL.md +167 -0
- package/dist/template/.opencode/skill/resend/references/react-email.md +287 -0
- package/dist/template/.opencode/skill/resend/references/receive-email.md +248 -0
- package/dist/template/.opencode/skill/resend/references/send-email.md +318 -0
- package/dist/template/.opencode/skill/swarm-coordination/SKILL.md +690 -0
- package/dist/template/.opencode/skill/tool-priority/SKILL.md +259 -0
- package/dist/template/.opencode/tool/beads-sync.ts +657 -0
- package/dist/template/.opencode/{tools → tool}/swarm-delegate.ts +13 -8
- package/dist/template/.opencode/{tools → tool}/swarm-monitor.ts +14 -170
- package/dist/template/.opencode/{tools → tool}/swarm-plan.ts +232 -1
- package/package.json +3 -1
- package/dist/template/.opencode/agents/build.md +0 -584
- package/dist/template/.opencode/skills/swarm-coordination/SKILL.md +0 -548
- package/dist/template/.opencode/skills/tool-priority/SKILL.md +0 -190
- /package/dist/template/.opencode/{agents → agent}/explore.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/general.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/looker.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/painter.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/plan.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/review.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/scout.md +0 -0
- /package/dist/template/.opencode/{agents → agent}/vision.md +0 -0
- /package/dist/template/.opencode/{commands → command}/accessibility-check.md +0 -0
- /package/dist/template/.opencode/{commands → command}/agent-browser.md +0 -0
- /package/dist/template/.opencode/{commands → command}/analyze-mockup.md +0 -0
- /package/dist/template/.opencode/{commands → command}/analyze-project.md +0 -0
- /package/dist/template/.opencode/{commands → command}/brainstorm.md +0 -0
- /package/dist/template/.opencode/{commands → command}/cloudflare.md +0 -0
- /package/dist/template/.opencode/{commands → command}/commit.md +0 -0
- /package/dist/template/.opencode/{commands → command}/complete-next-task.md +0 -0
- /package/dist/template/.opencode/{commands → command}/create.md +0 -0
- /package/dist/template/.opencode/{commands → command}/design-audit.md +0 -0
- /package/dist/template/.opencode/{commands → command}/design.md +0 -0
- /package/dist/template/.opencode/{commands → command}/edit-image.md +0 -0
- /package/dist/template/.opencode/{commands → command}/fix-ci.md +0 -0
- /package/dist/template/.opencode/{commands → command}/fix-types.md +0 -0
- /package/dist/template/.opencode/{commands → command}/fix-ui.md +0 -0
- /package/dist/template/.opencode/{commands → command}/fix.md +0 -0
- /package/dist/template/.opencode/{commands → command}/frontend-design.md +0 -0
- /package/dist/template/.opencode/{commands → command}/generate-diagram.md +0 -0
- /package/dist/template/.opencode/{commands → command}/generate-icon.md +0 -0
- /package/dist/template/.opencode/{commands → command}/generate-image.md +0 -0
- /package/dist/template/.opencode/{commands → command}/generate-pattern.md +0 -0
- /package/dist/template/.opencode/{commands → command}/generate-storyboard.md +0 -0
- /package/dist/template/.opencode/{commands → command}/import-plan.md +0 -0
- /package/dist/template/.opencode/{commands → command}/index-knowledge.md +0 -0
- /package/dist/template/.opencode/{commands → command}/init.md +0 -0
- /package/dist/template/.opencode/{commands → command}/integration-test.md +0 -0
- /package/dist/template/.opencode/{commands → command}/issue.md +0 -0
- /package/dist/template/.opencode/{commands → command}/opensrc.md +0 -0
- /package/dist/template/.opencode/{commands → command}/plan.md +0 -0
- /package/dist/template/.opencode/{commands → command}/pr.md +0 -0
- /package/dist/template/.opencode/{commands → command}/quick-build.md +0 -0
- /package/dist/template/.opencode/{commands → command}/ralph.md +0 -0
- /package/dist/template/.opencode/{commands → command}/research-and-implement.md +0 -0
- /package/dist/template/.opencode/{commands → command}/research-ui.md +0 -0
- /package/dist/template/.opencode/{commands → command}/restore-image.md +0 -0
- /package/dist/template/.opencode/{commands → command}/revert-feature.md +0 -0
- /package/dist/template/.opencode/{commands → command}/review-codebase.md +0 -0
- /package/dist/template/.opencode/{commands → command}/skill-create.md +0 -0
- /package/dist/template/.opencode/{commands → command}/skill-optimize.md +0 -0
- /package/dist/template/.opencode/{commands → command}/status.md +0 -0
- /package/dist/template/.opencode/{commands → command}/summarize.md +0 -0
- /package/dist/template/.opencode/{commands → command}/triage.md +0 -0
- /package/dist/template/.opencode/{commands → command}/ui-review.md +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/README.md +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/compaction.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/env-ctx.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/lib/notify.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/lsp.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/memory.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/notification.ts.bak +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/package.json +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/sessions.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/skill-mcp.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/truncator.ts +0 -0
- /package/dist/template/.opencode/{plugins → plugin}/tsconfig.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/accessibility-audit/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/agent-browser/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/beads/references/BOUNDARIES.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/beads/references/DEPENDENCIES.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/beads/references/RESUMABILITY.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/beads/references/WORKFLOWS.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/brainstorming/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/chrome-devtools/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/chrome-devtools/mcp.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/agents-sdk/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/agents-sdk/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/agents-sdk/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/agents-sdk/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/agents-sdk/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-gateway/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-search/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-search/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-search/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-search/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ai-search/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/analytics-engine/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/analytics-engine/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/analytics-engine/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/analytics-engine/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/analytics-engine/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api-shield/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api-shield/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api-shield/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api-shield/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/api-shield/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/argo-smart-routing/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/argo-smart-routing/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/argo-smart-routing/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/argo-smart-routing/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/argo-smart-routing/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bindings/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bindings/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bindings/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bindings/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bindings/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bot-management/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bot-management/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bot-management/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bot-management/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/bot-management/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/browser-rendering/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/browser-rendering/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/browser-rendering/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/browser-rendering/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/browser-rendering/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/c3/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cache-reserve/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cache-reserve/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cache-reserve/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cache-reserve/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cache-reserve/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/containers/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/containers/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/containers/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/containers/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/containers/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cron-triggers/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cron-triggers/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cron-triggers/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cron-triggers/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/cron-triggers/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/d1/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/d1/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/d1/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/d1/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/d1/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ddos/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ddos/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ddos/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ddos/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/ddos/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/do-storage/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/do-storage/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/do-storage/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/do-storage/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/do-storage/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/durable-objects/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/durable-objects/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/durable-objects/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/durable-objects/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/durable-objects/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-routing/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-routing/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-routing/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-routing/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-routing/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/email-workers/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/hyperdrive/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/hyperdrive/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/hyperdrive/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/hyperdrive/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/hyperdrive/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/images/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/images/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/images/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/images/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/images/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/kv/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/kv/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/kv/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/kv/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/kv/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/miniflare/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/miniflare/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/miniflare/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/miniflare/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/miniflare/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/network-interconnect/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/network-interconnect/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/network-interconnect/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/network-interconnect/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/network-interconnect/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/observability/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/observability/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/observability/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/observability/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/observability/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages-functions/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages-functions/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages-functions/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages-functions/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pages-functions/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pipelines/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pulumi/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pulumi/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pulumi/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pulumi/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/pulumi/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/queues/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/queues/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/queues/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/queues/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/queues/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-data-catalog/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-data-catalog/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-data-catalog/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-data-catalog/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-data-catalog/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/r2-sql/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtime-sfu/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtime-sfu/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtime-sfu/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtime-sfu/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtime-sfu/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtimekit/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtimekit/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtimekit/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtimekit/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/realtimekit/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/sandbox/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/sandbox/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/sandbox/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/sandbox/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/sandbox/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/secrets-store/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/secrets-store/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/secrets-store/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/secrets-store/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/secrets-store/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/smart-placement/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/smart-placement/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/smart-placement/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/smart-placement/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/smart-placement/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/snippets/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/snippets/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/snippets/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/snippets/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/snippets/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/spectrum/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/spectrum/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/spectrum/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/spectrum/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/spectrum/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/static-assets/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/static-assets/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/static-assets/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/static-assets/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/static-assets/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/stream/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/stream/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/stream/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/stream/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/stream/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tail-workers/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/terraform/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/terraform/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/terraform/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/terraform/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/terraform/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tunnel/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tunnel/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tunnel/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tunnel/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/tunnel/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turn/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turnstile/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turnstile/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turnstile/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turnstile/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/turnstile/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/vectorize/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/waf/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/waf/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/waf/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/waf/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/waf/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/web-analytics/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/web-analytics/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/web-analytics/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/web-analytics/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/web-analytics/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workerd/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workerd/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workerd/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workerd/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workerd/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-ai/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-for-platforms/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-for-platforms/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-for-platforms/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-for-platforms/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-for-platforms/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-playground/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-playground/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-playground/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-playground/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-playground/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workers-vpc/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workflows/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workflows/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workflows/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workflows/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/workflows/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/wrangler/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/wrangler/api.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/wrangler/configuration.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/wrangler/gotchas.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/wrangler/patterns.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/cloudflare/references/zaraz/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/condition-based-waiting/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/condition-based-waiting/example.ts +0 -0
- /package/dist/template/.opencode/{skills → skill}/context-engineering/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/deep-research/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/defense-in-depth/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/design-system-audit/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/dispatching-parallel-agents/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/executing-plans/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/figma/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/finishing-a-development-branch/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/animation/motion-advanced.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/animation/motion-core.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/canvas/execution.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/canvas/philosophy.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/shadcn/accessibility.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/shadcn/core-components.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/shadcn/form-components.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/shadcn/setup.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/shadcn/theming.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/tailwind/responsive.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/tailwind/utilities-layout.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/tailwind/utilities-styling.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/tailwind/v4-config.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/frontend-design/references/tailwind/v4-features.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/gemini-large-context/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/index-knowledge/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/memory-system/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/mockup-to-code/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/mqdh/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/notebooklm/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/notebooklm/references/setup.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/opensrc/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/opensrc/references/architecture.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/opensrc/references/cli-usage.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/opensrc/references/registry-support.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/playwright/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/playwright/mcp.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/playwriter/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/polar/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/prd/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/prd-task/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/prd-task/references/prd-schema.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/ralph/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/AGENTS.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/README.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/metadata.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/_sections.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/_template.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/advanced-event-handler-refs.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/advanced-use-latest.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/async-api-routes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/async-defer-await.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/async-dependencies.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/async-parallel.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/async-suspense-boundaries.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/bundle-barrel-imports.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/bundle-conditional.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/bundle-defer-third-party.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/bundle-dynamic-imports.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/bundle-preload.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/client-event-listeners.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/client-localstorage-schema.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/client-passive-event-listeners.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/client-swr-dedup.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-batch-dom-css.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-cache-function-results.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-cache-property-access.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-cache-storage.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-combine-iterations.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-early-exit.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-hoist-regexp.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-index-maps.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-length-check-first.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-min-max-loop.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-set-map-lookups.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/js-tosorted-immutable.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-activity.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-conditional-render.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-content-visibility.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-hoist-jsx.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rendering-svg-precision.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-defer-reads.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-dependencies.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-derived-state.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-functional-setstate.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-lazy-state-init.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-memo.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/rerender-transitions.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/server-after-nonblocking.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/server-cache-lru.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/server-cache-react.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/server-parallel-fetching.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/react-best-practices/rules/server-serialization.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/receiving-code-review/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/requesting-code-review/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/requesting-code-review/review.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/root-cause-tracing/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/root-cause-tracing/find-polluter.sh +0 -0
- /package/dist/template/.opencode/{skills → skill}/session-management/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/sharing-skills/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/skill-creator/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/source-code-research/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/stitch/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/stitch/mcp.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/subagent-driven-development/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase/mcp.json +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/AGENTS.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/advanced-full-text-search.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/advanced-jsonb-indexing.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/conn-idle-timeout.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/conn-limits.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/conn-pooling.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/conn-prepared-statements.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/data-batch-inserts.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/data-n-plus-one.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/data-pagination.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/data-upsert.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/lock-advisory.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/lock-deadlock-prevention.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/lock-short-transactions.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/lock-skip-locked.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/monitor-explain-analyze.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/monitor-pg-stat-statements.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/monitor-vacuum-analyze.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/query-composite-indexes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/query-covering-indexes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/query-index-types.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/query-missing-indexes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/query-partial-indexes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/schema-data-types.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/schema-foreign-key-indexes.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/schema-lowercase-identifiers.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/schema-partitioning.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/schema-primary-keys.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/security-privileges.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/security-rls-basics.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/supabase-postgres-best-practices/rules/security-rls-performance.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/systematic-debugging/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/test-driven-development/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/testing-anti-patterns/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/testing-skills-with-subagents/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/ui-ux-research/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/using-git-worktrees/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/using-skills/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/v0/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/vercel-deploy-claimable/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/vercel-deploy-claimable/scripts/deploy.sh +0 -0
- /package/dist/template/.opencode/{skills → skill}/verification-before-completion/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/visual-analysis/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/web-design-guidelines/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/writing-plans/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/writing-skills/SKILL.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/writing-skills/anthropic-best-practices.md +0 -0
- /package/dist/template/.opencode/{skills → skill}/writing-skills/graphviz-conventions.dot +0 -0
- /package/dist/template/.opencode/{skills → skill}/writing-skills/persuasion-principles.md +0 -0
- /package/dist/template/.opencode/{tools → tool}/context7-query-docs.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/context7-resolve-library-id.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/grepsearch.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/memory-read.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/memory-search.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/memory-update.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/notebooklm.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/observation.ts +0 -0
- /package/dist/template/.opencode/{tools → tool}/oracle.ts +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T05:13:11.027Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["copilot", "auth", "plugin", "baseURL", "chat.headers", "anthropic-beta", "reasoning", "thinking", "enterprise"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 🎯 Copilot Auth Plugin Updated with baseURL and chat.headers
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## Changes Made to copilot-auth.ts
|
|
15
|
+
|
|
16
|
+
### 1. Added baseURL return for enterprise support
|
|
17
|
+
```typescript
|
|
18
|
+
// Enterprise URL support for baseURL
|
|
19
|
+
const enterpriseUrl = (info as any).enterpriseUrl;
|
|
20
|
+
const baseURL = enterpriseUrl
|
|
21
|
+
? `https://copilot-api.${normalizeDomain(enterpriseUrl)}`
|
|
22
|
+
: undefined;
|
|
23
|
+
|
|
24
|
+
return {
|
|
25
|
+
baseURL, // ← Now returned
|
|
26
|
+
apiKey: "",
|
|
27
|
+
// ...
|
|
28
|
+
}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### 2. Added chat.headers hook for Claude reasoning support
|
|
32
|
+
```typescript
|
|
33
|
+
"chat.headers": async (input: any, output: any) => {
|
|
34
|
+
// Only apply to GitHub Copilot provider
|
|
35
|
+
if (!input.model?.providerID?.includes("github-copilot")) return;
|
|
36
|
+
|
|
37
|
+
// Add Anthropic beta header for interleaved thinking (extended reasoning)
|
|
38
|
+
if (input.model?.api?.npm === "@ai-sdk/anthropic") {
|
|
39
|
+
output.headers["anthropic-beta"] = "interleaved-thinking-2025-05-14";
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Mark subagent sessions as agent-initiated
|
|
43
|
+
const session = await sdk.session.get(...);
|
|
44
|
+
if (session?.data?.parentID) {
|
|
45
|
+
output.headers["x-initiator"] = "agent";
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Why These Changes Matter
|
|
51
|
+
|
|
52
|
+
1. **baseURL**: Enterprise users using GitHub Enterprise with data residency will now get correct API routing to `copilot-api.<domain>`.
|
|
53
|
+
|
|
54
|
+
2. **anthropic-beta header**: When Claude routing is re-enabled (the commented-out code), this header will be automatically added to enable extended thinking/reasoning. The header `interleaved-thinking-2025-05-14` is required for Claude to return thinking blocks.
|
|
55
|
+
|
|
56
|
+
3. **Subagent x-initiator**: Sessions that are children of other sessions (subagents) will be marked as `agent` initiated, matching the standard that other Copilot tools use.
|
|
57
|
+
|
|
58
|
+
### Note on Reasoning Activation
|
|
59
|
+
|
|
60
|
+
The anthropic-beta header only activates when:
|
|
61
|
+
- `input.model.api.npm === "@ai-sdk/anthropic"`
|
|
62
|
+
|
|
63
|
+
Currently, all models use `@ai-sdk/github-copilot`, so the header won't be added until the commented Claude routing code is re-enabled.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T13:42:23.877Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["worker", "swarm", "tmux", "agent", "spawn_session", "primary", "subagent"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 🎯 Created dedicated worker agent for swarm
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
Created a new `worker` agent (primary mode) specifically for tmux-spawned swarm tasks. This keeps `general` as a subagent (for Task tool delegation) while providing a standalone agent that can be spawned via `opencode run --agent worker`.
|
|
15
|
+
|
|
16
|
+
Key differences:
|
|
17
|
+
- worker: mode=primary, can run standalone, focused on delegated task execution
|
|
18
|
+
- general: mode=subagent, only via Task tool, fast small tasks
|
|
19
|
+
|
|
20
|
+
The tmux tool now defaults to `agent: "worker"` for spawn_session operations.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T17:20:18.779Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["copilot", "claude", "reasoning", "thinking_budget", "rollback", "v1.1.47", "signature validation"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 🎯 Rollback to v1.1.47 for Copilot Claude reasoning
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
User decided to rollback to OpenCode v1.1.47 approach instead of waiting for PR #8958 to merge. The v1.1.48+ native SDK has "Invalid signature in thinking block" errors with Claude models via GitHub Copilot.
|
|
15
|
+
|
|
16
|
+
Rollback includes:
|
|
17
|
+
1. Restore copilot-auth.ts with thinking_budget injection (from commit 6f003b5)
|
|
18
|
+
2. Restore custom SDK at .opencode/plugin/sdk/copilot/ with reasoning_text/reasoning_opaque handling
|
|
19
|
+
3. Restore opencode.json github-copilot provider config with reasoning: true for Claude models
|
|
20
|
+
|
|
21
|
+
This custom SDK bypasses native signature validation but provides working extended thinking.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T18:41:11.898Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["swarm", "task-tool", "parallel-execution", "mailbox", "simplification"]
|
|
8
|
+
files: [".opencode/tool/swarm-monitor.ts", ".opencode/tool/swarm-delegate.ts", ".opencode/plugin/swarm-enforcer.ts", ".opencode/agent/build.md"]
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 🎯 Simplified swarm to Task tool pattern
|
|
12
|
+
|
|
13
|
+
🟢 **Confidence:** high
|
|
14
|
+
|
|
15
|
+
## Decision
|
|
16
|
+
Removed mailbox complexity from swarm system. The Task tool handles agent lifecycle and result collection natively.
|
|
17
|
+
|
|
18
|
+
## Changes Made
|
|
19
|
+
1. **swarm-monitor.ts**: Removed mail_send, mail_read, persist_todos, restore_todos, get_todos. Now only has progress_update, progress_render, render_block, status, clear.
|
|
20
|
+
2. **swarm-delegate.ts**: Updated example to remove swarm-monitor references
|
|
21
|
+
3. **swarm-enforcer.ts**: Renamed from "SWARM PROTOCOL" to "BEADS PROTOCOL", simplified messaging
|
|
22
|
+
4. **build.md agent**: Dramatically simplified - removed complex PARL workflow, tmux panes, mailbox monitoring. Now focuses on Task tool pattern.
|
|
23
|
+
5. **Removed files**: tmux.ts, worker.md (no longer needed)
|
|
24
|
+
|
|
25
|
+
## Why
|
|
26
|
+
- Task tool already handles results returning to parent
|
|
27
|
+
- OpenCode manages agent lifecycle automatically
|
|
28
|
+
- Mailbox was adding complexity without value
|
|
29
|
+
- Session navigation (ctrl+alt+left/right) provides visibility
|
|
30
|
+
|
|
31
|
+
## New Pattern
|
|
32
|
+
```typescript
|
|
33
|
+
// Simple parallel execution
|
|
34
|
+
Task({ subagent_type: "explore", prompt: "Find X..." });
|
|
35
|
+
Task({ subagent_type: "general", prompt: "Implement Y..." });
|
|
36
|
+
// Results return directly - no mailbox needed
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Files Affected
|
|
40
|
+
- .opencode/tool/swarm-monitor.ts
|
|
41
|
+
- .opencode/tool/swarm-delegate.ts
|
|
42
|
+
- .opencode/plugin/swarm-enforcer.ts
|
|
43
|
+
- .opencode/agent/build.md
|
|
44
|
+
- dist/template/* (all synced)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T18:34:23.413Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["swarm", "task-tool", "child-session", "parallel", "architecture", "simplify"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 🎯 Swarm architecture: Task tool over tmux
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
Decided to use Task tool (child sessions) instead of tmux-spawned orphan sessions for swarm coordination.
|
|
15
|
+
|
|
16
|
+
Reasons:
|
|
17
|
+
1. Task tool manages lifecycle automatically - no orphaned processes
|
|
18
|
+
2. Results return directly to parent - no mailbox communication needed
|
|
19
|
+
3. Built-in session navigation (ctrl+alt+right/left) for visibility
|
|
20
|
+
4. Simpler architecture - no process management complexity
|
|
21
|
+
|
|
22
|
+
Removed:
|
|
23
|
+
- worker agent (.opencode/agent/worker.md)
|
|
24
|
+
- tmux tool (.opencode/tool/tmux.ts)
|
|
25
|
+
- swarm-monitor mailbox complexity
|
|
26
|
+
|
|
27
|
+
Pattern for parallel work:
|
|
28
|
+
```typescript
|
|
29
|
+
// Launch parallel subagents - results return to parent
|
|
30
|
+
Task({ subagent_type: "general", prompt: "Task 1..." });
|
|
31
|
+
Task({ subagent_type: "explore", prompt: "Task 2..." });
|
|
32
|
+
// Navigate to child sessions: ctrl+alt+right/left
|
|
33
|
+
```
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: decision
|
|
3
|
+
created: 2026-01-31T19:09:09.501Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["swarm", "delegation", "worker skills", "verification", "TDD", "tool priority"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 🎯 Worker skills defined for swarm delegation
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
Updated swarm-delegate and swarm-plan tools to recommend essential skills for worker agents:
|
|
15
|
+
|
|
16
|
+
Required/Recommended skills for workers:
|
|
17
|
+
1. verification-before-completion - REQUIRED: Workers must verify before claiming done
|
|
18
|
+
2. test-driven-development - RECOMMENDED: Write tests first, watch fail, implement, verify pass
|
|
19
|
+
3. tool-priority - RECOMMENDED: Use LSP before edits, grep for patterns, read before edit
|
|
20
|
+
|
|
21
|
+
Changes made:
|
|
22
|
+
- swarm-delegate.ts: Added "Recommended skills for workers" section to tool description
|
|
23
|
+
- swarm-plan.ts: Added "Worker skills" section with skill() calls to load
|
|
24
|
+
|
|
25
|
+
These skills ensure workers:
|
|
26
|
+
- Follow proper verification protocol (no false "done" claims)
|
|
27
|
+
- Use TDD for quality implementation
|
|
28
|
+
- Use correct tool priority (LSP before edits)
|
|
29
|
+
|
|
30
|
+
Both tools synced to dist/template/.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T18:13:49.325Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["opencode", "gpt", "reasoning", "github-copilot", "model-config", "variants", "reasoningEffort"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 📚 GPT reasoning config for GitHub Copilot
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## GPT Models Reasoning Configuration on GitHub Copilot Provider
|
|
15
|
+
|
|
16
|
+
For OpenAI GPT models (gpt-5.2, gpt-5.2-codex) via github-copilot provider, reasoning is configured using these options:
|
|
17
|
+
|
|
18
|
+
### Key Options
|
|
19
|
+
- `reasoningEffort`: "low" | "medium" | "high" - Controls reasoning depth
|
|
20
|
+
- `reasoningSummary`: "auto" | "always" | "never" - Show reasoning summary
|
|
21
|
+
- `textVerbosity`: "low" | "medium" | "high" - Controls output verbosity
|
|
22
|
+
- `include`: ["reasoning.encrypted_content"] - Include encrypted reasoning
|
|
23
|
+
|
|
24
|
+
### Configuration Structure
|
|
25
|
+
```json
|
|
26
|
+
"github-copilot": {
|
|
27
|
+
"models": {
|
|
28
|
+
"gpt-5.2": {
|
|
29
|
+
"reasoning": true,
|
|
30
|
+
"options": {
|
|
31
|
+
"reasoningEffort": "medium",
|
|
32
|
+
"reasoningSummary": "auto"
|
|
33
|
+
},
|
|
34
|
+
"variants": {
|
|
35
|
+
"high": { "reasoningEffort": "high", "include": ["reasoning.encrypted_content"] },
|
|
36
|
+
"low": { "reasoningEffort": "low" },
|
|
37
|
+
"medium": { "reasoningEffort": "medium" }
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Usage
|
|
45
|
+
1. Select model: `/models` → choose `github-copilot/gpt-5.2`
|
|
46
|
+
2. Cycle variants: Use keybind to switch between low/medium/high
|
|
47
|
+
3. Or add `--variant high` when starting
|
|
48
|
+
|
|
49
|
+
### Difference from Claude models
|
|
50
|
+
- Claude uses `thinking_budget` (token count)
|
|
51
|
+
- GPT uses `reasoningEffort` (low/medium/high qualitative levels)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T05:04:00.660Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["copilot", "auth", "plugin", "token-refresh", "reasoning", "thinking", "github-copilot", "opencode", "comparison"]
|
|
8
|
+
files: ["index.mjs"]
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 📚 OpenCode Copilot Auth Comparison Findings
|
|
12
|
+
|
|
13
|
+
🟢 **Confidence:** high
|
|
14
|
+
|
|
15
|
+
## Key Findings from Comparing Local vs Official OpenCode Copilot Auth Plugin
|
|
16
|
+
|
|
17
|
+
### Official Plugin Location
|
|
18
|
+
- Repository: `anomalyco/opencode-copilot-auth` (separate repo)
|
|
19
|
+
- File: `index.mjs`
|
|
20
|
+
- The auth.ts in main opencode repo is just auth orchestration, not the actual plugin
|
|
21
|
+
|
|
22
|
+
### Critical Differences Found
|
|
23
|
+
|
|
24
|
+
#### 1. CLIENT_ID Mismatch
|
|
25
|
+
- **Local**: `Ov23li8tweQw6odWQebz`
|
|
26
|
+
- **Official**: `Iv1.b507a08c87ecfe98`
|
|
27
|
+
- CRITICAL: Different OAuth client IDs will affect authentication!
|
|
28
|
+
|
|
29
|
+
#### 2. Token Refresh Mechanism
|
|
30
|
+
- **Local**: Does NOT refresh Copilot API token - uses OAuth access token directly
|
|
31
|
+
- **Official**: Uses `COPILOT_API_KEY_URL` (`/copilot_internal/v2/token`) to get short-lived Copilot tokens
|
|
32
|
+
- CRITICAL: Local version may have token expiration issues
|
|
33
|
+
|
|
34
|
+
#### 3. Token Storage
|
|
35
|
+
- **Local**: Stores `data.access_token` as both `refresh` and `access` with `expires: 0`
|
|
36
|
+
- **Official**: Stores OAuth token as `refresh`, and fetches separate Copilot token as `access` with proper expiration
|
|
37
|
+
|
|
38
|
+
#### 4. Rate Limit Handling
|
|
39
|
+
- **Local**: Has retry logic with exponential backoff for 429 errors
|
|
40
|
+
- **Official**: No retry logic - relies on proper token refresh instead
|
|
41
|
+
|
|
42
|
+
#### 5. Model Configuration
|
|
43
|
+
- **Local**: Sets `model.api.npm = "@ai-sdk/github-copilot"` explicitly
|
|
44
|
+
- **Official**: Does NOT modify model SDK - lets OpenCode core handle it
|
|
45
|
+
|
|
46
|
+
#### 6. Agent Detection Logic
|
|
47
|
+
- **Local**: Checks ALL messages for tool/assistant roles
|
|
48
|
+
- **Official**: Only checks LAST message for agent detection
|
|
49
|
+
|
|
50
|
+
#### 7. baseURL Configuration
|
|
51
|
+
- **Local**: Does NOT set baseURL (commented out Claude routing)
|
|
52
|
+
- **Official**: Sets baseURL dynamically based on enterprise vs public deployment
|
|
53
|
+
|
|
54
|
+
### Reasoning/Thinking Block Fix Context
|
|
55
|
+
The v1.1.46 fix "Remove AI SDK middleware that was preventing think blocks" is in the core OpenCode provider code, NOT in the copilot auth plugin. The `extractReasoningMiddleware` is used to extract thinking from tags like `<think>`, but Anthropic's native thinking doesn't need this.
|
|
56
|
+
|
|
57
|
+
### Recommendation
|
|
58
|
+
The local plugin has diverged significantly from official. Key issues:
|
|
59
|
+
1. Wrong CLIENT_ID will cause auth problems
|
|
60
|
+
2. Missing token refresh logic will cause "Not Found" or auth errors
|
|
61
|
+
3. Agent detection differs which affects `x-initiator` header
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T05:23:35.673Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["copilot", "reasoning", "thinking", "config", "opencode", "sdk", "thinking_budget", "reasoning_text", "reasoning_opaque"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 📚 OpenCode Copilot Reasoning Architecture Explained
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## OpenCode Copilot Reasoning Architecture
|
|
15
|
+
|
|
16
|
+
### Config Parameters Found in opencode.json
|
|
17
|
+
The `github-copilot` provider has Claude models with reasoning configured:
|
|
18
|
+
```json
|
|
19
|
+
"claude-haiku-4.5": {
|
|
20
|
+
"reasoning": true,
|
|
21
|
+
"variants": {
|
|
22
|
+
"high": {
|
|
23
|
+
"options": {
|
|
24
|
+
"thinking": {
|
|
25
|
+
"budgetTokens": 32000,
|
|
26
|
+
"type": "enabled"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### How OpenCode v1.1.46 Actually Handles Copilot Reasoning
|
|
35
|
+
|
|
36
|
+
OpenCode created a custom Copilot SDK (`packages/opencode/src/provider/sdk/copilot/`) that:
|
|
37
|
+
|
|
38
|
+
1. **Does NOT use Anthropic's `/v1/messages` endpoint** - uses standard `/chat/completions`
|
|
39
|
+
2. **Sends `thinking_budget` parameter** in request args
|
|
40
|
+
3. **Looks for `reasoning_text` and `reasoning_opaque` fields** in response
|
|
41
|
+
4. **Preserves `reasoning_opaque`** for multi-turn conversations
|
|
42
|
+
|
|
43
|
+
### Key Response Schema Fields (Copilot-specific)
|
|
44
|
+
```typescript
|
|
45
|
+
message: {
|
|
46
|
+
content: z.string().nullish(),
|
|
47
|
+
reasoning_text: z.string().nullish(), // Reasoning content
|
|
48
|
+
reasoning_opaque: z.string().nullish(), // Opaque token for multi-turn
|
|
49
|
+
}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Provider Options Mapping
|
|
53
|
+
The custom SDK accepts:
|
|
54
|
+
- `thinking_budget` → budget tokens for thinking
|
|
55
|
+
- `reasoningEffort` → low/medium/high effort level
|
|
56
|
+
|
|
57
|
+
### Why Standard SDK Doesn't Work
|
|
58
|
+
- `@ai-sdk/github-copilot` doesn't look for `reasoning_text` field
|
|
59
|
+
- It doesn't pass `thinking_budget` to the API
|
|
60
|
+
- It doesn't preserve `reasoning_opaque` for conversation continuity
|
|
61
|
+
|
|
62
|
+
### Solution Required
|
|
63
|
+
To enable Copilot reasoning, need to either:
|
|
64
|
+
1. Wait for `@ai-sdk/github-copilot` to add support
|
|
65
|
+
2. Copy OpenCode's custom `sdk/copilot` implementation
|
|
66
|
+
3. Contribute the feature upstream
|
package/dist/template/.opencode/memory/observations/2026-01-31-learning-opencode-custom-tools-api.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T13:08:45.478Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["opencode", "custom-tools", "plugin", "bun-shell", "tool-schema"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 📚 OpenCode Custom Tools API
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## Proper Custom Tool Format
|
|
15
|
+
|
|
16
|
+
OpenCode custom tools must use the `@opencode-ai/plugin` package:
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { tool } from "@opencode-ai/plugin";
|
|
20
|
+
|
|
21
|
+
export default tool({
|
|
22
|
+
description: "Tool description",
|
|
23
|
+
args: {
|
|
24
|
+
param: tool.schema.string().describe("Parameter description"),
|
|
25
|
+
},
|
|
26
|
+
async execute(args, context) {
|
|
27
|
+
// context provides: agent, sessionID, messageID, directory, worktree
|
|
28
|
+
return "result";
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Key Points:
|
|
34
|
+
1. **Import**: `import { tool } from "@opencode-ai/plugin"`
|
|
35
|
+
2. **Schema**: Use `tool.schema` (which is Zod) for argument types
|
|
36
|
+
3. **Shell commands**: Use `Bun.$` for shell commands, NOT Node.js child_process
|
|
37
|
+
4. **Context**: Second argument provides session info (directory, worktree, etc.)
|
|
38
|
+
5. **Multiple exports**: Each named export becomes `<filename>_<exportname>` tool
|
|
39
|
+
|
|
40
|
+
### Shell Command Example:
|
|
41
|
+
```typescript
|
|
42
|
+
// Use Bun shell (NOT child_process)
|
|
43
|
+
const result = await Bun.$`tmux -V`.quiet();
|
|
44
|
+
return result.stdout.toString().trim();
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Docs Reference:
|
|
48
|
+
https://opencode.ai/docs/custom-tools/
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T18:45:52.872Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["opencode", "skills", "slash-commands", "v1.1.48", "TUI", "implement"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 📚 OpenCode v1.1.48: Skills as slash commands
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
OpenCode v1.1.48 introduced the ability to invoke skills as slash commands in the TUI.
|
|
15
|
+
|
|
16
|
+
This means:
|
|
17
|
+
1. Skills in `.opencode/skill/` can be invoked directly via `/skill-name`
|
|
18
|
+
2. Commands in `.opencode/command/` that load skills via `skill({ name: "..." })` need to stay consistent with actual skill capabilities
|
|
19
|
+
3. When simplifying tools/skills, must also update any commands that reference them
|
|
20
|
+
|
|
21
|
+
Example: `/implement` loads swarm-coordination skill and uses swarm-monitor operations - if those operations change, implement.md must be updated too.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T19:06:48.076Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["swarm", "beads", "parallel execution", "task tool", "mailbox removal"]
|
|
8
|
+
files: [".opencode/tool/swarm-monitor.ts", ".opencode/command/implement.md", ".opencode/command/handoff.md", ".opencode/command/resume.md", ".opencode/command/new-feature.md", ".opencode/command/research.md", ".opencode/skill/beads/SKILL.md", ".opencode/skill/beads-bridge/SKILL.md", ".opencode/skill/swarm-coordination/SKILL.md"]
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# 📚 Swarm system simplified - removed mailbox operations
|
|
12
|
+
|
|
13
|
+
🟢 **Confidence:** high
|
|
14
|
+
|
|
15
|
+
The swarm system has been simplified to use Task tool for parallel execution instead of internal mailbox operations. Removed obsolete operations: restore_todos, persist_todos, mail_send, mail_read, get_todos.
|
|
16
|
+
|
|
17
|
+
Current valid swarm-monitor operations: progress_update, render_block, status, clear
|
|
18
|
+
|
|
19
|
+
Updated files:
|
|
20
|
+
- .opencode/tool/swarm-monitor.ts (removed obsolete operations)
|
|
21
|
+
- .opencode/command/implement.md (updated examples)
|
|
22
|
+
- .opencode/command/handoff.md (removed persist_todos)
|
|
23
|
+
- .opencode/command/resume.md (removed restore_todos)
|
|
24
|
+
- .opencode/command/new-feature.md (removed mail_send)
|
|
25
|
+
- .opencode/command/research.md (simplified examples)
|
|
26
|
+
- .opencode/skill/beads/SKILL.md (added beads-bridge section)
|
|
27
|
+
- .opencode/skill/beads-bridge/SKILL.md (removed obsolete operations)
|
|
28
|
+
- .opencode/skill/swarm-coordination/SKILL.md (removed obsolete operations)
|
|
29
|
+
|
|
30
|
+
Key insight: Task tool results replace mailbox messages. Workers return completion status directly via Task results, not via mail_send/mail_read.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: learning
|
|
3
|
+
created: 2026-01-31T17:23:15.170Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["v1.1.48", "copilot", "reasoning", "native", "PR 8900", "thinking_budget", "reasoning_opaque", "reasoning_text"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# 📚 v1.1.48 Native Copilot Reasoning via PR 8900
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## v1.1.48 Native Copilot Reasoning Support (PR #8900)
|
|
15
|
+
|
|
16
|
+
OpenCode v1.1.48 includes native Copilot-specific provider that properly handles reasoning tokens! This was merged Jan 31, 2026.
|
|
17
|
+
|
|
18
|
+
### What PR #8900 Does:
|
|
19
|
+
1. Creates dedicated Copilot provider under `src/provider/sdk/copilot/`
|
|
20
|
+
2. Handles `reasoning_text` and `reasoning_opaque` fields natively
|
|
21
|
+
3. Properly stores and passes `reasoning_opaque` back to Copilot API for multi-turn context
|
|
22
|
+
4. Uses `providerOptions.copilot` key (not `openaiCompatible`)
|
|
23
|
+
5. Adds `copilot_cache_control` to all messages
|
|
24
|
+
|
|
25
|
+
### Key Implementation Details:
|
|
26
|
+
- Provider options key changed from `openaiCompatible` to `copilot`
|
|
27
|
+
- Assistant messages include `reasoning_text` and `reasoning_opaque`
|
|
28
|
+
- The opaque signature MUST be passed back for multi-turn reasoning to work properly
|
|
29
|
+
- Gemini models work with reasoning; Claude thinking is NOT yet supported server-side by GitHub
|
|
30
|
+
|
|
31
|
+
### For Plugin Configuration (v1.1.48+):
|
|
32
|
+
- NO custom SDK needed anymore
|
|
33
|
+
- Use native `github-copilot` provider
|
|
34
|
+
- Enable reasoning with `reasoning: true` in model config
|
|
35
|
+
- May need to pass `thinking_budget` via providerOptions.copilot
|
|
36
|
+
|
|
37
|
+
### GitHub Copilot Model Capabilities (from API):
|
|
38
|
+
- Claude models support `max_thinking_budget: 32000` and `min_thinking_budget: 1024`
|
|
39
|
+
- GPT models use `/responses` API endpoint
|
|
40
|
+
- Claude uses chat completions API
|
|
41
|
+
|
|
42
|
+
### Important Note:
|
|
43
|
+
- Gemini models DO return `reasoning_text` via Copilot
|
|
44
|
+
- Claude extended thinking is blocked SERVER-SIDE by GitHub (not a client issue)
|
|
45
|
+
- The custom SDK we built is now obsolete for v1.1.48+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: warning
|
|
3
|
+
created: 2026-01-31T13:04:00.635Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["opencode.json", "config", "schema", "tmux", "custom-config", "validation"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# ⚠️ Cannot add custom config to opencode.json
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
opencode.json has a strict JSON schema (https://opencode.ai/config.json). You CANNOT add arbitrary config sections like "tmux". The schema only allows specific keys like: agent, autoupdate, compaction, experimental, formatter, instructions, keybinds, mcp, model, permission, plugin, provider, share, small_model, tools, tui, watcher.
|
|
15
|
+
|
|
16
|
+
Custom tool configuration must be handled within the tool itself (via environment variables, separate config file, or hardcoded defaults) - NOT in opencode.json.
|
|
17
|
+
|
|
18
|
+
The user already commented out the invalid tmux section at lines 785-790.
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: warning
|
|
3
|
+
created: 2026-01-31T05:19:40.401Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["copilot", "claude", "routing", "v1", "404", "not-found", "anthropic", "messages-api", "limitation"]
|
|
8
|
+
files: ["api.githubcopilot.com"]
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# ⚠️ Copilot Claude /v1 Endpoint Returns 404 - Confirmed
|
|
12
|
+
|
|
13
|
+
🟢 **Confidence:** high
|
|
14
|
+
|
|
15
|
+
## Confirmed: GitHub Copilot Does NOT Support Claude /v1 Endpoint
|
|
16
|
+
|
|
17
|
+
### Test Result
|
|
18
|
+
Re-enabling Claude routing with `/v1` endpoint causes 404 "Not Found" errors.
|
|
19
|
+
|
|
20
|
+
### Root Cause
|
|
21
|
+
GitHub Copilot API (`api.githubcopilot.com`) only exposes:
|
|
22
|
+
- `/v1/chat/completions` - OpenAI-compatible endpoint
|
|
23
|
+
|
|
24
|
+
It does NOT expose:
|
|
25
|
+
- `/v1/messages` - Anthropic's native Messages API (required for extended thinking)
|
|
26
|
+
|
|
27
|
+
### Conclusion
|
|
28
|
+
**Extended thinking/reasoning is NOT available for Claude through GitHub Copilot.**
|
|
29
|
+
|
|
30
|
+
The Copilot API acts as a proxy that:
|
|
31
|
+
1. Accepts OpenAI-format requests
|
|
32
|
+
2. Translates them internally to Claude
|
|
33
|
+
3. Returns OpenAI-format responses
|
|
34
|
+
|
|
35
|
+
This translation layer strips thinking blocks and doesn't support the `thinking` parameter.
|
|
36
|
+
|
|
37
|
+
### Final Configuration
|
|
38
|
+
All Claude models must use `@ai-sdk/github-copilot` SDK, NOT `@ai-sdk/anthropic`.
|
|
39
|
+
|
|
40
|
+
```typescript
|
|
41
|
+
// This is the ONLY working configuration
|
|
42
|
+
model.api.npm = "@ai-sdk/github-copilot";
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Workaround for Reasoning
|
|
46
|
+
To get Claude reasoning, users must:
|
|
47
|
+
1. Use direct Anthropic API with separate API key
|
|
48
|
+
2. Or use a provider that exposes native Anthropic Messages API (Vertex AI, AWS Bedrock)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: warning
|
|
3
|
+
created: 2026-01-31T17:14:16.151Z
|
|
4
|
+
confidence: high
|
|
5
|
+
valid_until: null
|
|
6
|
+
superseded_by: null
|
|
7
|
+
concepts: ["opencode", "copilot", "claude", "thinking-block", "signature", "reasoning", "v1.1.48", "bug", "sdk", "backup"]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# ⚠️ OpenCode v1.1.48+ Claude Thinking Block Signature Bug
|
|
11
|
+
|
|
12
|
+
🟢 **Confidence:** high
|
|
13
|
+
|
|
14
|
+
## Problem
|
|
15
|
+
When upgrading OpenCode from v1.1.48 to dev branch, Claude models via GitHub Copilot fail with:
|
|
16
|
+
`messages.1.content.0: Invalid 'signature' in 'thinking' block`
|
|
17
|
+
|
|
18
|
+
## Root Cause
|
|
19
|
+
- OpenCode v1.1.48+ native `@ai-sdk/github-copilot` SDK validates thinking block signatures
|
|
20
|
+
- Switching models mid-session causes signature validation failures
|
|
21
|
+
- Thinking blocks from one model (GLM 4.7, MiniMax, etc.) have incompatible signatures with Claude
|
|
22
|
+
- GitHub issue #6418, fix in draft PR #8958
|
|
23
|
+
|
|
24
|
+
## Working Configuration (Pre-upgrade)
|
|
25
|
+
Location: `backup/sdk/` contains custom copilot SDK that bypassed signature validation
|
|
26
|
+
- `backup/sdk/copilot/` - Custom @ai-sdk/github-copilot implementation
|
|
27
|
+
- `~/.config/opencode/plugin/copilot-auth.ts` - Auth plugin with disabled custom reasoning (664 lines)
|
|
28
|
+
- `~/.config/opencode/opencode.json` - Model configurations
|
|
29
|
+
|
|
30
|
+
## Key Files in Backup SDK
|
|
31
|
+
```
|
|
32
|
+
backup/sdk/copilot/
|
|
33
|
+
├── chat/
|
|
34
|
+
│ ├── convert-to-openai-compatible-chat-messages.ts
|
|
35
|
+
│ ├── get-response-metadata.ts
|
|
36
|
+
│ ├── map-openai-compatible-finish-reason.ts
|
|
37
|
+
│ ├── openai-compatible-api-types.ts
|
|
38
|
+
│ ├── openai-compatible-chat-language-model.ts
|
|
39
|
+
│ ├── openai-compatible-chat-options.ts
|
|
40
|
+
│ ├── openai-compatible-metadata-extractor.ts
|
|
41
|
+
│ └── openai-compatible-prepare-tools.ts
|
|
42
|
+
├── copilot-provider.ts
|
|
43
|
+
├── index.ts
|
|
44
|
+
└── openai-compatible-error.ts
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Workarounds
|
|
48
|
+
1. Don't switch to Claude mid-session from models with thinking blocks
|
|
49
|
+
2. Start fresh sessions when using Claude with extended thinking
|
|
50
|
+
3. Wait for PR #8958 to be merged
|
|
51
|
+
4. Restore custom SDK from backup (breaks native reasoning handling)
|