Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Bug Fixes

- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/
- Bump question tool max options from 4 to 10
- Remove dead ternary in question tool (both branches same value)


All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
Expand Down Expand Up @@ -122,3 +129,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0




24 changes: 24 additions & 0 deletions CHANGELOG_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [unreleased] — 2026-07-23

### FIX

- update .opencode/{agents,skills,commands}/ paths to canonical .agents/ [`4f4d944`]
- bump question tool max options from 4 to 10 [`e9cb855`]
- remove dead ternary in question tool (both branches same value) [`43405e9`]

### CHORE

- update CHANGELOG.md for v0.11.0 [`850253a`]
- **deps**: bump actions/setup-node from 6 to 7 (#75) [`f9d61d3`]
- **deps**: bump actions/checkout from 6 to 7 (#74) [`7f5e94b`]
- prepare v0.10.2 (#73) [`96f52fa`]
- remove superpowers reference from CHANGELOG [`075b68d`]
- prepare v0.10.1 [`5d4543b`]

### Other Changes

- Fix Pi compatibility gaps (module installer, config, drift detector) (#84) [`6ef55fb`]
- Fix plugin code quality issues (dead code, cross-platform notifications, E2E test) (#83) [`12a6321`]


## [unreleased] — 2026-07-23

### FIX
Expand Down Expand Up @@ -162,3 +185,4 @@