You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the AgentField Go SDK to use a new organization name (`github.com/your-org/agentfield`).
Adds new dependencies (`bubbletea`, `lipgloss`, `exp`) to the control-plane's `go.mod` file. This also updates the Go toolchain to 1.24.2 in the control-plane and Dockerfiles.
Adjusts error handling in `LocalStorage.CleanupWorkflow` to consistently use `errors.New` instead of `fmt.Errorf` for specific error messages, improving error type consistency.
0 commit comments