Skip to content

chore(deps): move agent-bundle to pkg.pr.new 4f62216f30 - #103

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
chore/agent-bundle-4f62216f30
Sep 26, 2026
Merged

ScriptedAlchemy merged 1 commit into
mainfrom
chore/agent-bundle-4f62216f30

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Moves the agent-bundle and @agent-bundle/runtime devDependency pins to the pkg.pr.new preview at 4f62216f30 (agent-bundle 0.3.0 / runtime 0.2.0).

Migrations:

  • Bumped the pins in package.json and regenerated package-lock.json with npm install.
  • Regenerated the committed artifact/ with the new compiler (npm run build).
  • No source migrations were needed. zod is already 4.6.5 (≥4.6.4), and validate, build, artifact validation, and typecheck passed without changes.
  • Added a patch changeset.

Local gate (GitHub-hosted runners are stalled, so this was not verified in CI):

  • npm run check: validate, build, validate:artifact, and typecheck passed. Unit tests went 406/407. The failure was a timing flake in test/codex-session.test.js ("Timed out connecting to Codex app-server"). That test uses only Node built-ins and nothing from agent-bundle, and the file passed 3/3 when run alone.
  • npm test rerun on the fresh build: 407/407 unit tests and 15/15 route tests passed.

@changeset-bot

changeset-bot Bot commented Sep 26, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 8b44b75

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
grok-bot-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ScriptedAlchemy
ScriptedAlchemy merged commit f2482eb into main Sep 26, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8b44b75719

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +1893 to +1895
for (const [table, columns] of Object.entries(TABLE_COLUMNS)){
const actual = transactionDb.prepare(`PRAGMA table_info(${table})`).all().map(columnSignature);
if (actual.join(',') !== columns.join(',')) throw new _65_js__rspack_import_6/* .AgentStateError */.nk('corrupt', `State '${definition.id}' table ${table} at '${this.location}' does not match the current schema (has ${actual.join(', ')}; expected ${columns.join(', ')})`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Migrate existing relay databases before enforcing NOT NULL

When upgrading any profile whose relay.sqlite was initialized by the previous bundle, agent_state_journal.result_state is declared as nullable (result_state TEXT). The preceding CREATE TABLE IF NOT EXISTS does not change that schema, so this exact signature check rejects the database as corrupt because it now expects result_state NOT NULL. Since the relay always reopens this durable file, previously configured managed relays fail to start even when all stored values are valid; migrate the column or continue accepting the prior schema before enforcing the new signature.

AGENTS.md reference: AGENTS.md:L9-L11

Useful? React with 👍 / 👎.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-26T00:47:14.739405Z 8b44b75 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

1 participant