chore(main): release 2.7.0#111
Closed
buremba wants to merge 1 commit into
Closed
Conversation
865a367 to
b671ddd
Compare
0145076 to
3256135
Compare
52920d5 to
acdfe09
Compare
acdfe09 to
1903e9b
Compare
buremba
added a commit
that referenced
this pull request
Apr 10, 2026
Both release workflows were broken or unused: - release-please.yml: the manifest was stuck at 3.0.7 (actual state: 3.0.19), producing zombie release PRs (#111, #159) that would roll versions backward if merged. Its publish step also still referenced the expired NPM_TOKEN secret path that we just removed from publish-packages.yml, so even a merge would 401. - release.yml: a copy-paste of the Anthropic claude-code-action release template. Created `v*` tags and tried to sync releases to the unrelated `anthropics/claude-code-base-action` repo. No business being in this repo. We now ship via the manual PR + `gh workflow run publish-packages.yml` flow, powered by npm OIDC trusted publishing. Document it in docs/RELEASING.md so future contributors have a single reference. Removed: - .github/workflows/release-please.yml - .github/workflows/release.yml - release-please-config.json - .release-please-manifest.json Added: - docs/RELEASING.md Updated: - AGENTS.md: point the Versioning section at docs/RELEASING.md and call out the "don't bump in CI" rule.
Member
Author
|
Closing as part of release-please removal (aa998bc). We moved to manual PR-based releases via |
buremba
added a commit
that referenced
this pull request
May 14, 2026
buremba
added a commit
that referenced
this pull request
May 14, 2026
…loading (#726) * feat(web): UX sweep — unified landings, /connectors rename, skeleton loading Bumps owletto-web to feat/ux-sweep-2. Full notes in the submodule commit; high-level: - Pill + routes: Connections → Connectors. - /events, /connectors, /agents share a consistent landing shape (icon + lede + stats + side-by-side setup cards). - Dedicated focused-create routes: /agents/create, /connectors/create, /devices/connect. - Sidebar: section header icons, skeleton row loading (with "no org yet" handled), pill-click memory, active-pill jumps home, connection-status dot now matches "active". - Connector picker: Skills row (default open) with copy-prompt for `npx skills add lobu-ai/lobu --skill lobu`; Lobu CLI install row. - Connection settings: humanized auth section + CLI reauth hint; Run-on Refresh button inline; Activity links to /events filtered by connection_id. - Feed detail: connector + device crosslinks; duplicate status badge suppressed; "no configurable parameters" placeholder when configSchema is absent. - "View in knowledge" renamed to "View in memory". - App-wide TooltipProvider; native title= attrs swept to Radix. * chore(web): re-pin submodule to current owletto-web/main after #111 merge * chore(web): re-pin submodule to include #112 empty-state fix * chore(web): re-pin submodule to include #114 (org redirect + agent CTA) * chore(web): re-pin submodule to include #115 (routeTree regen)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.7.0 (2026-03-06)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.