File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.0] - 2026-03-27
9+
10+ ### Features
11+ - ** Dual-mode installer:** Copy and link (submodule) installation modes via ` --link ` flag
12+ - ** Submodule architecture:** Converted ` .opencode ` to git submodule pointing to opencode-core
13+ - ** Note command:** Added ` /note ` command for journal entry creation
14+
15+ ### Fixes
16+ - ** Documentation accuracy:** Fixed documentation to match actual implementation
17+ - Replaced "Gemini CLI" with "OpenCode Framework"
18+ - Replaced ` /maintenance ` with ` /audit ` throughout
19+ - Removed unimplemented commands (/learn, /document, /brainstorm, /cron)
20+ - Updated directory paths to ` .knowledge/* ` structure
21+ - Updated agent and subagent tables
22+
23+ ### Refactored
24+ - ** Install script:** Simplified to non-interactive mode with ` --link ` flag
25+ - ** Agent architecture:** Restructured to 4-mode framework (analyze, plan, build, release)
26+
27+ ### Documentation
28+ - Complete documentation audit and fix
29+ - Updated install URLs to apiad.github.io/opencode
30+ - Updated command inventory tables
31+
832## [ 1.0.0] - 2026-03-26
933
1034### Added
You can’t perform that action at this time.
0 commit comments