Skip to content

Releases: kwanpham2195/symphony-go

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 May 10:43
c2d0925

Changelog

  • d9b1593 build: add golangci-lint with tools.go
  • 41901fe feat: add WORKFLOW.md for self-hosted symphony development
  • d5b1b7a feat: port codex skills from upstream symphony
  • 49eaa81 fix(codex): align turn sandbox policy with thread sandbox mode
  • 2512af8 fix(codex): use inputSchema instead of parameters in tool spec
  • c65789a fix: golangci-lint config - move exclude-dirs to exclusions.paths
  • a82eb20 fix: move plans to docs/, CI runs make check, sandbox-safe gate
  • 6bef3a9 fix: sandbox-safe workflow and test targets
  • 5d57ffb fix: use danger-full-access sandbox for git operations
  • c2d0925 refactor(domain): move shared types to internal (#1)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 May 08:51

Changelog

  • 5a26dd6 build: add Makefile with common development commands
  • 3c6fae6 build: add goreleaser config and release workflow
  • 0c9afe1 feat: add fsnotify workflow watcher for dynamic config reload
  • fceee4f feat: milestone 1 - go module, workflow/config parsing, cli, prompt engine
  • 371cc74 feat: milestone 2 - linear read adapter with fixture-driven tests
  • 9214cc0 feat: milestone 3 - workspace manager with hooks and path safety
  • 1d3f5e3 feat: milestone 4 - codex app-server client with fake subprocess tests
  • 2bca1fd feat: milestone 5 - orchestrator with dispatch, retry, reconciliation
  • 834344a feat: milestone 6 - wired CLI with agent runner and signal handling
  • 9535957 feat: milestone 7 - dashboard and JSON status API
  • aa2e7a4 feat: milestone 8 - linear_graphql dynamic tool
  • e551882 feat: milestone 9 - SSH worker pool with capacity tracking
  • c6abb5b feat: wire HTTP server into CLI, add README
  • ba4c985 feat: wire SSH worker pool into orchestrator dispatch
  • f431a62 feat: wire linear_graphql tool into codex session
  • 29cbfc3 fix: TurnCount off-by-one and handleRetry shutdown race
  • 398ae4d fix: correct Allow header in HTTP 405 responses
  • dd8c2ed fix: data race in dynamic config reload path
  • 960df28 fix: gitignore pattern matching cmd/symphony directory
  • 8fa60f0 fix: pass active_states to Linear client, add smoke test workflow
  • f6a0de2 fix: race condition in TestRefresh_POST (sync fakeRefresher.called)
  • d7b9158 fix: remove hardcoded local paths from smoke workflow and AGENTS.md
  • 6496d34 refactor: rename module path to github.com/kwanpham2195/symphony-go
  • 3c0b4a4 test: add acceptance tests for full system integration