Commit Graph
76 Commits
Author SHA1 Message Date
Dmitry Ng 4b5e5e80f6 Merge pull request #264 from mason5052/codex/issue-61-first-use-guide
docs: add first-use guide after login
2026-04-22 21:07:56 +04:00
Dmitry Ng 211931839e feat: add Azure OpenAI provider configuration file 2026-04-22 20:00:17 +03:00
Dmitry Ng 239dd31c91 feat: add GetUsageStatsByModelAgentsForFlow query and related GraphQL types
- Implemented a new SQL query to retrieve usage statistics by model and agents for a specific flow.
- Added corresponding Go types and methods to handle the new query in the database layer.
- Updated GraphQL schema to include the new ModelAgentsUsageStats type and the usageStatsByModelAgentsForFlow query.
- Enhanced frontend components to display the new usage statistics in the flow dashboard.
2026-04-22 19:51:20 +03:00
Dmitry Ng 93aae13015 feat: add Noto Sans font family for enhanced PDF report generation
- Introduced Noto Sans, Noto Sans Mono, and Noto Sans SC fonts to improve text rendering in PDF reports.
- Updated report-pdf.tsx to register new fonts and handle CJK text rendering.
- Enhanced README.md to document the new fonts and their usage in the application.
2026-04-22 19:09:08 +03:00
Dmitry Ng 5d7106b2a8 feat: implement tooltip animation for chart components to enhance user experience
- Added a custom hook to manage tooltip animation state and session tracking.
- Updated ChartTooltip component to handle first active state and session key.
- Integrated tooltip animation logic into various chart components in the DashboardAnalytics page.
2026-04-22 18:03:47 +03:00
Dmitry Ng 83270bab5d chore: update GraphQL Codegen dependencies to latest versions in package.json and pnpm-lock.yaml 2026-04-22 16:58:37 +03:00
Dmitry Ng fa78acc04c Merge remote-tracking branch 'origin/feature/frontend' into feature/next-release 2026-04-22 16:00:32 +03:00
Dmitry Ng 01987b60fc feat: enhance ChartCard component to display a no-data state with a bar chart icon 2026-04-22 15:56:12 +03:00
Dmitry Ng 17005d8ef8 chore: update Dockerfile to set PNPM environment variables and remove unused dependencies from pnpm-lock.yaml 2026-04-22 15:30:06 +03:00
Dmitry Ng 269d851eab chore: migrate project to pnpm by updating installation commands and CI configuration 2026-04-22 15:10:55 +03:00
Dmitry Ng 897bb7ec53 chore: update pgx dependency to version 5.8.0 in go.mod and go.sum 2026-04-22 15:04:51 +03:00
Dmitry Ng 8fed9a8cd8 docs: clarify proxy configuration and Docker pull test in network validation documentation 2026-04-22 14:46:45 +03:00
Dmitry Ng 246abf7367 Merge pull request #262 from mason5052/codex/issue-258-docker-mirror-docs
docs: add Docker mirror guidance for restricted networks
2026-04-22 15:30:51 +04:00
Dmitry Ng 78e46bd77a refactor: update TERMINAL_TOOL_TIMEOUT to 1200 seconds with detailed documentation
- Changed default terminal tool timeout from 600 to 1200 seconds.
- Updated related documentation across .env.example, README.md, and config files to reflect the new timeout settings and their constraints.
- Enhanced descriptions in code comments and documentation to clarify timeout behavior, including clamping rules for values outside the accepted range.
2026-04-22 13:22:32 +03:00
Dmitry Ng 0e7c238cad Merge pull request #261 from mason5052/codex/issue-256-terminal-timeout
feat: add TERMINAL_TOOL_TIMEOUT configuration
2026-04-21 15:33:33 +04:00
Dmitry Ng 4294eac935 docs: update authentication settings in configuration documentation to reflect changes in OAuth client initialization 2026-04-21 13:19:27 +03:00
Dmitry Ng 25524cb271 Merge pull request #260 from mason5052/codex/issue-219-oauth-docs
docs: clarify OAuth callback setup for GitHub and Google
2026-04-21 13:29:42 +04:00
Dmitry Ng 3e16e02c9a Merge pull request #259 from Kairos-T/main
fix(docs): resolve mermaid syntax errors
2026-04-21 13:18:44 +04:00
Sergey Kozyrenko 4e55e30829 feat: update dashboard page and dashboard flow component
(cherry picked from commit 4bacc346d95d41bd89af4a27fffe566dbf1d8d4b)
2026-04-21 07:46:16 +07:00
Sergey Kozyrenko ed222648b7 fix: migration to pnpm
(cherry picked from commit daf3d4839f3595ef0716b6f2452b6567c778c76d)
2026-04-21 01:59:08 +07:00
Sergey Kozyrenko 93443fc959 fix: lint
(cherry picked from commit 2aac8ff0563483d01b16bb5ee8c191fafa8aff14)
2026-04-21 01:58:18 +07:00
Mason Kim(ZINUS US_SALES) a07c28c2ae docs: add authorized-use reminder
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com>
2026-04-15 17:52:16 -04:00
Mason Kim(ZINUS US_SALES) af1bf049af docs: add first-use guide after login
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com>
2026-04-15 16:15:21 -04:00
Mason Kim(ZINUS US_SALES) f984c7865e docs: add Docker mirror guidance for restricted networks
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com>
2026-04-15 13:45:45 -04:00
Mason Kim(ZINUS US_SALES) 1d6da349d4 fix: clamp oversized terminal timeout 2026-04-15 13:14:16 -04:00
Mason Kim(ZINUS US_SALES) ef195de84a docs: fix OAuth callback URL docs 2026-04-15 13:14:06 -04:00
Mason Kim(ZINUS US_SALES) 86d7666c86 feat: add configurable terminal tool timeout
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com>
2026-04-15 12:34:03 -04:00
Mason Kim(ZINUS US_SALES) 72a5671562 docs: clarify OAuth callback configuration
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com>
2026-04-15 11:02:56 -04:00
Kairos 7214abeefb fix(docs): resolve mermaid syntax errors
- added the previously stripped parentheses

