Tinker
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Home
Comments
74
Edit
74
Cancel
Save
Ticket
*
Choose an option
Create OrchestratorPingJob for periodic coordination
Add Chat to Remote Support Sessions
Migrate from jsonapi-serializer to Alba gem
Allow cancel and approve transitions from any ticket state
Simplify data model and encourage knowledge accumulation
Remove memory_consolidation_job and all references
Add draft status for tickets
Investigation: Port sandboxed Docker + MCP + skills to other repositories
Remove unused columns from tickets table
Integrate chat panel into OperatorCommandCenter
Agent Visibility System: Live terminal streaming, session logs, and debug dashboard
Part 1: Live Terminal Streaming - Capture agent PTY output and stream to WebSocket
Autonomous Agent Coordination via WebSocket
Part 2: Agent Session Logs - Store terminal output persistently for replay
Remove agent assignments - use status-only queue workflow
Add mark_busy and mark_idle MCP tools for agents
Improve dashboard/logs page visual appearance
Add reject transition from in_progress status
Auto-block tickets with unsatisfied dependencies (phased development)
Forbid bare HTTP status checks in tests (hides debugging info)
Orchestrator assigns merged tickets despite workflow instructions
Fix ticket updates from UI
Simplify transition_ticket to allow any status (remove finalize_task)
Add UI to update tickets
Implement Automated Task Prioritization Engine
Create Git Workflow Skills for Tinker Agents
Fix reviewer guidelines: Require test coverage for new functionality
Escalation: Reviewer agent unresponsive - not picking up pending audits
Change default ticket status from backlog to draft
Escalation: Clear 11 tickets stuck in pending_approval status
Fix worker workflow: submit_review transition missed due to context overflow
Make planner a first-class agent member (not wildcard)
Register archive/unarchive MCP tools in mcp-bridge
Extract Critical Workflows to Skills (Test Set)
Create Automated Code Generation and Refactoring Engine
Fix memory_consolidation_job reference to removed acceptance_criteria column
Test Alba migration and verify API compatibility
Add API key authentication (no user model)
Bug: Worker marked busy but no session created - logs have nowhere to go
Cleanup and finalize Alba migration
Update list_tickets MCP tool to add pagination with max limit of 20
Add formal ticket dependencies: prevent orchestrator assigning blocked tasks
Update AgentChannel to only log (no state management)
Fix list_tasks response size - remove verbose fields
Fix kanban view - archived tickets should not appear
Task 2: Role Validation Logic Implementation
Task 4: Guardrails and Error Message Implementation
Step 4: Ticket Detail Page with daisyUI Components
Add planned tickets page (draft/backlog/todo)
Add planner to default agent creation set
Terminal App: WebSocket-to-Claude-Code Bridge
Add web UI for browsing and managing agent memories
Reduce WebSocket log noise - hide normal reconnection messages
Add agent status tracking (status, status_updated_at)
Add availability_updated_at to list_members MCP output
Create researcher-workflow skill
Make planner a standalone agent (not tied to orchestrator)
Update Gemfile: Add alba gem, remove jsonapi-serializer
Drop artifacts and code_diffs database tables
Step 8: Theming and Preferences with daisyUI
Update BaseController render_jsonapi methods for Alba
Modify dashboard controller to support showing all projects
Update Kanban view to display project information when showing all tasks
Add missing MCP tools to TypeScript bridge
Add project selector dropdown to Kanban board UI
Test cross-project Kanban functionality
Memory Consolidation Skill - Pattern Extraction & Deduplication
Add "todo" status with "plan" action to Tinker workflow
Optimize list_tickets output size and add multi-status filtering
Rename api_key_plaintext column to api_key
Step 7: Responsive Design with daisyUI Components
Task 1: System Prompt Implementation for Role Enforcement
Add assign_ticket and list_agents MCP tools
Add missing /api/v1/tickets/:id/claim endpoint
Update agents.rb with deliverable parts guidance
Remove archived column, use archived_at instead
Fix workflow: pass_audit→pending_approval, fail_audit→todo
Orchestrator should assign one ticket at a time to reviewers (not "two tickets need review")
Step 6: Logs Page with daisyUI Components
Step 9: Polish and Theme Configuration with daisyUI
Modify reviewer prompt to avoid gh pr review command
Add confidence field (0-100) to approvals and proposals
Find subtasks for Researcher epic
Add delete_proposal MCP tool for Researcher agent
Refactor get_terminal_logs MCP: line-based limiting with TerminalLogCleaner
Add list_comments MCP tool for tickets
Task 3: Role-Specific Tool Access Control
Rejection workflow: rejected tickets should go directly to "todo" not "in_progress"
Part 3: Debug Dashboard - Web UI for real-time agent monitoring
Fix list_tickets MCP tool: remove draft exclusion, always include draft tickets
Create comprehensive architecture document for autonomous agents
Add ask_for_memory_deletion MCP tool (with human confirmation)
Add file attachments support to chat
Relax reviewer scope enforcement to allow necessary related changes
Create Memory Skill for Agent Knowledge Sharing
Add test coverage for recent PRs (#56, #57, #58)
Design Autonomous Agent Framework Architecture
Step 4: Ticket Detail Page with daisyUI Components
Escalation: update_ticket MCP tool returns ForbiddenAttributesError
Fix get_terminal_logs MCP tool: limit, pagination, timestamps
Step 5: Approvals Page with daisyUI Components
Phase 3: Feature ideation from ticket analysis
Create comprehensive deployment instructions (Coolify + Neon Postgres + proper Dockerfile)
Part 2: Agent Session Logs (Store terminal output persistently)
Phase 1 (MVP): Memory and ticket pattern analysis
Step 3: Kanban Board with daisyUI Styling
Build Self-Healing System Infrastructure
Develop Intelligent Resource Management System
Add list_agent_logs MCP tool for orchestrator and researcher
Add unified get_status MCP tool for project overview
Create Autonomous Decision-Making Framework
Implement Autonomous Testing and Validation System
Add backlinks in GitHub comments and PR descriptions
Create ActionCable channel for guest chat subscriptions
Introduce Researcher agent: 24/7 autonomous code & system analyst
Improve proposal UI: markdown rendering, evidence display, links, and visibility
Add GitHub label "tinker-reviewed" to PRs after reviewer review
Build Self-Improvement and Learning System
Reject debug dashboard in PR #57 - require feature specs
Create proposal system: storage, API, and admin interface
Implement smarter context refresh conditional on worker availability
Set up Researcher agent: infrastructure, MCP tools, and guardrails
Phase 2: Code quality analysis and test coverage detection
Remove File Lists from Tickets - Constrains Agent Thinking
Fix 500 error when adding comments - undefined method 'parent_id' on Comment
Fix tickets#show comment UI: implement comment creation for humans
Convert TicketSerializer to Alba format
Convert ProjectSerializer to Alba format
Slice 1: Operator Chat (Full Vertical Slice)
Reviewer must run tests and detect missing specs before approving
Slice 2: Guest Chat (Extends Slice 1)
Implement Proactive Anomaly Detection System
Convert AgentSerializer to Alba format
Convert remaining serializers (Comment, CodeDiff, AgentMemory, Artifact) to Alba
Slice 3: Chat History Review (Polish)
Step 2: Dashboard with daisyUI Components
Step 1: Install and Configure daisyUI
Develop Continuous Performance Optimization System
Phase 4: 24/7 operation, daily digest, and batch approval
Implement Autonomous Documentation Generation
Build Autonomous Communication and Coordination Hub
Create Autonomous Security and Compliance Guardian
Implement Continuous Innovation and Experimentation Platform
Tool Usage Analytics from Logs
Integrate All Autonomous Systems into Cohesive Ecosystem
Epic: Implement Strict Role Enforcement for Tinker Agents
Fix Planner behavior - stop writing implementation details in ticket descriptions
Fix N+1 queries on kanban board page
Implement Proper Ticket Blocking/Dependency System
Implement ticket archival system with cascade and auto-archive
Task 5: Testing Role Compliance
Integrate chat panel into GuestKiosk
UI Modernization with daisyUI
Add unified set_agent_status MCP tool for orchestrator
Agent Escalation: Create Tickets for MCP/Workflow Issues
Create SessionChatPanel React component
Fix syntax error in tickets show view and add feature spec
Add chat message API endpoints for operators and guests
Create SupportSessionMessage model and migration
Create SendChatMessageService for support session chat
Add chat history review in session detail view
Update worker-workflow skill: add explicit git branch checking before starting tickets
Orchestrator assigns merged tickets - missing PR status check tool
Remove MemoryDeletionRequest - migrate memory deletion to proposals-only workflow
Add offset parameter to list_memories MCP tool
Fix approvals page reject - add rejection reason modal
Create proposal-execution skill: Enable researchers to execute approved proposals
Fix bare HTTP status check warnings in specs
Role-based skill scoping: agents only access their own skills
Create new ticket
Agent
Choose an option
alpha-reviewer
alpha-orchestrator
alpha-worker
tinker-researcher
tinker-reviewer
product_owner
tinker-worker
tinker-orchestrator
tinker-planner
Create new agent
Content
*
## Code Review - Ticket #95: Part 3 - Debug Dashboard ### Summary PASS - All acceptance criteria met. Complete debug dashboard with agent status cards, xterm.js live terminal, session history browser, ActionCable live updates, and responsive mobile design. ### Files Changed - 18 files (+848/-3 lines) - 3 new Stimulus controllers (terminal, agent_status, collapse) - 3 new dashboard views (debug, terminal, sessions) - 3 new partials (_agent_card, _agent_cards, _agent_stats) - Dashboard controller enhanced with debug/sessions/terminal/refresh actions - Helper methods for status colors and duration formatting - New routes for debug dashboard ### Acceptance Criteria Verification #### 1. Agent Status Cards ✓ **`_agent_card.html.haml` (72 lines):** - Agent icon with first letter of agent_type - Name, agent_type, status indicator (idle/busy with colors) - Current ticket display with link (if assigned) - Stats row: sessions count, tickets count, last activity (time_ago_in_words) - Footer actions: Terminal button, History button - Visual status: green/idle, yellow/busy with animate-pulse **`_agent_stats.html.haml` (41 lines):** - Quick stats: total agents, active agents, busy agents, idle agents - Tickets in progress, completed today, pending approvals - Active sessions count #### 2. Live Terminal View with xterm.js ✓ **`terminal.html.haml` (81 lines):** - Loads xterm.js CSS and JS from CDN (v5.3.0) - Loads xterm-addon-fit for responsive terminal - Terminal container with macOS-style window buttons (red/yellow/green) - Agent name and session info in header - Pause/Resume button with icon toggle - Session info panel (collapsible): ID, status, started, duration **`terminal_controller.js` (151 lines):** - Initializes xterm.js with custom theme (dark background) - FitAddon for responsive sizing - ActionCable subscription to TerminalChannel with agent_id - `handleTerminalData()`: writes incoming lines with `\\r\\n` - `loadHistory()`: fetches session logs from API - `togglePause()`: buffers data when paused, flushes on resume - Auto-fit on window resize #### 3. Session History Browser ✓ **`sessions.html.haml` (105 lines):** - Filter form: agent dropdown, status dropdown, date range (from/to) - Sessions table: ID, agent, status badge, started, duration, log count - Actions: View Terminal, Details - Pagination with Previous/Next buttons - Responsive grid for filters **Dashboard Controller `sessions` action:** - Filters by agent_id, ticket_id, status, date range - Pagination with offset/limit (20 per page) - Includes agent and terminal_logs for eager loading #### 4. ActionCable for Live Updates ✓ **`agent_status_controller.js` (108 lines):** - Subscribes to AgentChannel for all agents - 5-second polling fallback for status updates - `handleAgentUpdate()`: updates status indicator and last activity - `updateStatus()`: toggles green/yellow classes - `updateLastActivity()`: formats time ago **`refresh.turbo_stream` (partial):** - Turbo Stream response for live updates - 30-second auto-refresh via JavaScript in debug.html.haml #### 5. Responsive Mobile Design ✓ - Tailwind responsive classes throughout (`md:flex-row`, `md:grid-cols-4`) - Terminal container uses 100% width with fit addon - Session table responsive with whitespace-nowrap - Filters stack vertically on mobile, grid on desktop - Agent cards flex layout adapts to screen size ### Additional Quality Observations **Helper Methods:** - `agent_status_bg_color()`: Returns Tailwind color class based on agent status - `agent_status_text_color()`: Text color matching status - `session_status_badge()`: Badge styling for running/completed/failed - `format_duration()`: Formats seconds as "1h 30m 45s" **Avo Resources:** - Added `agent_session.rb` and `agent_terminal_log.rb` resources - Enables admin viewing of sessions and logs **Security:** - Terminal view uses `data: { turbo: false }` to prevent Turbo interference with xterm.js - Session info uses `agent_id` param to fetch specific agent ### Code Quality - Clean separation of concerns (3 focused controllers) - Proper ActionCable subscription cleanup in disconnect() - CDN-loaded xterm.js with retry mechanism - Fallback polling when WebSocket unavailable - Responsive design with Tailwind utilities ### Minor Notes - **Dependency**: Requires PR #94 migrations (AgentSession, AgentTerminalLog models) - **CDN Usage**: xterm.js loaded from jsdelivr (consider bundling for production) - **Polling**: 5-second polling fallback (could be optimized) ### No Issues Found No bugs, security issues, or code quality problems identified. The implementation provides a comprehensive debug dashboard for real-time agent monitoring.
Comment type
Avo
· © 2026 AvoHQ ·
v3.27.0
Close modal
Are you sure?
Yes, I'm sure
No, cancel