Skip to content

Releases: mlund01/squadron

v0.0.82

28 May 04:13
679ef30

Choose a tag to compare

What's Changed

  • README rewrite + AEO Tier 3 submission drafts by @mlund01 in #98
  • Docs: clarify that mission-level agents are inherited by every task by @mlund01 in #101
  • Add builtins.utils.current_time tool by @mlund01 in #100
  • Remove role attribute from agents by @mlund01 in #99
  • Rename folders → memory in HCL (folders kept as alias) by @mlund01 in #102

Full Changelog: v0.0.81...v0.0.82

v0.0.81

17 May 03:14
d6e5141

Choose a tag to compare

What's Changed

  • Docs: AEO plumbing (llms.txt, raw .md mirrors, robots, sitemap, JSON-LD) by @mlund01 in #95
  • Docs: AEO Tier 2 — canonical answer pages (what-is, comparisons, FAQ, no-code guide) by @mlund01 in #96
  • Docker: install python3 + Go for in-container plugin builds, add CI smoke tests by @mlund01 in #97

Full Changelog: v0.0.80...v0.0.81

v0.0.80

11 May 03:52
219e18d

Choose a tag to compare

What's Changed

  • Auto-build local Go and Python plugins from HCL config, with content-hash caching by @mlund01 in #91

Full Changelog: v0.0.79...v0.0.80

v0.0.79

08 May 03:43
8c6b615

Choose a tag to compare

What's Changed

  • Support Python plugins via runner.json + venv by @mlund01 in #93
  • Always call plugin Configure() so plugins requiring init don't fail at runtime by @mlund01 in #89
  • Docs: drop git+https direct ref, use squadron-sdk from PyPI by @mlund01 in #94

Full Changelog: v0.0.78...v0.0.79

v0.0.78

07 May 03:41
7b95e2a

Choose a tag to compare

What's Changed

  • Fix launchd install race and stale jobs after uninstall by @mlund01 in #86
  • Preserve raw JSON Schema from plugins, plumb output schema to LLM by @mlund01 in #92

Full Changelog: v0.0.77...v0.0.78

v0.0.77

06 May 01:04
b8b7e0d

Choose a tag to compare

What's Changed

  • Fail loudly when a configured gateway can't be installed by @mlund01 in #85
  • Persist session messages as structured parts so resume preserves tool calls and reasoning by @mlund01 in #88
  • Resume hardening: call_agent re-execution, taskComplete restore, iterator cancellation safety by @mlund01 in #90

Full Changelog: v0.0.76...v0.0.77

v0.0.76

02 May 01:12
a6699d9

Choose a tag to compare

What's Changed

  • Add agent-level reasoning levels and migrate OpenAI to Responses API by @mlund01 in #84

Full Changelog: v0.0.75...v0.0.76

v0.0.75

29 Apr 03:35
3b14c01

Choose a tag to compare

What's Changed

  • Add recent Anthropic and OpenAI models with pricing by @mlund01 in #77
  • Add per-run mission folders and document folder system by @mlund01 in #78
  • Auto-load vault keys as vars without requiring variable blocks by @mlund01 in #82

Full Changelog: v0.0.74...v0.0.75

v0.0.74

28 Apr 02:46
5634cad

Choose a tag to compare

What's Changed

  • Add .squadron/ to .gitignore on init by @mlund01 in #79
  • Add human-in-the-loop (builtins.human.ask) end to end by @mlund01 in #80

Full Changelog: v0.0.73...v0.0.74

v0.0.73

23 Apr 03:53
c209707

Choose a tag to compare

What's Changed

  • Skip researcher agent when quickstart starter mission is declined by @mlund01 in #74
  • Remove committed plugin binary and guard against recurrence by @mlund01 in #75
  • Retry command center connection indefinitely by @mlund01 in #76

Full Changelog: v0.0.72...v0.0.73