Skip to content

[pull] trunk from cli:trunk#14

Open
pull[bot] wants to merge 557 commits into
Moshbbab:trunkfrom
cli:trunk
Open

[pull] trunk from cli:trunk#14
pull[bot] wants to merge 557 commits into
Moshbbab:trunkfrom
cli:trunk

Conversation

@pull

@pull pull Bot commented Jun 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot locked and limited conversation to collaborators Jun 1, 2026
@pull pull Bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Jun 1, 2026
babakks and others added 27 commits June 5, 2026 13:39
Rewrite the help text to be more conversational and less mechanical.
Clarify that inline reply previews are not affected by --order.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bumps [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.0 to 4.36.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@7211b7c...87557b9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…checkout-6.0.3

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
…odeql-action-4.36.1

chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1
…ubbletea/v2-2.0.7

chore(deps): bump charm.land/bubbletea/v2 from 2.0.6 to 2.0.7
…attn/go-colorable-0.1.15

chore(deps): bump github.com/mattn/go-colorable from 0.1.14 to 0.1.15
Register `uninstall` as an official cobra alias for `gh extension remove`
so it shows up in `--help` and pairs naturally with `gh extension install`.

Closes #13598

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ninstall-alias

Alias `gh extension uninstall` to `gh extension remove`
…stResult

Track the input pagination cursor on DiscussionListResult and add an
ExportData method that conditionally includes cursor/next fields.
Use ExportData in the list command instead of manually building the
JSON envelope.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…sitoryMeta

Move the HasDiscussionsEnabled check in GetByNumber, GetWithComments,
and GetCommentReplies to a separate getRepositoryMeta call at the start.
This ensures a clear "discussions disabled" error even when the main
query fails for other reasons (e.g., discussion number not found).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…y mode

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add black-box acceptance tests for list, view, create, and edit commands.
Tests cover disabled-discussions errors, basic CRUD, JSON output, label
operations, pagination with cursor/next, comments, and replies.

Also add jq-assert, jq, and jq2env testscript helper commands for
asserting and extracting values from JSON environment variables.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Rewrite list command tests as a single table-driven TestListRun with
exact output matching, inline exporter setup, and browser.Verify.
Add TestListJSONFields and TestNewCmdList for field coverage and flag
parsing. Add test cases for JSON cursor/next fields, all no-results
states, and search path with cursor.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.1 to 4.36.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@87557b9...8aad20d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The original TestNewCmdList was removed during test consolidation,
so the temporary suffix is no longer needed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Stop wrapping ListCategories errors with "fetching categories:" in
create and edit commands. The underlying error (e.g., "discussions
disabled") is already descriptive and now surfaces consistently
across all commands.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The field was set but never read; Client is the only HTTP path used.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Add client methods for managing discussion comments and replies:
- AddComment: creates a top-level comment or reply via addDiscussionComment
- UpdateComment: edits a comment body via updateDiscussionComment
- DeleteComment: removes a comment via deleteDiscussionComment
- GetComment: fetches a comment by node ID with typename validation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dependabot Bot and others added 30 commits July 22, 2026 09:07
Bumps [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) from 0.82.8 to 0.82.13.
- [Release notes](https://github.com/github/gh-aw-actions/releases)
- [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw-actions@99d9d88...a5d8b7d)

---
updated-dependencies:
- dependency-name: github/gh-aw-actions/setup
  dependency-version: 0.82.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…attest-4.2.0

chore(deps): bump actions/attest from 4.1.1 to 4.2.0
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.22 to 0.0.23.
- [Commits](mattn/go-isatty@v0.0.22...v0.0.23)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…attn/go-isatty-0.0.23

chore(deps): bump github.com/mattn/go-isatty from 0.0.22 to 0.0.23
…h-aw-actions/setup-0.82.13

chore(deps): bump github/gh-aw-actions/setup from 0.82.8 to 0.82.13
chore(typos): fix typos in code and documentation
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.0 to 4.37.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.0...7188fc3)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…checkout-7.0.1

chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
…odeql-action/upload-sarif-4.37.1

chore(deps): bump github/codeql-action/upload-sarif from 4.37.0 to 4.37.1
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b6ceb930-bece-4da4-b457-7b142c3a322b
…bot-updates

Group CodeQL Dependabot updates
….4.14 (#13944)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3ef9e20b12b42ea0d567f935723c to 309922bbe4c7277c477635e68d3a1af52d8ad06b (#13878)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
)

Signed-off-by: Solaris-star <820622658@qq.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) from 0.82.13 to 0.82.14.
- [Release notes](https://github.com/github/gh-aw-actions/releases)
- [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw-actions@a5d8b7d...b6d1443)

---
updated-dependencies:
- dependency-name: github/gh-aw-actions/setup
  dependency-version: 0.82.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…lauspost/compress-1.19.1

chore(deps): bump github.com/klauspost/compress from 1.19.0 to 1.19.1
…h-aw-actions/setup-0.82.14

chore(deps): bump github/gh-aw-actions/setup from 0.82.13 to 0.82.14
Upgrade the gh-aw toolchain from v0.81.6 to the latest stable release
(v0.82.14, not a pre-release) and recompile the existing issue-triage
agentic workflow with `gh aw compile`.

The source workflow (issue-triage.md) is unchanged: frontmatter_hash and
body_hash are identical, and permissions blocks match, so prompts,
triggers, permissions, tools, safe outputs, network, and engine behavior
are preserved. All changes are compiler-generated runtime infrastructure:

- issue-triage.lock.yml: compiler v0.81.6->v0.82.14, engine 1.0.65->1.0.71,
  action/container SHA bumps, new OAuth-token/lockdown steps, dropped
  .crush support, whitespace normalization.
- .github/aw/actions-lock.json: setup action v0.81.6->v0.82.14 (+setup-cli).
- .gitattributes: gh-aw-managed linguist-generated marker for lock files.
- agentics-maintenance.yml: auto-generated companion for the workflow's
  expiring safe outputs (new in v0.82.14).

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Bump the gh-aw compiler from stable v0.82.14 to pre-release v0.83.0 and
recompile the existing issue-triage workflow with `gh aw compile`.

Source workflow issue-triage.md is unchanged: frontmatter_hash and
body_hash are identical and permissions blocks match, so prompts,
triggers, permissions, tools, safe outputs, network, and engine behavior
are preserved. All changes are compiler-generated:

- issue-triage.lock.yml: compiler v0.82.14->v0.83.0, engine 1.0.71->1.0.73.
- agentics-maintenance.yml: regenerated companion, version bumps only.
- .github/aw/actions-lock.json: setup/setup-cli action v0.82.14->v0.83.0.

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Add hyphenated `issue-intent: true` to every configured safe-output tool
that supports it under gh-aw v0.83.0. Inspected all configured outputs
against the v0.83.0 schema:

- add-labels: supported -> issue-intent enabled (native rationale/
  confidence/suggest on suggested labels).
- add-comment: not an issue-intent-capable output type in v0.83.0 -> left
  unchanged.

No safe-output tools were added or removed. Recompiled the issue-triage
workflow with `gh aw compile`; the generated handler config now carries
"add_labels":{...,"issue_intent":true}. frontmatter_hash changes as an
intentional result of this config edit; body_hash is unchanged.

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
…intenance workflow

The setup PR (#13777) meaningfully updated only the issue-triage
workflow, so this refresh must touch issue-triage alone. gh-aw v0.83.0
otherwise auto-generates a repo-wide agentics-maintenance.yml companion
workflow, which is out of scope here.

Suppress that generation with the documented compiler toggle
`.github/workflows/aw.json` {"maintenance": false} and remove the
previously generated agentics-maintenance.yml. No repo variables changed
and no safe-output tools added.

issue-triage is unaffected: its lock, the issue-intent enablement on
add-labels, and the v0.83.0 toolchain bump are all preserved.

Validated with `gh aw compile` (v0.83.0) and `gh aw validate`
(0 errors, 0 warnings); idempotent on re-compile (maintenance workflow
does not regenerate).

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Bump the gh-aw compiler from v0.83.0 to the latest stable release v0.83.1
and recompile the issue-triage workflow. Scope is unchanged: only the
issue-triage source/lock plus the directly required shared action lock;
the maintenance workflow stays suppressed via aw.json.

Source issue-triage.md is unchanged: frontmatter_hash and body_hash are
identical, so the add-labels issue-intent enablement and all workflow
behavior are preserved. Generated changes only:

- issue-triage.lock.yml: compiler v0.83.0->v0.83.1, AWF v0.27.37->v0.27.38.
- .github/aw/actions-lock.json: setup action v0.83.0->v0.83.1 (v0.83.1 no
  longer emits a separate setup-cli entry).

Validated with `gh aw compile` (v0.83.1) and `gh aw validate` (0 errors,
0 warnings); idempotent on re-compile, maintenance workflow not regenerated.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Add the gh-aw agent, dispatcher skill, MCP configuration, Copilot setup workflow, and generated maintenance workflow.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…h-aw

chore: refresh issue-triage agentic workflow to gh-aw v0.83.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.