Skip to content

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:05
· 9 commits to main since this release
e473ed8

Changelog

  • ea188ee Guard task completion after failed tools
  • 8a2e6b3 Merge pull request #5 from memcode-ai/feat/personal-agents
  • cafdfe8 agents: autonomy is a mode, not a species — fold Personal into gw_* / admin
  • 0125cc0 autonomy: facts table -> memory.md, and get the job link off it first
  • 0d3340e autonomy: personal.db -> agent.db; cover the last two matrix rows
  • 199404f autonomy: rename internal/personal, delete the second cron parser, guard both
  • d59b9c6 config/docs: reject the removed kind: field loudly; document autonomy as a mode
  • 47c5006 continuation: one durable suspend/resume implementation, not three
  • e473ed8 guard: read go list's stdout, not stdout+stderr — fixes the perpetual failures (#6)
  • 9b027bb personal: add Personal Agents (durable objectives, delegation policy, triggers, browser broker)
  • 021f53c personal: add pa_create — the cockpit could not actually create an agent
  • f97cbc2 personal: browser delegation defaults to the user's OWN existing Chrome
  • 7abea6c personal: cut resource-grant ceremony, mirror config as files, guide setup via the cockpit
  • 54eaac3 personal: delegate consequential work to real capability workers; fix CI lint
  • 4e9041e personal: delete the CLI subcommand surface — it's tools, not a CLI
  • c3a8443 personal: one config.yaml instead of three scattered mirror files