Skip to content

Releases: Spshulem/openAGI

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:03

Full Changelog: v0.0.9...v0.0.10

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:44

Full Changelog: v0.0.8...v0.0.9

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:08
5af59a7

What's Changed

  • fix(daemon): MCP connect failures must not crash the daemon by @Spshulem in #58

Full Changelog: v0.0.7...v0.0.8

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:15
5b2fb1b

What's Changed

  • feat(imessage): plain-text replies (strip markdown) by @Spshulem in #42
  • feat(mcp): add Airtable to the MCP catalog by @Spshulem in #43
  • fix(budget): correct gpt-5.x pricing (nano was billed at flagship rates) by @Spshulem in #44
  • fix(imessage): decode attributedBody correctly (Peri trigger was broken) by @Spshulem in #45
  • fix(dashboard): keep selected MCP server across refresh (OAuth banner was hidden) by @Spshulem in #46
  • feat(tasks): queue classification + task-list hygiene sweep by @Spshulem in #47
  • fix(mcp): sanitize server name in tool names (a space broke ALL tool calls) by @Spshulem in #48
  • feat(computer-use): real execution via a computer-use node by @Spshulem in #49
  • feat(computer-use): downscale screenshots + scale click coords to logical points by @Spshulem in #50
  • fix(computer-use): logical resolution via system_profiler (no TCC needed) by @Spshulem in #51
  • feat(computer-use): feed screenshots to the model as images (it was clicking blind) by @Spshulem in #52
  • fix(tools): cap tools advertised to the model (256 tools = OpenAI 500 on every call) by @Spshulem in #53
  • feat(autopilot): gate on queued agent work (kills idle base-model spend) by @Spshulem in #54
  • docs(skills): bundle operational skills (nodes, iMessage, MCP, cron, computer use) by @Spshulem in #55
  • docs(skills): operational runbooks (deploy nodes, diagnose iMessage + tool errors) by @Spshulem in #56
  • fix(mac): release build fails to compile on newer runner toolchain (breaks Sparkle updates) by @Spshulem in #57

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@Spshulem Spshulem released this 13 Jun 04:39
9340f21

Highlights

Cost controls

  • Per-task model tiering — one base model for chat/autopilot, optional cheaper mini/nano tiers for the small background jobs. openagi models shows the plan + savings. Configure with OPENAI_MODEL_MINI/NANO (or ANTHROPIC_*) + per-task pins.
  • Autopilot routes through tiering and has a tunable cadence (OPENAGI_AUTOPILOT_INTERVAL_MIN) — an idle agent can go from ~$40/day to a couple dollars.
  • The budget ledger now records the actual model used per call.

iMessage (macOS node)

  • Note-to-self — text yourself to command the agent.
  • Whole-word keyword trigger — say "Peri …" to invoke; everything else is silently captured.
  • Group chats — in an allowlisted group, any member can invoke the agent and the reply posts back to the group (--allow-chat).
  • Proactive extraction — a cheap nano pass turns incoming texts into follow-up tasks, plus events and links in memory.
  • Stability: reads chat.db strictly read-only (no longer wedges Messages) and tracks new messages by date, surviving Messages' database rebuilds.

Reliability

  • Self-update auto-recovers from upstream history rewrites — a clean checkout whose history was rewritten (e.g. a force-push) hard-resets onto upstream instead of silently failing; real local commits and uncommitted edits are never discarded.

⚠️ Existing installs: this release follows a history rewrite of main. Auto-update self-heals on a clean checkout (see above). If yours has local edits, run git reset --hard origin/main once.

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 10 May 08:39

Full Changelog: v0.0.4...v0.0.5

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 10 May 08:15

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 08 May 22:26

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 08 May 12:57

Full Changelog: v0.0.1...v0.0.2

Full Changelog: v0.0.1...v0.0.2

Full Changelog: v0.0.1...v0.0.2