Skip to content

Releases: memcode-ai/memcode

v0.36.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:30

Changelog

  • ad5d666 protocol: assistant text and rendered output are different channels
  • 9bae72b protocol: emit tool activity structurally, and pin the channel semantics
  • 76d97e9 protocol: hash the vendored surface so four copies cannot drift silently

v0.35.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:29

Changelog

  • ce9c125 Autonomous tasks: capability ceilings, worktree isolation, real verification
  • c9d8a20 Autonomous tasks: deterministic branch, commit, push and pull request
  • c7d6f38 Autonomous tasks: durable runs, and memcode task run end to end
  • c75467e Autonomous tasks: notice work that should become a durable capability
  • 4e4bb0d Autonomous tasks: runtime selection, with authorization kept separate from availability
  • 2a8874a Autonomous tasks: the Task object, its authority model, and task list/show/check
  • 641e0b6 Autonomous tasks: triggers, missed-run policy, and durable concurrency
  • 744d9c6 Fix the project-task gitignore remedy, and test it against real git
  • adb7510 config: scope validation to what a command needs, and give the kind: migration
  • c78e6fc task: the global root is about ownership, not just scope
  • d08a6ea tasks: creation is a design phase, and a task belongs to its responsibility
  • 8de691a tasks: fix the two concurrency bugs CI was catching and I was not
  • c7b0073 tasks: honest atomicity, a fixed authority boundary, and self-suspension
  • 71f5efc tasks: never paste the autonomous-work block at the user
  • ae437b9 tasks: one design phase behind create, customize, edit and resolve
  • e9ede1d tasks: steps instead of an execution mode, and fix the CI gate
  • 538bbe2 tasks: surface autonomous state in the conversation, not in a card

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:45

Changelog

  • 7ccf787 Drop the models Fireworks decommissions on 2026-09-25, and alias their names

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 05:04

Changelog

  • 1fc4b41 Fireworks: DeepSeek V4.1 Flash, GLM 5.3, and rates checked against the vendor

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:07

Changelog

  • 8080fe7 Add GPT-6 Astra, and price long prompts the way vendors actually bill them

v0.31.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 02:54

Changelog

  • 582410c Stop non-git directories from adopting your home folder as the project

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 08:29
29f67f9

Changelog

  • 29f67f9 Fix the Gemini tool-replay 400, and stop it from costing 12 minutes of silence (#8)
  • 556fe78 feat(models): a delegated model pin for sub-agents and scouts
  • 8d85a4f feat(policy): a typed behavior-policy layer
  • a0e29a0 models: retire Kimi K2.6 and K2.7 Code (#7)

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 18:35

Changelog

  • 96cc50c models: Gemini 3.8 Flash replaces 3.6, correct the Gemini output limits

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 04:07

Changelog

  • 74c4e1f feat(plan): add explicit cross-model plan review
  • cd72004 models: Claude Fable 5.1, keep Sonnet 5 at $2/$10, drop Sonnet 4.6
  • 2735d0b refactor(llm): drop the last dead vendor symbols
  • 83c3b71 refactor(llm): remove automatic model routing

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:05
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