Skip to content

Commit d3dd4e2

Browse files
committed
docs: add CHANGELOG.md for v0.1.0
1 parent 27a5c1a commit d3dd4e2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0] - 2025-03-04
9+
10+
### Added
11+
- User config directory support (`~/.config/opencode/node_modules/`)
12+
- Direct linking to `~/.config/opencode` when running from user config directory
13+
- Skip `opencode.json` creation in user config directory (uses `config.json`)
14+
15+
### Fixed
16+
- Singlerepo plugin source directory detection (use `descriptor.type` instead of `isUnified`)
17+
18+
### Changed
19+
- Removed npm global prefix lookup - plugins are now discovered from user config and local only

0 commit comments

Comments
 (0)