Signed-off-by: Kairos <contact@kairostay.com>
2026-04-15 11:06:02 +08:00
Kairos 9b61afb042 fix(docs): resolve mermaid syntax errors
Signed-off-by: Kairos <contact@kairostay.com>
2026-04-15 10:46:55 +08:00
Dmitry Ng 2ec8ef3d9b ci: update CI workflow to use 'main' branch instead of 'master' for build triggers 2026-04-12 02:23:47 +03:00
Dmitry Ng e97eaec410 chore: update package-lock.json with dependency version upgrades for ajv, axios, and brace-expansion 2026-04-12 02:09:13 +03:00
Dmitry Ng 301d681bfa docs: update README for improved structure and clarity, including new sections for architecture and LLM provider configurations 2026-04-12 01:08:58 +03:00
Dmitry Ng 87ac00f195 test(graphiti): strengthen search method tests with proper types v2.0.0 2026-04-11 15:20:52 +03:00
Dmitry Ng 51385079ed Merge pull request #244 from mason5052/test/graphiti-client-coverage
test: add unit tests for graphiti client disabled mode
2026-04-11 16:13:25 +04:00
Dmitry Ng 20ff85ebd6 Merge pull request #243 from mason5052/infra/docker-compose-healthchecks
infra: add healthcheck for pgvector in docker-compose
2026-04-11 16:11:24 +04:00
Dmitry Ng 6753e2b3d6 test(langfuse): strengthen noop tests with safer assertions 2026-04-11 14:02:21 +03:00
Mason b323a8ace0 test: add unit tests for langfuse context and noop observer (#242)
* test: add unit tests for langfuse context and noop observer

Add tests for observation context put/get round-trip, nested context
override behavior, and noop observer: trace ID generation, parent
inheritance, explicit override, Shutdown, ForceFlush, and enqueue.

* test: add edge case tests for noop observer branch coverage

Add two missing branch tests: explicit ObservationID with no parent
context (verifies new trace generation), and explicit TraceID with
parent (verifies observation ID is NOT inherited when trace is explicit).
2026-04-11 14:43:36 +04:00
Dmitry Ng 10e77fb546 test(langfuse): fix float assertions and strengthen type checks 2026-04-11 13:40:15 +03:00
Dmitry Ng 930830e742 test(schema): improve test clarity with null byte comments 2026-04-11 13:17:55 +03:00
Dmitry Ng c08cc0ff10 Merge pull request #247 from vxcontrol/feature/switch_provider
Runtime provider switching
2026-04-09 01:03:37 +04:00
Dmitry Ng 7c25f356ed feat: enable runtime provider switching
Adds conditional chain normalization in processChain to preserve reasoning cache when provider unchanged while fixing incomplete tool_calls and converting IDs when switching providers. Extends GraphQL API with modelProvider parameter for seamless provider changes without restart.
2026-04-08 23:58:56 +03:00
Dmitry Ng 44e14775a4 Merge pull request #241 from mason5052/test/langfuse-helpers-coverage
test: add unit tests for langfuse helpers package
2026-04-09 00:52:59 +04:00
Dmitry Ng 5e2deebd17 Merge pull request #246 from vxcontrol/feature/frontend
UI terminal: modular architecture, Unicode fix, and security hardening
2026-04-09 00:46:35 +04:00
Sergey Kozyrenko f49d9cba42 feat: update terminal 2026-04-09 02:24:58 +07:00
Sergey Kozyrenko 046f0dbe92 feat: update terminal 2026-04-09 01:36:20 +07:00
mason5052 166035b3de test: add unit tests for graphiti client disabled mode
Add tests for NewClient with enabled=false, IsEnabled nil/disabled/enabled
receivers, GetTimeout nil/configured, AddMessages no-op on disabled client,
and all 7 search methods returning "graphiti is not enabled" error when
disabled. All tests are hermetic with no network dependency.
2026-04-08 12:06:32 -04:00
mason5052 161b122d91 test: add getCurrentTimeRef test and strengthen ModelParameters assertions
Add missing TestGetCurrentTimeRef coverage. Replace shallow key-presence
checks in ModelParameters.ToLangfuse tests with full value assertions:
verify MapValue string/integer/boolean/list payloads for inf default,
explicit max_tokens, formatted floats, json mode, and stop words.
2026-04-08 11:29:00 -04:00
mason5052 223b832840 infra: add healthcheck for pgvector in docker-compose
Add pg_isready healthcheck to pgvector service and update pentagi and
pgexporter depends_on to use service_healthy condition. This prevents
the application from starting before PostgreSQL is ready to accept
connections, matching the pattern used in docker-compose-langfuse.yml.
2026-04-08 09:47:20 -04:00
mason5052 cad6b01ebb test: add unit tests for langfuse helpers package
Add comprehensive unit tests for all utility functions in the langfuse
helpers package: mergeMaps, ObservationLevel, GenerationUsageUnit,
GenerationUsage, ModelParameters, GetLangchainModelParameters, trace/span
ID generation, time helpers, and pointer helpers.
2026-04-08 09:44:01 -04:00