Releases: memcode-ai/memcode
Releases · memcode-ai/memcode
Release list
v0.36.0
v0.35.0
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 runend 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
Changelog
- 7ccf787 Drop the models Fireworks decommissions on 2026-09-25, and alias their names
v0.33.0
Changelog
- 1fc4b41 Fireworks: DeepSeek V4.1 Flash, GLM 5.3, and rates checked against the vendor
v0.32.0
Changelog
- 8080fe7 Add GPT-6 Astra, and price long prompts the way vendors actually bill them
v0.31.1
Changelog
- 582410c Stop non-git directories from adopting your home folder as the project
v0.31.0
v0.30.0
Changelog
- 96cc50c models: Gemini 3.8 Flash replaces 3.6, correct the Gemini output limits
v0.29.0
v0.28.0
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