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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.1](https://github.com/shahboura/agents-opencode/compare/v2.1.0...v2.1.1) (2026-05-07)


### Bug Fixes

* exclude dev files from GitHub release archives via export-ignore ([#47](https://github.com/shahboura/agents-opencode/issues/47)) ([855507b](https://github.com/shahboura/agents-opencode/commit/855507bd48837cfe28c64afb8cf784c27231fabf))
* exclude dev files from GitHub release archives via export-ignore ([#49](https://github.com/shahboura/agents-opencode/issues/49)) ([2296fbc](https://github.com/shahboura/agents-opencode/commit/2296fbcebb8bbcf7d987f40b64c653300a666fb9))

## [2.1.0](https://github.com/shahboura/agents-opencode/compare/v2.0.1...v2.1.0) (2026-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agents-opencode",
"version": "2.1.0",
"version": "2.1.1",
"description": "OpenCode Agents: Intelligent AI assistants for software development. Features 9 specialized agents (including legal-advisor for license auditing and compliance), 14 coding standards, automated code review, documentation generation, OpenCode plugin compatibility, and cross-platform installation. Supports .NET, Python, TypeScript, Flutter, Go, Java, Node.js, React, Ruby, and Rust with plan-first execution and context-aware assistance.",
"files": [
"install.js",
Expand Down