diff --git a/goon_plugin.code-workspace b/goon_plugin.code-workspace index 35022d8..f1204b7 100644 --- a/goon_plugin.code-workspace +++ b/goon_plugin.code-workspace @@ -18,6 +18,26 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.validate": ["javascript", "typescript"], - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "claudeCode.environmentVariables": [ + + + { + "name":"ANTHROPIC_BASE_URL", + "value":"http://192.168.1.109:11434" + }, +{ + "name":"ANTHROPIC_AUTH_TOKEN", + "value":"ollama" +}, +{ + "name":"ANTHROPIC_API_KEY", + "value": "" +}, +{ + "name":"ANTHROPIC_MODEL", + "value": "qwen3.6" +} + ] } } diff --git a/src/viewer/index.html b/src/viewer/index.html index 97fd49a..64cc871 100644 --- a/src/viewer/index.html +++ b/src/viewer/index.html @@ -9,7 +9,7 @@

Goon Plugin

- +