mirror of
https://github.com/obra/superpowers.git
synced 2026-04-20 22:22:39 +00:00
Compare commits
2 Commits
v5.0.2
...
test-openc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
911fa1d6c5 | ||
|
|
d19703b0a1 |
@@ -1,5 +1,11 @@
|
|||||||
# Superpowers Release Notes
|
# Superpowers Release Notes
|
||||||
|
|
||||||
|
## v5.0.3 (2026-03-15)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **Stop firing SessionStart hook on `--resume`** — the startup hook was re-injecting context on resumed sessions, which already have the context in their conversation history. The hook now fires only on `startup`, `clear`, and `compact`.
|
||||||
|
|
||||||
## v5.0.2 (2026-03-11)
|
## v5.0.2 (2026-03-11)
|
||||||
|
|
||||||
### Zero-Dependency Brainstorm Server
|
### Zero-Dependency Brainstorm Server
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"hooks": {
|
"hooks": {
|
||||||
"SessionStart": [
|
"SessionStart": [
|
||||||
{
|
{
|
||||||
"matcher": "startup|resume|clear|compact",
|
"matcher": "startup|clear|compact",
|
||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
|
|||||||
6
package.json
Normal file
6
package.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "superpowers",
|
||||||
|
"version": "5.0.3",
|
||||||
|
"type": "module",
|
||||||
|
"main": ".opencode/plugins/superpowers.js"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user