We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a5c1a commit d3dd4e2Copy full SHA for d3dd4e2
1 file changed
CHANGELOG.md
@@ -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