Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix Codex Bash mapping: shell_command → shell (array format for command) - Add missing Codex mappings: TodoWrite → update_plan, WebSearch → web_search - Add two-layer tool filtering for IDE clients: Layer 1: IDE_SAFE_TOOLS removes AskUserQuestion (can't work through proxy) Layer 2: CLIENT_TOOL_MAPPINGS per-client filter ensures each client only sees tools it supports (e.g. Codex gets 8, Claude Code gets 14) - Add tool name mapping to chat/completions response paths (streaming + non-streaming) - Add missing Claude Code tools: MultiEdit, LS, NotebookRead - Inject filtered tools in openai-router.js before orchestrator call to prevent providers from injecting full STANDARD_TOOLS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Demote 22 info→debug in openai-router.js (request previews, tool injection, streaming chunks, intermediate conversions) - Demote 39 info→debug in databricks.js (tool injection, request construction, response parsing across all providers) - Clean up orchestrator/index.js: consolidate Ollama conversational check (6→1 log), headroom compression (4→1), tool execution mode (4→1); remove 4 console.log artifacts and [CONTEXT_FLOW] scaffolding - Fix tier config: change hard throw to graceful warn when TIER_* env vars missing (was crashing CI) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds optional persistent log file rotation via pino-roll (LOG_FILE_ENABLED=true) and expands the Structured Logging section in production.md with file logging config, log level philosophy, and querying examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds missing sections to all config files: file logging (LOG_FILE_*), rate limiting, policy, agents, token optimization, smart tool selection, prompt/semantic cache, tiered routing, and provider configs (LM Studio, Z.AI, Vertex AI). Adds /app/logs volume for persistent log rotation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.