Releases: tomsiwik/godmode
godmode@0.0.2
Patch Changes
-
5e4b2fb: Require an explicit HTTP method for
apiinterface calls. The method is the first positional after the interface keyword (case-insensitive):godmode stripe api GET customers cus_123. The short/long flag forms (-g,-po,-pu,-pa,-d,--head, and their--get/--post/etc. variants) are removed, and the implicit "body fields → POST" inference is gone. Calls that previously relied on either now error withMissing HTTP method. GraphQL and MCP interfaces are unaffected.Rename
~/.godmode/apis/to~/.godmode/extensions/. Existing installs are migrated automatically on first command run. Override the location via theGODMODE_EXTENSIONS_DIRenv var.Extract the
HelpPageclass and help primitives into a new@godmode-cli/cliworkspace package. Breaks a turbo build cycle betweengodmodeand@godmode-cli/command-agent. Back-compatgodmode/helpsubpath is preserved.Add a harness-agnostic
godmode agentworkflow powered by native coding CLIs (Claude, Codex, Gemini) with persistent zmx sessions, structured per-turn output capture, normalized events, resume/continue support, and project/global settings for harness, model, and effort.Add
@godmode-cli/testfor adapter test harnesses and@godmode-cli/coding-agentsfor agent integration primitives.