Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codinit-dev/codinit-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be2695e
Choose a base ref
...
head repository: codinit-dev/codinit-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: daab8c9
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    8d19153 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix: update OpenRouter static models with correct IDs and context limits

    - Fix Claude model IDs to use dots instead of dashes (4.5 not 4-5)
    - Remove non-existent GPT models (5.2-thinking, 5.2-instant)
    - Add GPT-4o as reliable fallback model
    - Fix DeepSeek model ID to use correct free tier variant
    - Update Claude Sonnet 4.5 context limit to 1M (actual value)
    - All models now use verified OpenRouter API model IDs
    Gerome-Elassaad committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7fe4694 View commit details
    Browse the repository at this point in the history
  2. fix: remove tools that aren't implemented with valid Zod schemas

    - Remove all tool passing to AI SDK since built-in tools from JSON don't have proper Zod validation
    - Tools are now processed server-side only, avoiding zod-to-json-schema conversion errors
    - This prevents 'Cannot read properties of undefined (reading "typeName")' errors
    - Functionality is maintained through server-side tool processing (MCP + built-in tools)
    Gerome-Elassaad committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    0ee90b1 View commit details
    Browse the repository at this point in the history
  3. fix: implement local model provider detection and improved context wi…

    …ndows
    
    - Add useLocalProviders hook that detects running Ollama and LMStudio instances
    - Automatically enable detected local providers in settings
    - Improve Ollama provider with proper context window calculation based on model size
    - Fix updateProviderSettings function signature for correct type handling
    - Local models now appear in provider/model selectors when available
    
    Closes issues with local model detection and context window limits.
    Gerome-Elassaad committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    17f922d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97b2539 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98356b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be51577 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #71 from codinit-dev/69-local-model-server-failure

    Fix: #69 local model server failure
    Gerome-Elassaad authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    daab8c9 View commit details
    Browse the repository at this point in the history
Loading