Skip to content

Model registry#47

Open
vishalveerareddy123 wants to merge 8 commits intomainfrom
model-registry
Open

Model registry#47
vishalveerareddy123 wants to merge 8 commits intomainfrom
model-registry

Conversation

@vishalveerareddy123
Copy link
Collaborator

No description provided.

vishal veerareddy and others added 8 commits February 11, 2026 15:47
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant