@inference-gateway/cli 0.127.0 → 0.129.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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,6 +76,9 @@ An agentic command-line assistant that writes code, understands project context,
76
76
  the agent works from full context without a redundant `gh issue view` lookup. Gracefully
77
77
  no-ops when `gh` is not installed or the repo has no remote.
78
78
  - **Customizable Keybindings**: Fully configurable keyboard shortcuts for the chat interface
79
+ - **Selectable Status Indicators**: Press `↓` in chat to select the indicators below the input and
80
+ open the matching view with `enter` (model → model selection, theme → theme selection,
81
+ `A2A:` → registered agents, `Tools:` → available tools, `⚙` jobs → task management)
79
82
  - **Model Thinking Visualization**: When models use extended thinking,
80
83
  their internal reasoning process is displayed as collapsible blocks above responses (toggle with **ctrl+k** by default, configurable via `display_toggle_thinking`)
81
84
  - **Extensible Shortcuts System**: Create custom commands with AI-powered snippets - [Learn more →](docs/shortcuts-guide.md)
@@ -1000,6 +1003,8 @@ actions.
1000
1003
 
1001
1004
  - `/diff` - Open the changes panel (interactive diff viewer)
1002
1005
  - `/explorer` - Open the file explorer (tree + fuzzy finder) - [Learn more →](docs/explorer.md)
1006
+ - `/tools` - Show the tools available to the agent (read-only, filterable list)
1007
+ - `/a2a` - Show registered A2A agents and their status (requires A2A)
1003
1008
  - `/tasks` - Show the A2A task-management interface (requires A2A) - [Learn more →](docs/tasks-management.md)
1004
1009
  - `/release-notes [version]` - Show release notes from GitHub Releases (latest, or a specific version)
1005
1010
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.127.0",
3
+ "version": "0.129.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"