Commit Graph

  • 75b7a9cc6c refactor: update UI components to enhance hover effects and color consistency Anish Sarkar 2026-05-13 23:53:09 +05:30
  • 583ac83735 multi_agent_chat/middleware: refresh module layout docs CREDO23 2026-05-13 19:58:59 +02:00
  • 22e9dd3cf3 multi_agent_chat/main_agent: routing prompt for parallel and serial specialist work CREDO23 2026-05-13 19:58:34 +02:00
  • 03cf1466d3 chat/stream_resume: route a flat decisions list per paused subagent CREDO23 2026-05-13 19:58:13 +02:00
  • 1001f56206 multi_agent_chat/middleware: parallel task tests and full bridge coverage CREDO23 2026-05-13 19:57:57 +02:00
  • 6fb011c95c multi_agent_chat/middleware: real-graph regression tests for interrupt stamping CREDO23 2026-05-13 19:57:09 +02:00
  • e27883e88c multi_agent_chat/middleware: stamp tool_call_id on subagent interrupts at task chokepoint CREDO23 2026-05-13 19:57:02 +02:00
  • fc2c5b6445 multi_agent_chat/middleware: per-call thread_id, tcid-keyed resume, decisions slicer CREDO23 2026-05-13 19:56:51 +02:00
  • b7b4443276 fix(web): invalidate all log cache keys on log mutations guangyang1206 2026-05-13 20:59:08 +08:00
  • a9252913cf refactor: update OnboardPage styling for consistency with main panel design Anish Sarkar 2026-05-13 18:22:52 +05:30
  • 357714beda refactor: enhance TabBar component with hover effects and improved scrolling behavior Anish Sarkar 2026-05-13 17:55:33 +05:30
  • 0fecff45b9 refactor: update UI components to use 'bg-popover' for consistent styling Anish Sarkar 2026-05-13 17:21:10 +05:30
  • 6aa4dcef60 refactor: update UI components to use consistent popup and text colors Anish Sarkar 2026-05-13 16:46:35 +05:30
  • 883c72396c chore: add minimumReleaseAge configuration to pnpm workspace for dependency management Anish Sarkar 2026-05-13 03:38:04 +05:30
  • d9ec401835 chore: remove caret from @rocicorp/zero dependency version Anish Sarkar 2026-05-13 03:34:28 +05:30
  • 481bb406b6 Merge remote-tracking branch 'upstream/dev' into feat/ui-revamp Anish Sarkar 2026-05-13 03:02:23 +05:30
  • 246dae40a8 Merge upstream/dev into feature/multi-agent CREDO23 2026-05-12 21:23:37 +02:00
  • bd452b3df4 fix(tests): improve composio module hijack in integration tests Anish Sarkar 2026-05-13 00:44:20 +05:30
  • 9b926b3133 refactor: update test for index() to use chunk_text_hybrid Anish Sarkar 2026-05-13 00:22:43 +05:30
  • 6b60d324a3 multi_agent_chat/main_agent: one specialist per task; advertise write_todos for multi-turn plans CREDO23 2026-05-12 20:39:14 +02:00
  • 6eb900cb0f chore: update packageManager version to pnpm@10.26.0 in both desktop and web projects Anish Sarkar 2026-05-12 23:59:58 +05:30
  • 379cc992f4 multi_agent_chat/subagents: expose knowledge_base as ask_knowledge_base tool for siblings CREDO23 2026-05-12 20:03:59 +02:00
  • 0884b63406 chore: ran linting Anish Sarkar 2026-05-12 23:25:33 +05:30
  • 32ff864fd3 refactor(assistant-ui): streamline docstrings and comments Anish Sarkar 2026-05-12 23:24:01 +05:30
  • 2437716752 refactor(assistant-ui): enhance mention chip handling and editor focus behavior Anish Sarkar 2026-05-12 23:18:45 +05:30
  • f2f62c1c05 multi_agent_chat/permissions: break circular import in interrupt subpackage CREDO23 2026-05-12 18:20:07 +02:00
  • d843468256 multi_agent_chat/subagents: dict-keyed middleware_stack + always-on KB CREDO23 2026-05-12 18:04:54 +02:00
  • 0c2beb7ce8 fix(thread): conditionally render screen capture button for desktop users Anish Sarkar 2026-05-12 21:26:33 +05:30
  • 8ea042e88c refactor(chat): improve user query handling and mention chip functionality Anish Sarkar 2026-05-12 20:57:15 +05:30
  • eee861bb3d multi_agent_chat/main_agent: rewrite system prompt to hierarchical prompts/ tree CREDO23 2026-05-12 15:35:48 +02:00
  • c43bfdb1d9 chore(migration): update migration files to enforce new publication mutation pattern Anish Sarkar 2026-05-12 17:31:49 +05:30
  • d923d34e38 feat(migration): add migration 143 to force zero-cache resync after Zero upgrade Anish Sarkar 2026-05-12 16:43:50 +05:30
  • 9b82f2db1d multi_agent_chat/permissions: clone PermissionMiddleware with SRP split and edit support CREDO23 2026-05-12 12:58:53 +02:00
  • 3f77c74daf multi_agent_chat: drop general_purpose subagent and dead permission plumbing CREDO23 2026-05-12 12:00:59 +02:00
  • ce4531461c chore: update zero-cache image and dependencies to version 1.4.0 Anish Sarkar 2026-05-12 15:24:19 +05:30
  • 3fb1976886 multi_agent_chat/main_agent: route KB work through task(knowledge_base) in <tool_routing> CREDO23 2026-05-12 11:01:54 +02:00
  • ea72625a81 multi_agent_chat/main_agent: strip FS toolset + FileIntent from main-agent stack (router-only) CREDO23 2026-05-12 10:57:36 +02:00
  • bce21dc4ce subagents/knowledge_base: universalize KB subagent across cloud + desktop modes CREDO23 2026-05-12 10:51:32 +02:00
  • 3adfa37565 multi_agent_chat/filesystem: extract dedicated FS middleware package CREDO23 2026-05-12 10:43:45 +02:00
  • 275e2c9e83 chore: fix linting Anish Sarkar 2026-05-12 04:00:04 +05:30
  • 4dbadbf159 chore: update .gitignore and biome.json to include additional test-related directories and files for improved E2E testing Anish Sarkar 2026-05-12 03:59:52 +05:30
  • bed2041a1b chore: modify E2E test configuration by updating global LLM model IDs to negative values for improved test isolation Anish Sarkar 2026-05-12 03:30:01 +05:30
  • 0b9fc00663 chore: update global LLM config fixture to include both premium and free models for comprehensive E2E testing Anish Sarkar 2026-05-12 03:00:35 +05:30
  • 650b691a39 chore: enhance E2E tests by adding synthetic global LLM config and updating environment variables for Google OAuth Anish Sarkar 2026-05-12 02:37:39 +05:30
  • 315329f344 chore: update E2E tests workflow to capture logs on cancellation and add shared volume for backend services Anish Sarkar 2026-05-12 01:35:33 +05:30
  • 2402b730fa chore: untrack accidentally embedded hermes-agent repo DESKTOP-RTLN3BA\$punk 2026-05-11 12:50:13 -07:00
  • ec957e6fae Merge commit 'd6618b83570b1fa3051754f496c199fd2fac24fd' into dev DESKTOP-RTLN3BA\$punk 2026-05-11 12:35:04 -07:00
  • c052fc9304 chore: add fake DoclingService for E2E tests and integrate into runtime fakes Anish Sarkar 2026-05-12 00:30:16 +05:30
  • df2afed18d subagents/knowledge_base: wire KB specialist into orchestrator (renderer/projector split, FS middleware stack, cloud-mode gating) CREDO23 2026-05-11 20:43:44 +02:00
  • d6618b8357 Merge pull request #1384 from MODSetter/chore/hide-blog-nav 0.0.23.2 Rohan Verma 2026-05-11 11:20:45 -07:00
  • b7e31f2974 chore: update .gitignore DESKTOP-RTLN3BA\$punk 2026-05-11 11:12:06 -07:00
  • 81583ef382 chore: hide blog until published DESKTOP-RTLN3BA\$punk 2026-05-11 11:08:42 -07:00
  • 09fc99c435 subagents/knowledge_base: scaffold KB specialist subagent (description, system_prompt with infer-first path resolution + discover-existing-conventions principle, factory shell; not yet wired into registry) CREDO23 2026-05-11 17:25:01 +02:00
  • 83b51313ee multi_agent_chat/middleware: drop dormant LLMToolSelectorMiddleware from main-agent stack (gate is >30 tools; multi-agent main carries ~20) CREDO23 2026-05-11 17:24:48 +02:00
  • b247ff37df chore: implement test-only token mint endpoint and update E2E test authentication flow Anish Sarkar 2026-05-11 19:48:18 +05:30
  • 44fcb34708 refactor(teams subagent): rewrite system_prompt with native-tool heuristic pattern; trim description to actual tool surface CREDO23 2026-05-11 14:59:13 +02:00
  • f45a42e2f6 refactor(luma subagent): rewrite system_prompt with native-tool heuristic pattern; polish description with user-surface verbs CREDO23 2026-05-11 14:59:06 +02:00
  • f383de04a4 refactor(discord subagent): rewrite system_prompt with native-tool heuristic pattern; trim description to actual tool surface CREDO23 2026-05-11 14:58:57 +02:00
  • 6ef4f5ff45 refactor(google_drive subagent): rewrite system_prompt with native-tool heuristic pattern; trim description to actual tool surface CREDO23 2026-05-11 14:50:05 +02:00
  • 68a3f03347 subagents/onedrive: rewrite system prompt on the native-tool shape (always-Word constraint with block-on-other-formats, KB-indexed name resolution, outcome mapping) and trim description verbing to match actual tool surface. CREDO23 2026-05-11 14:44:20 +02:00
  • 9d6f0d732f subagents/dropbox: rewrite system prompt on the native-tool shape (Paper-vs-Docx file-type signals, KB-indexed name resolution, outcome mapping) and trim description verbing to match actual tool surface. CREDO23 2026-05-11 14:41:23 +02:00
  • ddcb5e26e5 subagents/confluence: rewrite system prompt on the native-tool shape (HTML storage-format guidance, REPLACE-semantics-with-no-read limitation, outcome mapping) and trim description verbing to match actual tool surface. CREDO23 2026-05-11 14:36:42 +02:00
  • 99610ea2d9 subagents/calendar: rewrite system prompt on the native-tool shape (infer-first inputs, all-day vs timed datetime semantics, search-disambiguation, outcome mapping) and trim description verbing to match actual tool surface. CREDO23 2026-05-11 14:32:26 +02:00
  • 2f9b06832f subagents/gmail: rewrite system prompt on the native-tool shape (infer-first inputs, irreversibility safety, outcome mapping, MCP-aligned contract) and trim description verbing to match actual tool surface. CREDO23 2026-05-11 14:24:04 +02:00
  • 741d6e7eea chore: update pnpm workspace configuration to allow builds for specified dependencies Anish Sarkar 2026-05-11 17:02:06 +05:30
  • 6501e32b4f chore: bump pinned pnpm version to 10.26.0 Anish Sarkar 2026-05-11 16:27:35 +05:30
  • dc7a096d97 subagents/notion: rewrite system prompt as native-tool pilot with infer-first inputs, outcome mapping, and MCP-aligned contract. CREDO23 2026-05-11 12:24:48 +02:00
  • 83e40c5aea chore: update Docker configuration to include pnpm workspace and refine dependency management Anish Sarkar 2026-05-11 15:31:24 +05:30
  • a4c684a333 subagents/clickup: rewrite system prompt on the linear pilot shape and expand allowlist for workspace hierarchy, list, member lookup, task create and update. CREDO23 2026-05-11 11:56:00 +02:00
  • 8ff9916d02 subagents/slack: rewrite system prompt on the linear pilot shape and expand allowlist for message search, user search, and send message. CREDO23 2026-05-11 11:49:13 +02:00
  • 62a5158089 subagents/connectors: airtable system prompt and allowlist rewrite, lead linear/jira resolution principle with "Proactively look up". CREDO23 2026-05-11 11:43:07 +02:00
  • 7fba56862e subagents/connectors: delete orphan pre-MCP issue-mutation tool files from jira and linear routes (MCP supplies these now). CREDO23 2026-05-11 11:30:58 +02:00
  • 9b8ebbab2c subagents/jira: rewrite system prompt on the linear pilot shape and expand allowlist for issue lookup, transitions, accountId, and required-field schema. CREDO23 2026-05-11 11:23:59 +02:00
  • 54f3e8c075 subagents/linear: drop enumerated state defaults and tool-category shortcuts in vocabulary and resolution principle. CREDO23 2026-05-11 11:23:52 +02:00
  • 8ed7a43d63 subagents/linear: rewrite system prompt with heuristic shape and align description with read-only cycle handling. CREDO23 2026-05-11 11:00:50 +02:00
  • 3b345e7091 chore: add pnpm configuration for only built dependencies in package.json Anish Sarkar 2026-05-11 13:41:38 +05:30
  • 10334fbdf0 subagents: align builtin descriptions (deliverables, memory, research) on the new shape. CREDO23 2026-05-11 10:09:04 +02:00
  • d8ad0105d7 subagents: align remaining connector descriptions on the new identity-first routing shape. CREDO23 2026-05-11 10:08:56 +02:00
  • c4d3a748cf subagents: rewrite routing descriptions with platform-native verbs for notion, jira, linear, gmail, calendar, slack. CREDO23 2026-05-11 10:08:49 +02:00
  • 99e667f3f9 chore: refine E2E tests workflow by removing pnpm version specification and updating Docker Compose for backend build reference Anish Sarkar 2026-05-11 13:01:20 +05:30
  • b92cc963ce refactor(use-logs): use canonical log types from contracts/types/log.types Matt Van Horn 2026-05-11 00:11:05 -07:00
  • 242925d8e5 chore: update Docker configurations to streamline backend build and enhance E2E testing environment Anish Sarkar 2026-05-11 12:31:15 +05:30
  • cb46da3525 Merge pull request #1381 from xclear-cast/codex/centralize-redirect-path Rohan Verma 2026-05-10 16:47:54 -07:00
  • a51755c512 Merge pull request #1380 from xclear-cast/codex/drop-tokenhandler-storagekey Rohan Verma 2026-05-10 16:46:58 -07:00
  • efff7ab2a2 chore: enhance Dockerfile and config to support conditional static ffmpeg import Anish Sarkar 2026-05-11 04:51:19 +05:30
  • 18de0136bc chore: add ffmpeg to Dockerfile for audio processing capabilities Anish Sarkar 2026-05-11 04:02:39 +05:30
  • 65fecb3337 chore: update Docker Buildx action to version 4 in E2E tests workflow Anish Sarkar 2026-05-11 03:53:47 +05:30
  • f091182b94 chore: update GitHub Actions workflows and Dockerfile to use latest action versions and improve build targets Anish Sarkar 2026-05-11 03:52:22 +05:30
  • 5344fa47e6 chore: update E2E test documentation for clarity and local setup instructions Anish Sarkar 2026-05-11 03:29:32 +05:30
  • 68f45335bc chore: implement E2E testing setup with Docker Compose and update workflow for backend and Redis services Anish Sarkar 2026-05-11 03:09:01 +05:30
  • fb0c13911d fix(auth): centralize redirect path storage 너이름 2026-05-11 06:30:26 +09:00
  • 935cd7b7c9 fix(auth): remove redundant token storage write 너이름 2026-05-11 06:25:40 +09:00
  • 2c8828f60c fix: ensure idempotency in alembic migrations by checking for existing columns and indexes before creation Anish Sarkar 2026-05-10 22:45:26 +05:30
  • 319923fb40 fix: add checks for existing tables and indexes before creating them in alembic migrations for idempotency Anish Sarkar 2026-05-10 22:40:29 +05:30
  • 292b4d70ac chore: enhance E2E tests workflow by adding caching for Next.js build and updating test command Anish Sarkar 2026-05-10 22:21:06 +05:30
  • 548e574f1a chore: refactor E2E tests workflow to start Postgres as a container and add readiness check Anish Sarkar 2026-05-10 21:47:59 +05:30
  • 288c18bdf7 chore: update E2E tests workflow to include scoped proxy settings for backend and Celery worker Anish Sarkar 2026-05-10 21:34:07 +05:30
  • 21d3be14c9 chore: update E2E tests workflow name and adjust video recording settings Anish Sarkar 2026-05-10 21:13:57 +05:30
  • 3520877d80 Merge remote-tracking branch 'upstream/dev' into feat/e2e-testing-ci Anish Sarkar 2026-05-10 13:10:13 +05:30
  • cf9e702bee chore: refine E2E tests workflow by updating Redis configuration and adding fake API keys for various services Anish Sarkar 2026-05-10 13:09:50 +05:30