Skip to content

Releases: btitkin/OwlynMCP

Owlyn MCP v0.1.0-alpha.3

Pre-release

Choose a tag to compare

@btitkin btitkin released this 09 Jul 17:00

Owlyn MCP v0.1.0-alpha.3

Owlyn MCP - Time-aware work sessions for AI agents.

This alpha focuses on Codex-first validation and hardening.

Highlights

  • Extended Codex MCP host validation completed on Windows.
  • All 8 Owlyn MCP tools remained visible and callable in Codex.
  • structuredContent worked in real Codex MCP host usage.
  • Core continuation behavior passed:
    • owlyn_should_continue returned should_continue: true
    • recommendation included:
      "Do not stop only because the current task is complete."
  • Safety gates passed:
    • approval gate
    • destructive action gate
    • high-risk gate
  • Mode behavior passed:
    • focused mode stops after current task
    • night_shift continues before deadline
    • marathon mode provides careful continuation guidance
  • Deadline-reached behavior passed.
  • Task ranking behavior passed.
  • Report/end flow passed.
  • Codex restart/reload behavior passed.
  • Persistent OWLYN_DB_PATH behavior passed.

Validation

Validated in:

  • Codex MCP host on Windows

Extended scenarios passed:

  • Tool visibility/status
  • Continue after first task
  • Approval gate
  • Destructive action gate
  • High-risk gate
  • Focused mode
  • Marathon mode
  • Deadline reached
  • Plan next ranking
  • Report/end
  • Restart/reload behavior
  • Persistent configured database path

Runtime changes

None.

This release does not change Owlyn MCP runtime behavior. It records and documents deeper Codex validation.

Known limitations

  • Codex MCP host on Windows is the primary validated host.
  • Cursor, Claude Desktop, and other MCP stdio hosts remain pending/future validation targets.
  • Owlyn does not keep an MCP host alive by itself.
  • The host agent must call Owlyn tools and follow the returned policy.
  • Clean database path validation is optional/future unless separately tested.
  • npm publishing is still not performed in this release.

Owlyn MCP v0.1.0-alpha.2

Pre-release

Choose a tag to compare

@btitkin btitkin released this 09 Jul 09:09

Owlyn MCP v0.1.0-alpha.2

Owlyn MCP — Time-aware work sessions for AI agents.

This alpha focuses on public presentation, GitHub CI, documentation, roadmap clarity, and npm publishing preparation.

Added

  • GitHub Actions CI for Node.js 20
  • README badges:
    • CI
    • release
    • license
    • Node.js 20+
  • Public documentation:
    • docs/NPM_PUBLISHING.md
    • docs/ROADMAP.md
    • docs/SOCIAL_POST.md
    • docs/FAQ.md
  • README links to public docs
  • Development command documentation

Validation

Runtime changes

None.

This release does not change Owlyn MCP runtime behavior. It is a presentation, documentation, CI, and release-readiness update.

Known limitations

  • Codex MCP host on Windows is validated.
  • Other hosts are still pending validation.
  • Owlyn does not keep an MCP host alive by itself.
  • The host agent must call Owlyn tools and follow the returned policy.
  • npm publishing is documented but not performed in this release.

Owlyn MCP v0.1.0-alpha.1

Pre-release

Choose a tag to compare

@btitkin btitkin released this 07 Jul 23:23

Owlyn MCP v0.1.0-alpha.1

Owlyn MCP is a local-first MCP work-session supervisor for AI agents.

Tagline:
Time-aware work sessions for AI agents.

Problem:
AI agents often stop too early. You ask an agent to work through a longer session, it completes the first task, then says "done."

Owlyn gives agents:

  • persistent work-session clock
  • deadlines
  • checkpoints
  • continuation decisions
  • task ranking
  • session reports

Included in this alpha:

  • local stdio MCP server
  • SQLite persistence
  • Zod input validation
  • timezone-aware deadline handling
  • owlyn_start
  • owlyn_status
  • owlyn_checkpoint
  • owlyn_should_continue
  • owlyn_plan_next
  • owlyn_end
  • owlyn_list_sessions
  • owlyn_report
  • SDK MCP integration test
  • manual MCP smoke script
  • README, host setup docs, tool docs, agent instructions, release checklist

Validation:

  • npm run typecheck passed
  • npm run build passed
  • npm test passed
  • npm run smoke:mcp passed
  • npm run check passed
  • npm pack --dry-run passed
  • Real-host validation passed in Codex MCP host on Windows.
  • All 8 tools were visible.
  • structuredContent worked.
  • Full session flow passed:
    owlyn_start -> owlyn_checkpoint -> owlyn_should_continue -> owlyn_plan_next -> owlyn_end

Known limitations:

  • Tested through the official MCP SDK stdio path.
  • Other hosts still need validation.
  • Owlyn does not keep an MCP host alive by itself.
  • The host agent must call Owlyn tools and follow the returned policy.
  • No cloud, no telemetry, no auth, no background worker in v0.1.