Skip to content

chore: version packages#18

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: version packages#18
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 25, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@techatnyu/ralph@0.1.0

Minor Changes

  • a7b9b2b: Stream messages from daemon to the TUI chat

Patch Changes

  • 1f71d19: Add onboarding checks for OpenCode installation and authentication.

  • 966ee6c: Add worktree wrapper helpers and tests for the TUI.

  • c66c954: Add the daemon-backed TUI, docs site, and release tooling.

  • 6181ce2: Migrate daemon persisted state from ~/.ralph/state.json to a SQLite
    database at ~/.ralph/state.sqlite.

    The move enables transactional mutations, WAL-mode crash durability, and
    indexed queries as the daemon scales. Schema is versioned via SQLite's
    PRAGMA user_version so future migrations can be additive.

    Upgrade note: existing state.json files are not migrated automatically.
    On first run after upgrade, the daemon starts with an empty database — you
    will need to re-register any instances and resubmit in-flight jobs. Old
    terminal job history is lost. If preserving state matters to you, hold off
    upgrading until an explicit migration path ships.

  • Updated dependencies [a7b9b2b]

  • Updated dependencies [6181ce2]

    • @techatnyu/ralphd@0.1.0

@techatnyu/ralphd@0.1.0

Minor Changes

  • a7b9b2b: Stream messages from daemon to the TUI chat

Patch Changes

  • 6181ce2: Migrate daemon persisted state from ~/.ralph/state.json to a SQLite
    database at ~/.ralph/state.sqlite.

    The move enables transactional mutations, WAL-mode crash durability, and
    indexed queries as the daemon scales. Schema is versioned via SQLite's
    PRAGMA user_version so future migrations can be additive.

    Upgrade note: existing state.json files are not migrated automatically.
    On first run after upgrade, the daemon starts with an empty database — you
    will need to re-register any instances and resubmit in-flight jobs. Old
    terminal job history is lost. If preserving state matters to you, hold off
    upgrading until an explicit migration path ships.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 65955fa to 73087b3 Compare April 8, 2026 20:39
@github-actions github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from 98dc2c9 to aab0ff0 Compare April 22, 2026 22:57
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aab0ff0 to 2ca409a Compare April 26, 2026 21:49
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.

0 participants