@inference-gateway/cli 0.173.0 โ†’ 0.175.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,14 @@
9
9
 
10
10
  An agentic command-line assistant that writes code, understands project context, and uses tools to perform real tasks.
11
11
 
12
+ [๐Ÿ“– Documentation](https://docs.inference-gateway.com/cli) ยท [๐Ÿš€ Quick Start](#quick-start) ยท [๐Ÿ› ๏ธ Tools Reference](docs/tools-reference.md) ยท [๐Ÿ’ฌ Discussions](https://github.com/orgs/inference-gateway/discussions)
13
+
14
+ <br/>
15
+
16
+ <img src="./assets/tui-chat.png" width="760" alt="infer chat - the interactive TUI with model selection, streaming responses, and a live status bar" />
17
+
18
+ *The `infer chat` TUI - [watch the animated demo](https://docs.inference-gateway.com/cli#quick-start)*
19
+
12
20
  </div>
13
21
 
14
22
  ## โš ๏ธ Warning
@@ -483,6 +491,14 @@ When tool execution is enabled, LLMs can use various tools to interact with your
483
491
  summary of available tools. For detailed documentation, parameters, and examples, see
484
492
  [Tools Reference](docs/tools-reference.md).
485
493
 
494
+ <div align="center">
495
+
496
+ <img src="./assets/tui-tools.png" width="760" alt="A Grep tool call executed by the agent, with its result and the assistant's summary" />
497
+
498
+ *The agent running a `Grep` tool call - results are collapsible with `ctrl+o`*
499
+
500
+ </div>
501
+
486
502
  Tools are grouped by category below. Many are gated behind a config flag (noted per group);
487
503
  the always-available set is registered for every session. There is **no built-in GitHub tool** -
488
504
  use the `gh` CLI through Bash (or the built-in `/scm` shortcuts) for GitHub operations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.173.0",
3
+ "version": "0.175.0",
4
4
  "description": "A Git-first CLI coding agent that turns ideas, issues, and tasks into real code changes.",
5
5
  "bin": {
6
6
  "infer": "bin/run.js"