@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.
- package/README.md +3 -1
- 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
|
|