feat: better code and diff rendering performance

This commit is contained in:
Adam 2025-12-02 06:50:16 -06:00
parent 221bb64aeb
commit c0a35141e6
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
14 changed files with 225 additions and 100 deletions

View file

@ -1,9 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"enterprise": {
"url": "https://enterprise.dev.opencode.ai",
},
"plugin": [
"opencode-openai-codex-auth"
],
// "enterprise": {
// "url": "https://enterprise.dev.opencode.ai",
// },
"provider": {
"opencode": {
"options": {
@ -18,7 +20,10 @@
},
"morph": {
"type": "local",
"command": ["bunx", "@morphllm/morphmcp"],
"command": [
"bunx",
"@morphllm/morphmcp"
],
"environment": {
"ENABLED_TOOLS": "warp_grep",
},