Conversation
…tion Add Facehash bot navigation, persistent roles, schedules, cross-session delegation, and main-process queue ownership. Migrate existing loops in place and cover bot runtime, IPC, and UI behavior. Co-authored-by: Roxy <299891354+roxy-commits@users.noreply.github.com>
Preserve PR #93 canvas rendering, streaming cadence, and motion settings alongside bot APIs and attribution. Resolve shared imports and combine bot, terminal, and animation harness coverage. Co-authored-by: Roxy <299891354+roxy-commits@users.noreply.github.com>
Collaborator
Author
|
Merged latest main (d19bc78, PR #93) into this branch in cc919ff and resolved all merge conflicts. The main-branch canvas renderer, terminal layout, motion controller, and stream publisher are retained unchanged. Both bot and motion/terminal regression coverage remain enabled. Verification after merging:
|
Dock bot settings on the left with pinned footer actions, add avatar context menus and whitespace filtering, tighten sidebar spacing, and retain canvas measurements across revisits. Add Force run through the shared queue with IPC and UI regression coverage. Co-authored-by: Roxy <299891354+roxy-commits@users.noreply.github.com>
Closed
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.
Summary
Replace project-scoped loops with persistent, top-level bots using the existing chat UI and full agent harness. Builds on the persistent identity and handoff ideas explored in #91 without adopting channel membership or automatic prose-scanning handoffs.
Architecture And Behavior
Verification
Remaining Acceptance