Skip to content

Commit f01c3a8

Browse files
chore(release): 0.127.0 [skip ci]
## [0.127.0](v0.126.0...v0.127.0) (2026-07-02) ### 🚀 Features * **plan:** compact context and start a fresh session when a plan is approved ([#705](#705)) ([28ddba7](28ddba7)) * **memory:** configurable git sync backend ([#707](#707)) ([6a68c3d](6a68c3d)), closes [#670](#670) [#670](#670) * **history:** each subagent gets its own history file ([#711](#711)) ([16c8fa1](16c8fa1)), closes [#699](#699) ### 🐛 Bug Fixes * **plan:** accepting a plan switches to auto-accept mode by default ([#714](#714)) ([7b0befc](7b0befc)), closes [#710](#710) * **tools:** guard concurrent gitignore and screenshot caches ([#713](#713)) ([0ff4276](0ff4276)), closes [#712](#712) * **tools:** guard Registry.tools with RWMutex against concurrent MCP registration ([#709](#709)) ([8a70871](8a70871)), closes [#708](#708) * **ui:** update dim color from [#565f89](https://github.com/inference-gateway/cli/issues/565f89) to [#7a7f9a](https://github.com/inference-gateway/cli/issues/7a7f9a) for improved contrast ([#706](#706)) ([b2ee67e](b2ee67e)) ### 🔧 Build System * **deps:** bump github.com/go-telegram/bot from 1.21.0 to 1.22.0 in the gomod group ([#703](#703)) ([3de5136](3de5136)) * **deps:** bump the github-actions group with 5 updates ([#704](#704)) ([80221f7](80221f7))
1 parent 0ff4276 commit f01c3a8

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
pkgs = import nixpkgs { inherit system; };
1919
inherit (pkgs) lib stdenv;
2020

21-
version = "0.126.0";
21+
version = "0.127.0";
2222

2323
infer = pkgs.buildGoModule (finalAttrs: {
2424
__structuredAttrs = true;
@@ -47,7 +47,7 @@
4747
);
4848
};
4949

50-
vendorHash = "sha256-R/oQI8Kc2uRCpKFkkJNa3eXpYz9QVrGxrbwab6RoWvU=";
50+
vendorHash = "sha256-BDDU9ucPCgCCFoH2zM+TO53afWAq2zeBgp8GKWHt+nE=";
5151

5252
goSum = ./go.sum;
5353

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inference-gateway/cli",
3-
"version": "0.126.0",
3+
"version": "0.127.0",
44
"description": "A Git-first CLI coding agent that turns ideas, issues, and tasks into real code changes.",
55
"bin": {
66
"infer": "bin/run.js"

0 commit comments

Comments
 (0)