Skip to content

Releases: lg-labs-pentagon/lg5-spring-agent-os

v4.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 23:01
6a310f6

Release v4.6.0

Automated release triggered by merged PR #45 with 'release' label.

Changes

Update bundle version to 4.6.0

See PR #45 for full details.

What's Changed

  • chore: test SHA-suffixed release by @lglabs in #44
  • Update bundle version to 4.6.0 by @lglabs in #45

Full Changelog: v4.5.1...v4.6.0

v4.5.1.294268b

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:48
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

  • chore: test SHA-suffixed release by @lglabs in #44

Full Changelog: v4.5.1...v4.5.1.294268b

v4.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:19
4a1b604

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

  • feat: new identity and version bump (v4.5.1) by @lglabs in #43

Full Changelog: v4.5.0...v4.5.1

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:04
6261586

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

  • feat: upgrade capability and centralized release system (v4.5.0) by @lglabs in #42

Full Changelog: v4.4.4...v4.5.0

v4.4.4

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:49
b4972bf

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

  • feat(release): unify versioning and chain docs deployment (v4.4.4) by @lglabs in #41

Full Changelog: v4.4.3...v4.4.4

v4.4.3

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:42
e87f92a

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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:16
328302d

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

  • chore: test full release automation v4.4.2 by @lglabs in #38

Full Changelog: v4.4.1...v4.4.2

v4.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:13
dcf0ba1

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

Choose a tag to compare

@lglabs lglabs released this 09 Jun 21:05
881e039

Added

  • Primary Agents: Introduced sdd and quick agents 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.yaml to include new primary agents.
  • Updated documentation wiki (docs/reference/subagents.md) with Primary Agents section.
  • Fixed docs/pnpm-workspace.yaml configuration for CI builds.

v4.3.0 — Provider-agnostic subagents (model: field removed)

Choose a tag to compare

@lglabs lglabs released this 13 May 01:11
44069ce

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.version 4.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.