Skip to content

Releases: Pixel-Process-UG/agent-office

v0.3.0 — Agent Chat, Speech Bubbles & Live Office

Choose a tag to compare

@github-actions github-actions released this 18 Mar 20:05

What's New

Agent Communication

  • Chat with agents — send messages to individual agents or broadcast to all agents in a room; agents respond autonomously via Claude Code runtime
  • Speech bubbles — agents show live status bubbles on the map (task acknowledgment, output streaming, completion, errors)
  • Live chat updates — messages appear instantly via Server-Sent Events, no polling delay

Markdown Everywhere

  • All content rendered as markdown — chat messages, task briefs, results, activity feed, speech bubbles
  • Inline and block rendering with GFM support (code blocks, lists, bold, links)

Auto-Save Task Results

  • Task results automatically saved to state/results/ when agents complete work
  • Removed manual Save/Dismiss buttons — results are always preserved

Office Hours Fix

  • Office hours now properly parse configured days and hours instead of being hardcoded to Mon-Fri 9-17
  • Settings changes take effect immediately via SSE broadcast

Telegram Bot Bridge

  • Text messages sent to the Telegram bot are forwarded to the office chat
  • Office chat messages and events are pushed to Telegram (with loop prevention)

Working Directory

  • Agent runtime defaults to project root when no per-agent working directory is set
  • Better UX with "Defaults to project root" placeholder in agent form

Infrastructure

  • Fixed Docker build (setup.mjs now available during npm ci)
  • CI workflow runs full typecheck (frontend + server)
  • Docker images published to GHCR on every push to main
  • Removed FK constraints on messages to support non-agent senders

Stats

  • 201 tests across 15 test files — all passing
  • 65 files changed, ~4500 lines added