Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Aug 13, 2025

Documentation improvements:

  • Updated all documentation warnings to use [!WARNING] and clarified that the extension is a research demonstrator in early development. [1] [2] [3]
  • Expanded documentation to clarify the difference between Claude (default) and Codex (experimental) engines, including their required secrets and MCP support. Added explicit instructions and examples for engine selection, secret setup, and environment variable usage in workflow frontmatter. [1] [2] [3] [4] [5]
  • Improved documentation on MCP server secrets, custom environment variables, and security best practices.

Package management and CLI features:

  • Added documentation and examples for new package removal commands (gh aw uninstall org/repo), distinguishing between global and local removal, and described related features. [1] [2]
  • Updated CLI output to mark packages as "local" or "global" with a comma for clarity.

Command-line usability enhancements:

  • Overrode the help function in main.go to hide the completion command from help output for a cleaner user experience.
  • Documented new gh aw compile flags for engine override, schema validation, and Copilot instructions generation.

Minor code and documentation fixes:

  • Clarified the context text variable in workflow frontmatter documentation.
  • Updated comments to reflect that workflows can be run if they have schedule or workflow_dispatch triggers, not just locally.
  • Removed redundant engine compatibility section from tools documentation.

@dsyme dsyme merged commit 8cad7b1 into main Aug 13, 2025
6 checks passed
@dsyme dsyme deleted the f31 branch August 13, 2025 19:49
pelikhan added a commit that referenced this pull request Sep 4, 2025
* Add create-discussion safe output type with REST API implementation and validation support (#43)

* Initial plan

* Add create-discussion safe output type

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Convert create-discussion from GraphQL to REST API and remove discussions:write permission requirement

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Add create-discussion validation support to collect_ndjson_output.cjs

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Revert package-lock.json name change from gh-aw-copilots back to gh-aw

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>

* Add JSON repair capabilities with graceful error handling for LLM-generated malformed JSON (#42)

* Initial plan

* Implement JSON repair capabilities for safe-output JSONL parser

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Add comprehensive test coverage for JSON repair functionality

- Added 16 new test cases covering various JSON repair scenarios
- Tests include mixed quote types, bracket issues, Unicode chars, complex nesting
- Added graceful failure tests for edge cases beyond repair capabilities
- All 190 JavaScript tests now pass, including 41 JSONL parser tests
- Tests validate robustness of LLM-generated JSON handling

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Improve JSON parsing error handling: print to console and return undefined instead of throwing exceptions

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

* Refactor JSON parsing logic: streamline error handling and improve validation for output types

* Add JSON repair and parsing functions to handle malformed input

* Fix test cases for JSON repair functionality

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>

* Add create-pull-request-review-comment safe-output type with comprehensive validation (#44)

* Add prettier integration for automated .cjs file formatting (#46)

* Fix Codex execution failure not failing GitHub Actions step (#48)

* Add precise JSON path to source location mapping for frontmatter validation errors (#47)

* Add network permissions validation and settings generation for Claude

* Add conditional task execution for PRs with 'prr' in title for Claude and Codex workflows

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants