Skip to content

Commit 6002a64

Browse files
committed
chore(release): version 1.1.0
1 parent bf531f0 commit 6002a64

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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+
## [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

0 commit comments

Comments
 (0)