@inference-gateway/cli 0.135.1 → 0.136.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1121,7 +1121,9 @@ actions.
1121
1121
  **Project setup:**
1122
1122
 
1123
1123
  - `/init` - Generate an `AGENTS.md` by analyzing the project
1124
- - `/init-github-action` - Set up a GitHub Action via an interactive wizard
1124
+ - `/init-github-action` - Set up a GitHub Action via an interactive wizard. Generates `.github/workflows/infer.yml`
1125
+ pinned to the latest `infer-action` (issue/comment-triggered plus a manual `workflow_dispatch` mode, 15-minute job
1126
+ timeout); pre-scans common locations for your GitHub App `.pem` key so selecting it is instant
1125
1127
 
1126
1128
  **Git Shortcuts** (created by `infer init`):
1127
1129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/cli",
3
- "version": "0.135.1",
3
+ "version": "0.136.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"