Releases: lg-labs-pentagon/lg5-spring-agent-os
Release list
v4.6.0
v4.5.1.294268b
Release v4.5.1.294268b
Automated release triggered by merged PR #44 with 'release' label.
Changes
chore: test SHA-suffixed release
See PR #44 for full details.
What's Changed
Full Changelog: v4.5.1...v4.5.1.294268b
v4.5.1
Release v4.5.1
Automated release triggered by merged PR #43 with 'release' label.
Changes
feat: new identity and version bump (v4.5.1)
See PR #43 for full details.
What's Changed
Full Changelog: v4.5.0...v4.5.1
v4.5.0
Release v4.5.0
Automated release triggered by merged PR #42 with 'release' label.
Changes
feat: upgrade capability and centralized release system (v4.5.0)
See PR #42 for full details.
What's Changed
Full Changelog: v4.4.4...v4.5.0
v4.4.4
Release v4.4.4
Automated release triggered by merged PR #41 with 'release' label.
Changes
feat(release): unify versioning and chain docs deployment (v4.4.4)
See PR #41 for full details.
What's Changed
Full Changelog: v4.4.3...v4.4.4
v4.4.3
Release v4.4.3
Automated release triggered by merged PR #40 with 'release' label.
Changes
chore: test centralized release automation v4.4.3
See PR #40 for full details.
What's Changed
- feat: centralize versioning in root manifest.yaml by @lglabs in #39
- chore: test centralized release automation v4.4.3 by @lglabs in #40
Full Changelog: v4.4.2...v4.4.3
v4.4.2
Release v4.4.2
Automated release triggered by merged PR #38 with 'release' label.
Changes
chore: test full release automation v4.4.2
See PR #38 for full details.
What's Changed
Full Changelog: v4.4.1...v4.4.2
v4.4.1
Release v4.4.1
Automated release triggered by merged PR #37 with 'release' label.
Changes
chore: test release automation v4.4.1
See PR #37 for full details.
What's Changed
- feat(ci): automate GitHub Releases on PR merge with 'release' label by @lglabs in #36
- chore: test release automation v4.4.1 by @lglabs in #37
Full Changelog: v4.4.0...v4.4.1
v4.4.0 — Primary SDD and Quick Agents
Added
- Primary Agents: Introduced
sddandquickagents as top-level orchestrators in the OpenCode agent cycle (Tab key). - Dynamic Model Support: All new agents are provider-agnostic, inheriting the consumer's default model for better portability.
Changed
- All manifests bumped to
v4.4.0. - Updated
subagents/manifest.yamlto include new primary agents. - Updated documentation wiki (
docs/reference/subagents.md) with Primary Agents section. - Fixed
docs/pnpm-workspace.yamlconfiguration for CI builds.
v4.3.0 — Provider-agnostic subagents (model: field removed)
What's new
Fixes Model not found: anthropic/claude-sonnet-4-20250514 for any consumer whose OpenCode / Claude Code / Cursor provider config doesn't expose that exact model id.
All 12 subagents previously had model: anthropic/claude-sonnet-4-20250514 hardcoded in their frontmatter. After v4.3.0 the line is gone — subagents inherit the consumer's default model at invocation time, making the bundle portable across providers (Anthropic, OpenAI, Gemini, GitHub Copilot, …) without per-consumer edits.
Affected subagents (12)
lg5-ci-cd-engineer, lg5-code-reviewer, lg5-test-generator, sdd-designer, sdd-implementer, sdd-intender, sdd-orchestrator, sdd-planner, sdd-quicker, sdd-specifier, sdd-tasker, sdd-verifier.
Validator change
scripts/validate.sh no longer requires the model: key in subagent frontmatter. Either presence (any string) or absence is accepted — consumers who need to pin a specific model can re-add model: <provider>/<id> to their local fork post-install.
Documentation
AGENTS.md got a new "Model selection (since v4.3.0)" troubleshooting callout next to the CHANGELOG-phantom one.
Version bumps
- 5 ×
bundle.version4.2.0 → 4.3.0 - subagents internal: 3.2.0 → 4.0.0 (MAJOR for this artifact set — breaking schema change at the subagent level)
- skills 4.2.0 → 4.3.0 (MINOR primary record)
- commands 0.7.0 → 0.7.1, specs 0.6.0 → 0.6.1, rules 0.4.0 → 0.4.1 (PATCH no-op bumps)
Compatibility
lg5-spring-sha:d0d754a(unchanged)- Backward compatible — consumers who already had Sonnet 4 configured keep working.
- Forward compatible — new consumers work zero-config out of the box.
Reported by: blank-service (Luis Quiroga). Closes the multi-provider portability gap identified in the v4.2.0 retrospective.
Full changelog
PR #21 — see subagents/CHANGELOG.md [4.0.0] and skills/CHANGELOG.md [4.3.0] for the primary records.