activities
10 hours ago
ec28d8f test: update gemini model to 1.5-flash in integration tests
11 hours ago
ef07767 Optimize agent drilldown by parallelizing co-worker rubric generation with main agent execution. Added integration test to verify parallel flow.
11 hours ago
8823351 test: refine integration tests for coworker and file sync
11 hours ago
671757a fix: apply effective defaults in agent configuration UI to solve selection lock
11 hours ago
5372b8e fix: stabilize integration tests and improve agent drilldown UI compatibility
16 hours ago
cc754b3 fix: correctly map OIDC preferred_username and name to User fields
17 hours ago
50a1831 deps: add cryptography explicitly
c4aef56 feat: implement encrypted configuration export/import & stabilize production deployment pipeline
18 hours ago
e343f51 Refactor configuration flow (Day 0 vs Day 1 separation) and add startup scripts
23 hours ago
ae05186 Security & Logic: Implemented ownership-based permission control for agents and added model_name override support for agent tasks
2 days ago
2a03657 UI Fix (Hardened): Final scroll fix for ChatTracker using absolute positioning and triggering a full frontend rebuild to ensure effect
2 days ago
4dce6b0 UI Fix: Enable scrolling in the ChatTracker by correctly constraining ChatWindow height
2 days ago
520357b UI Polish: Remove redundant and non-functional Refresh Context button from Evaluation History
2 days ago
34e9dfa UI Fix: Prevent Evaluation sections from collapsing and add minimum heights to metrics cards for better layout stability
2 days ago
6ac9dd9 Fix: Implement cumulative metrics tracking in agent loop, fix metrics reset endpoint, and restore full metrics dashboard UI
2 days ago
a7a07a1 Fix: Add missing handlers to useAgentDrillDown hook to resolve build errors
2 days ago
6cb3e8b UI: Add ReactMarkdown to EvaluationPanel for beautiful feedback rendering
2 days ago
3d3976a Refactor AgentDrillDown into modular components and fix evaluation feedback issues
3 days ago
0009cf6 fix(prod): restore stability and enhance agent observability
3 days ago
106f28e chore: Stable Agent Mesh - Deterministic HMAC Signatures and Proto Synchronization
6 days ago
a1302b4 Proactive Git Task: Updated protos, tests, and deployment script
6 days ago
ff98d7b Remediation of audit reports (gRPC Security, Node Auth, and Protos)
6 days ago
e1c4e47 Remediation of audit reports (gRPC Services, Document Store, and Vector DB)
6 days ago
bf177e0 Remediation of audit reports (Dependencies and Test updates)
6 days ago
d7cc03e Remediation of audit reports (API Security, Asset ACLs)
6 days ago
5103dd1 Update swarm framework protocols, orchestrator script, and setup files for decentralized communication.
6 days ago
d331180 chore: clean up swarm framework and stage source files
6 days ago
802a793 Update orchestrator log.
6 days ago
3c7445d Add support for 'tmux' request type in orchestrator and stage related changes.
6 days ago
af8173d Update orchestrator hanging check to always check for prompts and increase snippet size.
6 days ago
4b88db7 Refactor swarm framework: enforce communication boundaries, update documentation, and improve tmux grid setup. Add orchestrator SKILL.md.
6 days ago
dcb7e4e Update swarm orchestrator and bootstrap scripts
6 days ago
676ee6a feat: Add swarm framework and orchestration skills
2cc1a03 feat: Improve local testing and robustify agent loop
6 days ago
745fd00 feat: stabilize browser streaming, fix quality audit UI readability, and harden integration test harness
6 days ago
54c92a4 Hardening Swarm Strategy: Unified .gitignore and Generic Manifesto
7 days ago
e4a0511 chore: remove accidental log and database WAL files from repository
7 days ago
999bdba Stabilize Co-Worker integration tests: harden agent loop, restore Gemini TTS/STT providers, and fix workspace scoping for mesh mirrors.
7 days ago
1900c58 feat: comprehensive mobile responsiveness for agent dashboard and swarm control
7 days ago
718429e feat: complete Co-Worker integration tests and finalize project roadmap
7 days ago
b410ea5 feat: implement stage 2 orchestration engine with dual-stage evaluation and rework loop
7 days ago
2bde0d6 fix: remove ClaudeCodeSourceCode from git (was accidentally committed)
7 days ago
9f34762 feat: implement Co-Worker DB models, API schemas, and UI Dashboard components
7 days ago
7667d14 docs: integrate Claude Code architecture lessons into Co-Worker design and task list
8 days ago
6a23fd8 Revert: preserve raw model-tts strings in Gemini provider
8 days ago
9ef4c82 fix(tts): harden gemini provider against model typos
8 days ago
8b4fda2 fix(orchestration): restore missing _apply_turn_header shim to prevent core crash in voice chat
12 days ago
35a9d58 docs: finalize co-pilot design with specific implementation todo items
12 days ago
2f2e9b1 docs: implement blind-round strategy and score-anonymization to prevent co-pilot bias
12 days ago
9c7abe6 docs: add design for co-pilot self-improving agent harness
12 days ago
a154881 Refactor orchestration to optimize regex performance, add fast-deploy mode, and cleanup temporary database files
13 days ago
8c369a3 fix: move global regex flags to start of expression in stream.py