Skip to content

Commit 23ad400

Browse files
0.2.1
1 parent 3a2ad92 commit 23ad400

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/add-dry-run-and-logging.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- d71920e: feat: Add --dry-run mode and enhanced debugging logging
8+
- Added `--dry-run` CLI flag to simulate operations without making actual API calls or package installations
9+
- Added `OPENCODE_DRY_RUN` flag and `Flag.setDryRun()` function for programmatic control
10+
- Enhanced error logging in `BunProc.install()` with detailed error messages including stderr/stdout
11+
- Enhanced provider initialization logging with detailed context
12+
- Added logging for package installation success/failure
13+
- Added unit tests for dry-run mode functionality
14+
- Improved debugging capabilities to help diagnose package installation failures
15+
16+
Fixes #68
17+
318
## 0.2.0
419

520
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/agent",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)