-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: trahoangdev/codinit-dev
base: main
head repository: codinit-dev/codinit-dev
compare: main
- 17 commits
- 10 files changed
- 3 contributors
Commits on Jan 5, 2026
-
Remove desktop app instructions from README
Removed instructions for running as a desktop app.
Configuration menu - View commit details
-
Copy full SHA for cade951 - Browse repository at this point
Copy the full SHA cade951View commit details -
Bump jspdf from 3.0.3 to 4.0.0
Bumps [jspdf](https://github.com/parallax/jsPDF) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](parallax/jsPDF@v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 641aa28 - Browse repository at this point
Copy the full SHA 641aa28View commit details
Commits on Jan 6, 2026
-
Merge pull request codinit-dev#63 from codinit-dev/dependabot/npm_and…
…_yarn/jspdf-4.0.0 Bump jspdf from 3.0.3 to 4.0.0
Configuration menu - View commit details
-
Copy full SHA for 83cf3ac - Browse repository at this point
Copy the full SHA 83cf3acView commit details
Commits on Jan 7, 2026
-
Bump @modelcontextprotocol/sdk from 1.24.2 to 1.25.2
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.24.2 to 1.25.2. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@1.24.2...v1.25.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dc3c71 - Browse repository at this point
Copy the full SHA 8dc3c71View commit details
Commits on Jan 8, 2026
-
Merge pull request codinit-dev#64 from codinit-dev/dependabot/npm_and…
…_yarn/modelcontextprotocol/sdk-1.25.2 Bump @modelcontextprotocol/sdk from 1.24.2 to 1.25.2
Configuration menu - View commit details
-
Copy full SHA for af02a94 - Browse repository at this point
Copy the full SHA af02a94View commit details -
Bump @remix-run/node from 2.17.1 to 2.17.2
Bumps [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) from 2.17.1 to 2.17.2. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/[email protected]/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/[email protected]/packages/remix-node) --- updated-dependencies: - dependency-name: "@remix-run/node" dependency-version: 2.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9696f75 - Browse repository at this point
Copy the full SHA 9696f75View commit details -
Merge pull request codinit-dev#67 from codinit-dev/dependabot/npm_and…
…_yarn/remix-run/node-2.17.2 Bump @remix-run/node from 2.17.1 to 2.17.2
Configuration menu - View commit details
-
Copy full SHA for 7c32dea - Browse repository at this point
Copy the full SHA 7c32deaView commit details -
Bump @remix-run/react from 2.17.1 to 2.17.3
Bumps [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) from 2.17.1 to 2.17.3. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/[email protected]/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/[email protected]/packages/remix-react) --- updated-dependencies: - dependency-name: "@remix-run/react" dependency-version: 2.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc395e4 - Browse repository at this point
Copy the full SHA dc395e4View commit details
Commits on Jan 9, 2026
-
Merge pull request codinit-dev#66 from codinit-dev/dependabot/npm_and…
…_yarn/remix-run/react-2.17.3 Bump @remix-run/react from 2.17.1 to 2.17.3
Configuration menu - View commit details
-
Copy full SHA for be2695e - Browse repository at this point
Copy the full SHA be2695eView commit details
Commits on Jan 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8d19153 - Browse repository at this point
Copy the full SHA 8d19153View commit details
Commits on Jan 21, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 7fe4694 - Browse repository at this point
Copy the full SHA 7fe4694View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 0ee90b1 - Browse repository at this point
Copy the full SHA 0ee90b1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 17f922d - Browse repository at this point
Copy the full SHA 17f922dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b2539 - Browse repository at this point
Copy the full SHA 97b2539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98356b6 - Browse repository at this point
Copy the full SHA 98356b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for be51577 - Browse repository at this point
Copy the full SHA be51577View commit details -
Merge pull request codinit-dev#71 from codinit-dev/69-local-model-ser…
…ver-failure Fix: codinit-dev#69 local model server failure
Configuration menu - View commit details
-
Copy full SHA for daab8c9 - Browse repository at this point
Copy the full SHA daab8c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main