Skip to content

Releases: GobbyAI/gobby

v0.2.11

04 Feb 14:24

Choose a tag to compare

v0.2.9

30 Jan 23:04

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

30 Jan 02:31

Choose a tag to compare

See CHANGELOG.md for details

Full Changelog: v0.2.7...v0.2.8

v0.2.7

28 Jan 18:35

Choose a tag to compare

[0.2.7] - 2025-01-28

Major Features

Unified Spawn Agent API

  • New unified spawn_agent MCP tool replacing legacy spawn tools
  • IsolationHandler abstraction with CurrentIsolationHandler, WorktreeIsolationHandler, and CloneIsolationHandler
  • SpawnExecutor for unified spawn dispatch across all isolation modes
  • generic.yaml agent and workflow definitions as reference implementations
  • Deprecation warnings added to spawn_agent_in_worktree, spawn_agent_in_clone, and start_agent

Agent Sandboxing

  • SandboxConfig models for agent spawning with network and filesystem controls
  • Sandbox resolvers for CLI-specific configuration (Claude, Gemini, Codex)
  • Sandbox params in spawn_agent MCP tool and build_cli_command
  • sandboxed.yaml example agent demonstrating sandbox configuration
  • Integration and unit tests for sandbox functionality

Project-Scoped Session References

  • Database schema for project-scoped session sequential numbers
  • CLI integration for displaying #N style session refs
  • MCP tools and display updates for session refs
  • Migration 77 for session seq_num backfill

Database Migration V2 Baseline

  • Flattened baseline schema (BASELINE_SCHEMA_V2) for fresh installs
  • use_flattened_baseline config option (defaults to True)
  • schema_dump.sql for schema documentation
  • Migration documentation updates

Architecture Refactoring

  • Memory module decomposition (ingestion, search, services packages)
  • Session tools decomposition (_messages.py, _handoff.py, _crud.py, _commits.py)
  • Task enforcement decomposition (enforcement/ package)
  • Codex adapter decomposition (codex_impl/ package)
  • Config module cleanup: removed deprecated prompt fields, added prompt_path pattern

Bug Fixes

  • Fixed delete_task recursion bug when parent task depends on children
  • Fixed config tests for prompt_path refactor
  • Fixed mock_memory_manager.get_related to use AsyncMock
  • Fixed mypy type errors in 4 files
  • Fixed pytest failures from config refactor and async/sync mismatches
  • Fixed task lifecycle tools returning success: true on errors

Documentation

  • Added search.md guide for unified search functionality
  • Added configuration.md guide for daemon configuration
  • Comprehensive documentation guide updates
  • Updated doctor skill with Phase 5 Security Audit section

See CHANGELOG.md for full details.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 Jan 20:47
08eec59

Choose a tag to compare

Release 0.2.6

Changes

  • Fix bandit B110 warning in detection_helpers.py
  • Add moreutils timestamps to pre-push-test.sh for debugging
  • Various improvements and bug fixes from dev branch

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Jan 15:06

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.5