CREDO23
a4c684a333
subagents/clickup: rewrite system prompt on the linear pilot shape and expand allowlist for workspace hierarchy, list, member lookup, task create and update.
2026-05-11 11:56:00 +02:00
CREDO23
8ff9916d02
subagents/slack: rewrite system prompt on the linear pilot shape and expand allowlist for message search, user search, and send message.
2026-05-11 11:49:13 +02:00
CREDO23
62a5158089
subagents/connectors: airtable system prompt and allowlist rewrite, lead linear/jira resolution principle with "Proactively look up".
2026-05-11 11:43:07 +02:00
CREDO23
7fba56862e
subagents/connectors: delete orphan pre-MCP issue-mutation tool files from jira and linear routes (MCP supplies these now).
2026-05-11 11:30:58 +02:00
CREDO23
9b8ebbab2c
subagents/jira: rewrite system prompt on the linear pilot shape and expand allowlist for issue lookup, transitions, accountId, and required-field schema.
2026-05-11 11:23:59 +02:00
CREDO23
54f3e8c075
subagents/linear: drop enumerated state defaults and tool-category shortcuts in vocabulary and resolution principle.
2026-05-11 11:23:52 +02:00
CREDO23
8ed7a43d63
subagents/linear: rewrite system prompt with heuristic shape and align description with read-only cycle handling.
2026-05-11 11:00:50 +02:00
Anish Sarkar
3b345e7091
chore: add pnpm configuration for only built dependencies in package.json
2026-05-11 13:41:38 +05:30
CREDO23
10334fbdf0
subagents: align builtin descriptions (deliverables, memory, research) on the new shape.
2026-05-11 10:09:04 +02:00
CREDO23
d8ad0105d7
subagents: align remaining connector descriptions on the new identity-first routing shape.
2026-05-11 10:08:56 +02:00
CREDO23
c4d3a748cf
subagents: rewrite routing descriptions with platform-native verbs for notion, jira, linear, gmail, calendar, slack.
2026-05-11 10:08:49 +02:00
Anish Sarkar
99e667f3f9
chore: refine E2E tests workflow by removing pnpm version specification and updating Docker Compose for backend build reference
2026-05-11 13:01:20 +05:30
Matt Van Horn
b92cc963ce
refactor(use-logs): use canonical log types from contracts/types/log.types
...
Removes duplicated LogLevel, LogStatus, Log, LogFilters and LogSummary
definitions from surfsense_web/hooks/use-logs.ts. These shapes already
live as Zod-derived types in contracts/types/log.types.ts, which is the
source of truth used by logs-api.service.ts and log-mutation.atoms.ts.
Adds LogLevel and LogStatus aliases for LogLevelEnum/LogStatusEnum in
log.types.ts so the existing public surface from use-logs is preserved
without per-hook re-exports. The hook re-exports the canonical names so
callers (app/dashboard/[search_space_id]/logs/(manage)/page.tsx) do not
need to change.
Closes #1372
2026-05-11 00:11:05 -07:00
Anish Sarkar
242925d8e5
chore: update Docker configurations to streamline backend build and enhance E2E testing environment
2026-05-11 12:31:15 +05:30
Rohan Verma
cb46da3525
Merge pull request #1381 from xclear-cast/codex/centralize-redirect-path
...
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
fix(auth): centralize redirect path storage
2026-05-10 16:47:54 -07:00
Rohan Verma
a51755c512
Merge pull request #1380 from xclear-cast/codex/drop-tokenhandler-storagekey
...
fix(auth): remove redundant token storage write
2026-05-10 16:46:58 -07:00
Anish Sarkar
efff7ab2a2
chore: enhance Dockerfile and config to support conditional static ffmpeg import
2026-05-11 04:51:19 +05:30
Anish Sarkar
18de0136bc
chore: add ffmpeg to Dockerfile for audio processing capabilities
2026-05-11 04:02:39 +05:30
Anish Sarkar
65fecb3337
chore: update Docker Buildx action to version 4 in E2E tests workflow
2026-05-11 03:53:47 +05:30
Anish Sarkar
f091182b94
chore: update GitHub Actions workflows and Dockerfile to use latest action versions and improve build targets
2026-05-11 03:52:22 +05:30
Anish Sarkar
5344fa47e6
chore: update E2E test documentation for clarity and local setup instructions
2026-05-11 03:29:32 +05:30
Anish Sarkar
68f45335bc
chore: implement E2E testing setup with Docker Compose and update workflow for backend and Redis services
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
Anish Sarkar
2c8828f60c
fix: ensure idempotency in alembic migrations by checking for existing columns and indexes before creation
2026-05-10 22:45:26 +05:30
Anish Sarkar
319923fb40
fix: add checks for existing tables and indexes before creating them in alembic migrations for idempotency
2026-05-10 22:40:29 +05:30
Anish Sarkar
292b4d70ac
chore: enhance E2E tests workflow by adding caching for Next.js build and updating test command
2026-05-10 22:21:06 +05:30
Anish Sarkar
548e574f1a
chore: refactor E2E tests workflow to start Postgres as a container and add readiness check
2026-05-10 21:47:59 +05:30
Anish Sarkar
288c18bdf7
chore: update E2E tests workflow to include scoped proxy settings for backend and Celery worker
2026-05-10 21:34:07 +05:30
Anish Sarkar
21d3be14c9
chore: update E2E tests workflow name and adjust video recording settings
2026-05-10 21:13:57 +05:30
Anish Sarkar
3520877d80
Merge remote-tracking branch 'upstream/dev' into feat/e2e-testing-ci
2026-05-10 13:10:13 +05:30
Anish Sarkar
cf9e702bee
chore: refine E2E tests workflow by updating Redis configuration and adding fake API keys for various services
2026-05-10 13:09:50 +05:30
DESKTOP-RTLN3BA\$punk
c8374e6c5b
feat: improved document, folder mentions rendering
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-05-09 22:15:51 -07:00
guangyang1206
10212f3d5a
feat(shared): extract formatThreadTimestamp helper for chats sidebars ( fixes #1376 )
...
- Add formatThreadTimestamp() to surfsense_web/lib/format-date.ts
- Use shared helper in AllPrivateChatsSidebar and AllSharedChatsSidebar
- Remove unused date-fns format import from both sidebar files
- Centralises timestamp formatting policy for future i18n/relative-time changes
2026-05-10 12:05:10 +08:00
Anish Sarkar
dec06e0e18
chore: add E2E tests workflow configuration
2026-05-10 04:50:38 +05:30
Rohan Verma
28a02a9143
Merge pull request #1357 from CREDO23/feature/multi-agent
...
[Feature] Multi-agent chat: hierarchical timeline, live subagent streaming, and inline HITL approvals
2026-05-09 16:13:04 -07:00
Rohan Verma
316a90079c
Merge pull request #1356 from mvanhorn/osc/913-aria-label-clickable-cards
...
feat(a11y): add aria-label to clickable media cards
2026-05-09 16:11:54 -07:00
Rohan Verma
350ab2f60c
Merge pull request #1353 from AnishSarkar22/feat/e2e-testing
...
feat: add E2E test suite
2026-05-09 16:11:00 -07:00
Rohan Verma
fa31da9937
Merge branch 'dev' into feat/e2e-testing
2026-05-09 16:10:45 -07:00
Anish Sarkar
0487703106
chore: remove E2E tests workflow configuration
2026-05-10 04:29:16 +05:30
Anish Sarkar
822ffb2429
chore: remove Vue and Svelte examples from component testing documentation
2026-05-10 04:24:44 +05:30
Anish Sarkar
d52225c18d
chore: add playwright cursor skill
2026-05-10 04:19:55 +05:30
Anish Sarkar
25aad38ca4
chore: update gitignore
2026-05-10 03:49:59 +05:30
CREDO23
2ab6b1c757
Merge upstream/dev into feature/multi-agent.
2026-05-09 23:00:56 +02:00
CREDO23
5e7d41f3e8
chat-messages: drop feature module architecture doc.
2026-05-09 23:00:18 +02:00
CREDO23
932bf22a34
chat: fix mixed-decision HITL crash and fold resumed assistant messages into the interrupted bubble.
2026-05-09 22:54:07 +02:00
CREDO23
2e132513be
chat: unify HITL approval UX behind a single paginated card and harden timeline supersede.
2026-05-09 21:44:54 +02:00
CREDO23
89e4953800
chat: suppress stale step separator emitted during resume rehydration.
2026-05-09 18:36:00 +02:00
CREDO23
ba0e1e70a0
chat: drop legacy thinking-steps, tool-fallback, hitl modules, and span-indent helper.
2026-05-09 18:35:52 +02:00
CREDO23
9c5a178468
chat: switch dashboard chat page to slice and drop superseded aborted rows on resume.
2026-05-09 18:35:39 +02:00