Skip to content

feat(cli): add agent-facing config and diagnose commands#595

Merged
kaizhou-lab merged 1 commit into
mainfrom
codex/aioncore-config-agent-cli
Jul 9, 2026
Merged

feat(cli): add agent-facing config and diagnose commands#595
kaizhou-lab merged 1 commit into
mainfrom
codex/aioncore-config-agent-cli

Conversation

@kaizhou-lab

Copy link
Copy Markdown
Contributor

Summary

  • Add agent-facing aioncore capabilities, aioncore config ..., and aioncore diagnose ... command contracts.
  • Migrate aionui-config, aionui-troubleshooting, and cron skill instructions away from Python/cron-helper scripts to the bundled AIONUI_HELPER_BIN CLI.
  • Remove the obsolete Python helper scripts and old Rust cmd_cron_helper path, with e2e coverage for the new CLI surfaces and skill-doc guards.

Test Plan

  • cargo fmt --all -- --check
  • cargo clippy -p aionui-app -p aionui-ai-agent -- -D warnings
  • cargo test -p aionui-app --test capabilities_cli_e2e --test config_cli_e2e --test diagnose_cli_e2e --test cron_e2e
  • cargo test -p aionui-ai-agent
  • just push -u origin codex/aioncore-config-agent-cli

@kaizhou-lab kaizhou-lab force-pushed the codex/aioncore-config-agent-cli branch from 4c8899e to 2d14bc2 Compare July 9, 2026 04:32
@kaizhou-lab kaizhou-lab merged commit e80177e into main Jul 9, 2026
6 checks passed
@kaizhou-lab kaizhou-lab deleted the codex/aioncore-config-agent-cli branch July 9, 2026 06:01
piorpua pushed a commit that referenced this pull request Jul 10, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.45](v0.1.44...v0.1.45)
(2026-07-10)


### Features

* **ai-agent:** adapt to aionrs v0.2.2 config changes
([4f71bf2](4f71bf2))
* **cli:** add agent-facing config and diagnose commands
([#595](#595))
([e80177e](e80177e))


### Bug Fixes

* **ai-agent:** cap provider health check tokens
([1021b63](1021b63))
* **ai-agent:** set default aionrs thinking cli args
([de240a4](de240a4))
* **model_fetcher:** extract first key from multi-line api_key for HTTP
requests ([#593](#593))
([1161647](1161647))
* **runtime:** update Claude ACP package
([#599](#599))
([cf69332](cf69332))
* **runtime:** update managed Codex ACP package
([#598](#598))
([1bb2be7](1bb2be7))
* stop defaulting aionrs max tokens
([22bc24b](22bc24b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@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.

1 participant