You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atualiza guias de agentes, changelog e README do MCP com as novas funcionalidades.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,18 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### feat
6
+
-**Ollama Cloud**: suporte a `OLLAMA_API_KEY` para modelos cloud em `ollama.com/api` com auth header automático. Base URL muda automaticamente quando a key está definida.
7
+
-**Opções de geração configuráveis**: `OLLAMA_TEMPERATURE`, `OLLAMA_TOP_P`, `OLLAMA_TOP_K`, `OLLAMA_NUM_PREDICT`, `OLLAMA_SEED`, `OLLAMA_KEEP_ALIVE` via env vars.
8
+
-**Modo thinking**: parâmetro `pensar` em `perguntar_ia` ativa raciocínio (`think`) para modelos compatíveis (gpt-oss, deepseek-r1).
9
+
-**Metadata de resposta**: respostas da IA agora incluem contagem de tokens e tempo de geração.
10
+
-**Tratamento de erros HTTP**: parsing de respostas de erro estruturadas da API (400, 404, 429, 500, 502).
11
+
-**Função centralizada `ollamaChat()`**: elimina duplicação de código entre `perguntar_ia` e `analisar_logs_sistema`.
12
+
-**`verificar_modelo_ollama`**: detecta modo cloud, exibe tamanho do modelo, mensagens de erro contextuais.
13
+
5
14
### docs
6
15
- Adicionada seção "Docker" ao guia `docs/INSTALACAO-CLIENTE.md` com instruções para rodar Ollama via container (CPU, NVIDIA GPU, AMD GPU e Vulkan).
16
+
- Tabelas de env vars atualizadas em `CLAUDE.md`, `AGENTS.md`, `.github/copilot-instructions.md`, `mcp-server/README.md`.
0 commit comments