Skip to content

Commit 751ad39

Browse files
chore(main): release 0.0.7 (#20)
* chore(main): release 0.0.7 * Update version number in CHANGELOG.md * Update package.json --------- Authored-by: Mohammad Alhashemi <64827602+malhashemi@users.noreply.github.com>
1 parent 2d8cbc8 commit 751ad39

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.6"
2+
".": "0.0.7"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/malhashemi/opencode-sessions/compare/v0.0.6...v0.0.7) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* add context injection to compact mode and remove context mode ([e4b76ae](https://github.com/malhashemi/opencode-sessions/commit/e4b76aeeb070ef591b5535f6e63277cccd800542))
9+
* enable agent switching for compact mode ([24dde8a](https://github.com/malhashemi/opencode-sessions/commit/24dde8a84efe15d73e3cbcb214ccd34286519860))
10+
311
## [0.0.6](https://github.com/malhashemi/opencode-sessions/compare/v0.0.5...v0.0.6) (2025-10-28)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-sessions",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Session management plugin for OpenCode with multi-agent collaboration support",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)