Skip to content

chore(main): release lobu 6.0.0#413

Merged
buremba merged 1 commit into
mainfrom
release-please--branches--main
May 3, 2026
Merged

chore(main): release lobu 6.0.0#413
buremba merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented Apr 27, 2026

🤖 I have created a release beep boop

lobu: 6.0.0

6.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • external MCP clients calling manage_connections or manage_auth_profiles directly will receive Tool not found. Move those callers to the REST proxy at POST /api/{orgSlug}/{toolName}.
  • owletto-backend: the execute MCP tool is removed. External MCP clients must switch to run (mutating scripts) or query (read-only scripts). The internal manage_connections and manage_auth_profiles tools are no longer visible on the public MCP surface; CLI/web flows continue to reach them via the REST proxy.

Features

  • cli: align agent management with web API (#491) (86e0b25)
  • cli: replace bespoke device login with OAuth 2.0 device-code flow (#489) (3a8ec73)
  • connectors: add reddit user_activity feed (#445) (f53c6a1)
  • drop Docker/K8s deployment modes — embedded-only (5fef6c2)
  • identity: facts-as-events identity engine (475baab)
  • landing: Attio-style landing redesign with use-case-driven hero (0e7af50)
  • landing: dark mode support with system preference detection (#497) (da7f8cd)
  • migrate browser-auth to REST, demote manage_* to internal MCP (#439) (9f883a5)
  • owletto-backend: 401 + WWW-Authenticate for unauth /mcp (#438) (ae703fa)
  • owletto-backend: split MCP execute into query (read-only) + run (full) (#432) (aef8254)
  • scheduler: unified TaskScheduler — replace setInterval maintenance loop (#478) (ab4ee13)
  • watchers: edit propagates across the group; snapshot version_id on runs (#485) (7a18f83)
  • worker: per-exec OS sandbox for spawned binaries in embedded mode (daa25d7)

Bug Fixes

  • connectors: bundle pino + link-preview-js instead of externalising (#448) (7486f39)
  • db: drop legacy event source id (#419) (560c073)
  • db: tenant-scoped FK on connections.auth_profile references (#447) (891f7ab)
  • embedded: default MEMORY_URL so dispatcher service tokens validate (#451) (596cd9c)
  • events: make creator attribution nullable (#418) (b7f59f5)
  • execute: bundle backend so prod runs under Node + isolated-vm (#433) (20afae5)
  • execute: harden sandbox runtime (#427) (343cc03)
  • execute: run backend under Node so isolated-vm loads (#430) (71c74e1)
  • get_watcher: bound unprocessedCount scan even on fresh watchers (#486) (da2d9ef)
  • get_watcher: cap unprocessedCount scan at 1000 rows (#487) (c548440)
  • harden lobu memory watcher reliability (#498) (459c7b2)
  • landing: send start CTA to app (#492) (ed112a4)
  • list_watchers: cap pending-content total at 1000 rows (#488) (e296a99)
  • owletto-backend: make classification reconciliation candidate query selective (#454) (4b83739)
  • owletto-backend: MCP rough edges — org scope, paginated SDK examples, knowledge.delete tombstone (#442) (6f2ae98)
  • owletto-backend: re-register list_watchers/get_watcher/read_knowledge for REST (#434) (dac1603)
  • public-pages: serve scrapeable HTML for generic clients (#415) (818c804)
  • public-pages: skip SSR shell for signed-in users (4c31a04)
  • reddit: request identity scope so /api/v1/me works (#449) (2fc08d8)
  • watchers: connector dep hygiene + dispatcher fail-closed (#444) (b4bb37f)
  • watchers: include watcher_group_id in list response; bump owletto-web for inline version chip (#435) (4f9db5a)
  • worker: skip --import tsx when running under Bun (#412) (39e031d)

Performance Improvements

  • events: fold visibility into get_content WHERE; drop entity lookup (#455) (9f0566b)
  • get_watcher: consolidate to 3 round-trips per page open (#482) (61c5606)
  • get_watcher: delete dead cold-path queries, bound unprocessedCount (#481) (e533449)
  • watchers: fix /watchers/:id timeouts — slim get_watcher to first-paint queries (#479) (a3b98fc)

Reverts


This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot added the triage:needs-human Triage agent escalated for human review label Apr 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 27, 2026

Triage decision: needs-human

Reasons:

  • Merge state is BLOCKED - indicates base conflict or other merge issue requiring manual resolution
  • This is a release-please generated PR for version 6.0.0 with breaking changes requiring human oversight
  • Integration tests still in progress

Next: Human review required to resolve blocking merge conditions. Wait for integration tests to complete, then check merge status and resolve any conflicts or dependencies before manual merge.

codex-approver[bot]
codex-approver Bot previously approved these changes Apr 27, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from 7cc50c7 to 3b867b3 Compare April 27, 2026 14:52
codex-approver[bot]
codex-approver Bot previously approved these changes Apr 27, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from 59064cc to 69bf5ec Compare April 27, 2026 15:30
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 27, 2026

Triage decision: needs-human

Reasons:

  • Changes to infra paths: charts/lobu/Chart.yaml is under charts/lobu/ (configured infra blast radius)
  • This is a release-please generated PR touching Helm chart versions and multiple package.json files
  • All CI checks are now passing (SUCCESS)

Next: Human review required for infra changes. Ready for manual merge after final review of Helm chart version bump and package.json version updates.

codex-approver[bot]
codex-approver Bot previously approved these changes Apr 27, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba changed the title chore(main): release lobu 5.0.1 chore(main): release lobu 5.1.0 Apr 27, 2026
@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from d1347ea to 3de4ad0 Compare April 27, 2026 21:31
codex-approver[bot]
codex-approver Bot previously approved these changes Apr 27, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from 50e78e7 to f3e0144 Compare April 27, 2026 23:03
codex-approver[bot]
codex-approver Bot previously approved these changes Apr 27, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from 7b425e7 to e926edd Compare April 28, 2026 00:55
@buremba buremba changed the title chore(main): release lobu 5.1.0 chore(main): release lobu 6.0.0 Apr 28, 2026
@buremba buremba force-pushed the release-please--branches--main branch 3 times, most recently from 7ef33ac to 185a664 Compare April 28, 2026 01:54
codex-approver[bot]
codex-approver Bot previously approved these changes Apr 30, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 2 times, most recently from c94d93f to 3665e03 Compare April 30, 2026 23:04
codex-approver[bot]
codex-approver Bot previously approved these changes Apr 30, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 3 times, most recently from 1259964 to 74d0bc6 Compare April 30, 2026 23:51
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 30, 2026

Triage decision: needs-human

Reasons:

  • Merge state is BLOCKED - indicates base conflict or other merge issue requiring manual resolution
  • This is a release-please generated PR for version 6.0.0 with breaking changes requiring human oversight
  • Some CI checks are still in progress (integration tests, triage)

Next: Human review required to resolve blocking merge conditions. Wait for CI completion, then check merge status and resolve any conflicts or dependencies before manual merge.

codex-approver[bot]
codex-approver Bot previously approved these changes May 1, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba force-pushed the release-please--branches--main branch 4 times, most recently from 5e65d25 to 935678e Compare May 1, 2026 02:39
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Triage decision: needs-human

Reasons:

  • Merge state is BLOCKED - indicates base conflict or other merge issue requiring manual resolution
  • This is a release-please generated PR for version 6.0.0 with breaking changes requiring human oversight
  • Some CI checks are still in progress (javascript-typescript analysis, integration tests, typecheck)

Next: Human review required to resolve blocking merge conditions. Wait for CI completion, then check merge status and resolve any conflicts or dependencies before manual merge.

codex-approver[bot]
codex-approver Bot previously approved these changes May 1, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

codex-approver[bot]
codex-approver Bot previously approved these changes May 1, 2026
Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

Copy link
Copy Markdown

@codex-approver codex-approver Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: Codex left a 👍 reaction (no suggestions).

@buremba buremba merged commit 19018df into main May 3, 2026
23 checks passed
@buremba buremba deleted the release-please--branches--main branch May 3, 2026 16:27
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 3, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged triage:needs-human Triage agent escalated for human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants