@rudderhq/agent-runtime-codex-local 0.7.12 → 0.7.13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderhq/agent-runtime-codex-local",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.13",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"homepage": "https://github.com/Undertone0809/rudder",
|
|
6
6
|
"bugs": {
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"probe:quota": "pnpm exec tsx src/cli/quota-probe.ts --json"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@rudderhq/agent-runtime-utils": "0.7.
|
|
72
|
-
"@rudderhq/shared": "0.7.
|
|
71
|
+
"@rudderhq/agent-runtime-utils": "0.7.13",
|
|
72
|
+
"@rudderhq/shared": "0.7.13",
|
|
73
73
|
"picocolors": "^1.1.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
@@ -82,6 +82,7 @@ operating-practices guide for operating behavior:
|
|
|
82
82
|
| `rudder_library_file_ref` | `rudder library file ref <path>` | Return the stable Markdown reference for one Library file without printing file content. | no | required | no | no |
|
|
83
83
|
| `rudder_library_file_link` | `rudder library file link <path>` | Compatibility alias for `rudder library file ref <path>`. | no | required | no | no |
|
|
84
84
|
| `rudder_library_file_put` | `rudder library file put <path> --body-file <path>` | Fallback create/update when local filesystem access is unavailable; JSON includes `mentionHref` and `markdownLink`. | yes | required | no | attached when available |
|
|
85
|
+
| `rudder_issue_create` | `rudder issue create --org-id <id> ... [--label-id <id> ...] [--label <name> ...]` | Create a new issue or subtask with the generic issue surface; agent-created issues default to the creating agent when no assignee is supplied. | yes | required | no | attached when available |
|
|
85
86
|
| `rudder_approval_get` | `rudder approval get <approval-id>` | Read one approval request. | no | no | no | no |
|
|
86
87
|
| `rudder_approval_issues` | `rudder approval issues <approval-id>` | List the issues linked to an approval. | no | no | no | no |
|
|
87
88
|
| `rudder_approval_comment` | `rudder approval comment <approval-id> --body-file <path>` | Add a comment to an approval. | yes | no | no | attached when available |
|
|
@@ -197,7 +198,6 @@ Reviewer policy lives in [Review and close-out](operating-practices.md#review-an
|
|
|
197
198
|
- `rudder agent config list --org-id <id>` — List redacted agent configuration snapshots for an organization.
|
|
198
199
|
- `rudder agent config get <agent-id-or-shortname>` — Read one redacted agent configuration snapshot by id or shortname.
|
|
199
200
|
- `rudder agent icons` — List legacy named agent icons for compatibility/debugging; normal create and hire payloads should omit icon.
|
|
200
|
-
- `rudder issue create --org-id <id> ... [--label-id <id> ...] [--label <name> ...]` — Create a new issue or subtask with the generic issue surface; agent-created issues default to the creating agent when no assignee is supplied.
|
|
201
201
|
- `rudder issue labels list --org-id <id>` — List organization issue labels available for issue creation.
|
|
202
202
|
- `rudder approval create --org-id <id> --type <type> --payload <json>` — Create a new approval request.
|
|
203
203
|
- `rudder approval resubmit <approval-id> [--payload <json>]` — Resubmit a revision-requested approval, optionally with updated payload.
|