Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/at-file-mention.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/compact-slash-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cost-slash-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-reconnect-spinner-ui.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/multi-search-tool-transparency.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/synapse-mvp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/undo-slash-command.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <team@omni.dev>"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down