File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ entries :
2+ - timestamp : 2026-04-01T00:00:00Z
3+ type : commit
4+ message : " feat: update submodules with sandbox"
5+ files :
6+ - .opencode
7+ - lib/opencode-literate-commands
8+ summary : |
9+ Updated submodules with:
10+ - feat: add sandbox command (.opencode)
11+ - fix: typo (opencode-literate-commands)
12+ - timestamp : 2026-04-01T12:00:00Z
13+ type : release
14+ version : " 2.0.0"
15+ changelog : |
16+ ## [2.0.0] - 2026-04-01
17+
18+ ### Breaking Changes
19+ - Literate Commands: Multi-step guided workflows
20+ - Sandbox Plugin: Docker-based isolation
21+
22+ ### Features
23+ - Literate Commands skill for guided workflows
24+ - Sandbox environment for isolated execution
25+ - Enhanced agent architecture (analyze, design, build modes)
26+
27+ ### Documentation
28+ - Added AGENT.md documentation
29+ - Updated command inventory
30+ - Added sandbox command docs
Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ 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+ ## [ 2.0.0] - 2026-04-01
9+
10+ ### Breaking Changes
11+ - ** Literate Commands:** Multi-step guided workflows with variable collection, conditional logic, and automated script execution
12+ - ** Sandbox Plugin:** Docker-based isolation for tool execution with mode-specific command routing
13+
14+ ### Features
15+ - ** Literate Commands:** Added skill for creating guided, multi-step workflows
16+ - Variable collection with types
17+ - Conditional logic support
18+ - In-place array mutation for command abort
19+ - Phase-based execution (parse → substitute → route → execute)
20+ - ** Sandbox Environment:** Isolated execution context for commands
21+ - ** Workflow Improvements:** Enhanced agent architecture with analyze, design, build modes
22+
23+ ### Documentation
24+ - Added AGENT.md documentation
25+ - Updated command inventory with literate-commands support
26+ - Added sandbox command documentation
27+
828## [ 1.1.0] - 2026-03-27
929
1030### Features
You can’t perform that action at this time.
0 commit comments