Skip to content

Commit 031506a

Browse files
committed
Update changelog
1 parent e4c2b48 commit 031506a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- `ai-devkit agent send --wait` now supports `--stdin` and piped input, allowing automation scripts to pass prompts without a positional message argument.
13+
- `ai-devkit agent send --wait` now supports `--timeout <milliseconds>` to configure the maximum wait time for an agent response.
14+
- `ai-devkit agent send --wait --json` now emits structured JSON with target metadata, the prompt, captured response messages, elapsed time, and final status.
15+
- Added documentation and FAQ content for automating programmatic agent calls with `agent send --wait`.
16+
17+
### Changed
18+
19+
- Refreshed README, package descriptions, and web documentation copy to better explain AI DevKit workflows, supported agents, memory, channels, and agent-manager usage.
20+
821
## [0.31.0] - 2026-05-16
922

1023
### Added

0 commit comments

Comments
 (0)