Skip to content

chore: prepare v0.5.0 release candidate#32

Merged
vibecodooor merged 8 commits intomainfrom
codex/gigabrain/v0-5-0-release-candidate
Mar 11, 2026
Merged

chore: prepare v0.5.0 release candidate#32
vibecodooor merged 8 commits intomainfrom
codex/gigabrain/v0-5-0-release-candidate

Conversation

@vibecodooor
Copy link
Copy Markdown
Contributor

Summary

  • prepare a clean v0.5.0 release candidate from a fresh branch instead of the mixed local worktree
  • include the validated memory-OS surface, world model, orchestrator, native vault mirror, and FTS5-backed recall fixes
  • capture final release notes for nightly graph build, temporal recall hardening, and entity-noise suppression

Validation

  • npm test
  • npm pack --dry-run
  • Nimbus doctor, inventory, vault doctor, world rebuild, and safe gateway restart
  • Live recall spot checks including entity recall and March 2026 temporal recall

Notes

  • This branch supersedes the mixed local v0.5 worktree and is the clean handoff point for merge/tag/release
  • Open PR feat: mirror native memory into an obsidian vault #19 remains useful context for the vault mirror work, but this branch is the consolidated v0.5 release candidate

dependabot bot and others added 5 commits March 11, 2026 02:03
Bumps [hono](https://github.com/honojs/hono) from 4.12.3 to 4.12.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.3...v4.12.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [file-type](https://github.com/sindresorhus/file-type) from 21.3.0 to 21.3.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v21.3.0...v21.3.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tar](https://github.com/isaacs/node-tar) and [openclaw](https://github.com/openclaw/openclaw). These dependencies needed to be updated together.

Updates `tar` from 6.2.1 to 7.5.11
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.11)

Updates `openclaw` from 2026.3.2 to 2026.3.8
- [Release notes](https://github.com/openclaw/openclaw/releases)
- [Changelog](https://github.com/openclaw/openclaw/blob/main/CHANGELOG.md)
- [Commits](openclaw/openclaw@v2026.3.2...v2026.3.8)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: indirect
- dependency-name: openclaw
  dependency-version: 2026.3.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Comment thread lib/core/http-routes.js

const getBearerToken = (req) => {
const authorization = String(req?.headers?.authorization || req?.headers?.Authorization || '').trim();
const match = authorization.match(/^Bearer\s+(.+)$/i);

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
a user-provided value
may run slow on strings starting with 'bearer ' and with many repetitions of ' '.
This
regular expression
that depends on
a user-provided value
may run slow on strings starting with 'bearer ' and with many repetitions of ' '.
@vibecodooor
Copy link
Copy Markdown
Contributor Author

v0.5.0 docs and release notes are now finalized on this branch.

Updated in this pass:

  • README release/architecture notes
  • release-notes/v0.5.0.md
  • changelog entries for the final graph-build and memory-slot hardening

Validation remains green locally after the latest fixes (npm test).

Current blocker is purely GitHub policy: this PR still needs one approving review from a writer before it can merge into main.

@vibecodooor vibecodooor merged commit 5837cde into main Mar 11, 2026
4 of 5 checks passed
@vibecodooor vibecodooor deleted the codex/gigabrain/v0-5-0-release-candidate branch March 11, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants