Skip to content

feat(agentic): round-boundary preemption, remove view_image, remote chat UI#226

Merged
bobleer merged 1 commit intoGCWing:mainfrom
bobleer:feat/agentic-round-preempt-remote-chat-ui
Mar 22, 2026
Merged

feat(agentic): round-boundary preemption, remove view_image, remote chat UI#226
bobleer merged 1 commit intoGCWing:mainfrom
bobleer:feat/agentic-round-preempt-remote-chat-ui

Conversation

@bobleer
Copy link
Copy Markdown
Collaborator

@bobleer bobleer commented Mar 22, 2026

Summary

  • Dialog round preemption: When the user queues a new message during multi-round execution, the engine can yield after the current model round so the next turn starts promptly (scheduler flags + round_preempt module + execution engine).
  • Remove view_image: Drop the view_image tool and the web ImageAnalysisCard; align flow-chat / mobile chat input and session state machine.
  • Remote connect: Bot command router and remote_server adjustments; desktop/server wiring for agentic APIs.
  • Other: Minor cron and locale/registry cleanups.

Verification

  • cargo check -p bitfun-desktop -p bitfun-server
  • pnpm run type-check:web
  • pnpm --dir src/mobile-web build

…hat UI

- Yield dialog turns after a model round when a new user message is queued (scheduler + execution engine + SessionRoundYieldFlags).

- Remove view_image tool and ImageAnalysisCard; adjust flow-chat/mobile chat input and state machine.

- Remote connect bot command routing, server/desktop wiring, and cron touch-up.
@bobleer bobleer merged commit 2d184c7 into GCWing:main Mar 22, 2026
4 checks passed
@bobleer bobleer deleted the feat/agentic-round-preempt-remote-chat-ui branch March 22, 2026 09:08
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