Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format follows
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/armenr/modelmux/compare/v0.1.2...v0.2.0) (2026-07-07)


### Features

* configurable upstreams for local and self-hosted models ([#6](https://github.com/armenr/modelmux/issues/6)) ([47a2aa0](https://github.com/armenr/modelmux/commit/47a2aa02ca58de2ce272189668c2607653cd9728))

## [0.1.2](https://github.com/armenr/modelmux/compare/v0.1.1...v0.1.2) (2026-07-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modelmux",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"private": true,
"description": "A batteries-included template for heterogeneous agent routing in Claude Code — keep the orchestrator on Claude, route chosen subagents to OpenRouter models via a small owned proxy.",
"author": "Armen Rostamian",
Expand Down