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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.24"
".": "0.1.25"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.25](https://github.com/maruakshay/miii-cli/compare/miii-agent-v0.1.24...miii-agent-v0.1.25) (2026-06-26)


### Features

* add terminal hard-clear functionality and enhance command handling in useKeyboard ([e47136e](https://github.com/maruakshay/miii-cli/commit/e47136ea765e54b1aac32498dd6783e63e8a7d36))
* enhance chat function to support reasoning models and improve ThinkingBlock layout handling ([d1b18a9](https://github.com/maruakshay/miii-cli/commit/d1b18a997170c068f6151d6f7a30bce5065b9d0a))

## [0.1.24](https://github.com/maruakshay/miii-cli/compare/miii-agent-v0.1.23...miii-agent-v0.1.24) (2026-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miii-agent",
"version": "0.1.24",
"version": "0.1.25",
"description": "Cursor / Claude Code, but local. An offline AI pair-programmer in your terminal, powered by Ollama. Private by default, free forever.",
"type": "module",
"bin": {
Expand Down
Loading