diff --git a/.changeset/at-file-mention.md b/.changeset/at-file-mention.md deleted file mode 100644 index ca2b3a0..0000000 --- a/.changeset/at-file-mention.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add @file mention expansion to inline file contents as a fenced code block in the prompt diff --git a/.changeset/compact-slash-command.md b/.changeset/compact-slash-command.md deleted file mode 100644 index b50f10d..0000000 --- a/.changeset/compact-slash-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add /compact slash command to summarize old messages and free context window space diff --git a/.changeset/cost-slash-command.md b/.changeset/cost-slash-command.md deleted file mode 100644 index 1bab939..0000000 --- a/.changeset/cost-slash-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add /cost slash command to display per-session token usage and estimated cost diff --git a/.changeset/mcp-reconnect-spinner-ui.md b/.changeset/mcp-reconnect-spinner-ui.md deleted file mode 100644 index 885f09d..0000000 --- a/.changeset/mcp-reconnect-spinner-ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add MCP STDIO reconnect-and-retry on transport failure, and animated braille spinner for tool calls in the TUI (inline block + status bar) diff --git a/.changeset/multi-search-tool-transparency.md b/.changeset/multi-search-tool-transparency.md deleted file mode 100644 index b418953..0000000 --- a/.changeset/multi-search-tool-transparency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add `multi_search` tool for parallel multi-source web search and TUI display for tool call activity diff --git a/.changeset/synapse-mvp.md b/.changeset/synapse-mvp.md deleted file mode 100644 index 502a0ef..0000000 --- a/.changeset/synapse-mvp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add Synapse client integration, agent-core provider registry, and Beacon browser tool diff --git a/.changeset/undo-slash-command.md b/.changeset/undo-slash-command.md deleted file mode 100644 index abe1460..0000000 --- a/.changeset/undo-slash-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidotdev/cli": minor ---- - -Add /undo slash command to revert last agent file changes using shadow git snapshots diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f171bf..49a20fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.5.0 + +### Minor Changes + +- [`a94576a`](https://github.com/omnidotdev/cli/commit/a94576a72e195c80f6c5b23d174099fcd405a751) Thanks [@coopbri](https://github.com/coopbri)! - Add @file mention expansion to inline file contents as a fenced code block in the prompt + +- [`a94576a`](https://github.com/omnidotdev/cli/commit/a94576a72e195c80f6c5b23d174099fcd405a751) Thanks [@coopbri](https://github.com/coopbri)! - Add /compact slash command to summarize old messages and free context window space + +- [`a94576a`](https://github.com/omnidotdev/cli/commit/a94576a72e195c80f6c5b23d174099fcd405a751) Thanks [@coopbri](https://github.com/coopbri)! - Add /cost slash command to display per-session token usage and estimated cost + +- [`11cd883`](https://github.com/omnidotdev/cli/commit/11cd883b1eff28980921697e70908650d6554daf) Thanks [@coopbri](https://github.com/coopbri)! - Add MCP STDIO reconnect-and-retry on transport failure, and animated braille spinner for tool calls in the TUI (inline block + status bar) + +- [`9ece8de`](https://github.com/omnidotdev/cli/commit/9ece8de666d5775a608431f040565a8ca3869619) Thanks [@coopbri](https://github.com/coopbri)! - Add `multi_search` tool for parallel multi-source web search and TUI display for tool call activity + +- [`65d45be`](https://github.com/omnidotdev/cli/commit/65d45be37e89c6b79f62d95b9ef9c539ff9accb8) Thanks [@coopbri](https://github.com/coopbri)! - Add Synapse client integration, agent-core provider registry, and Beacon browser tool + +- [`a94576a`](https://github.com/omnidotdev/cli/commit/a94576a72e195c80f6c5b23d174099fcd405a751) Thanks [@coopbri](https://github.com/coopbri)! - Add /undo slash command to revert last agent file changes using shadow git snapshots + ## Unreleased ### Added diff --git a/Cargo.toml b/Cargo.toml index 8569436..9a35dc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "omnidotdev-cli" -version = "0.4.0" +version = "0.5.0" edition = "2024" rust-version = "1.86" authors = ["Omni "] diff --git a/package.json b/package.json index 37ac593..ec0fcce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@omnidotdev/cli", - "version": "0.4.0", + "version": "0.5.0", "private": true, "description": "Agentic CLI for the Omni ecosystem", "type": "module",