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
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
Dmitry Ng
e687b8edfb
Merge pull request #240 from vxcontrol/dependabot/npm_and_yarn/frontend/npm_and_yarn-127d3e4132
...
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates
2026-04-08 14:22:27 +04:00
dependabot[bot]
8933e208f8
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates
...
Bumps the npm_and_yarn group with 4 updates in the /frontend directory: [picomatch](https://github.com/micromatch/picomatch ), [yaml](https://github.com/eemeli/yaml ), [flatted](https://github.com/WebReflection/flatted ) and [jspdf](https://github.com/parallax/jsPDF ).
Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2 )
Updates `yaml` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3 )
Updates `yaml` from 2.8.1 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v1.10.3 )
Updates `flatted` from 3.3.3 to 3.4.2
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2 )
Updates `jspdf` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/parallax/jsPDF/releases )
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md )
- [Commits](https://github.com/parallax/jsPDF/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 2.3.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 1.10.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: yaml
dependency-version: 2.8.3
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: flatted
dependency-version: 3.4.2
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: jspdf
dependency-version: 4.2.1
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-08 01:56:23 +00:00
Dmitry Ng
36ac0c876b
Merge pull request #234 from octo-patch/fix/issue-220-user-defined-provider-precedence
...
fix: user-defined providers take precedence over built-in providers
2026-04-08 04:58:07 +04:00
Dmitry Ng
1a51a7d70a
Merge pull request #237 from vxcontrol/dependabot/npm_and_yarn/frontend/npm_and_yarn-c4bc6a0a9e
...
build(deps-dev): bump vite from 7.2.2 to 7.3.2 in /frontend in the npm_and_yarn group across 1 directory
2026-04-08 04:36:53 +04:00
Dmitry Ng
fc91758b9c
Merge pull request #238 from vxcontrol/feature/frontend
...
Add Analytics Dashboard and Template Management System
2026-04-08 04:36:05 +04:00
Dmitry Ng
089dcb36b4
feat: implement flow templates management
2026-04-08 03:34:32 +03:00
Dmitry Ng
445f131430
chore: remove unused frontend Dockerfile, entrypoint script, and Nginx configuration files
2026-04-08 00:54:35 +03:00
Dmitry Ng
51cb312b57
Merge pull request #230 from mason5052/test/server-models-validation
...
test: add unit tests for key server/models validation types
2026-04-08 01:20:43 +04:00
Dmitry Ng
9f882276a2
Merge pull request #232 from vxcontrol/dependabot/go_modules/backend/go_modules-a978bc362c
...
build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in /backend in the go_modules group across 1 directory
2026-04-08 01:15:36 +04:00
Sergey Kozyrenko
fe9ba1a89e
feat: update terminal
2026-04-07 23:14:34 +07:00
mason5052
1b2681cd99
test: shadow loop variable to prevent parallel subtest capture
...
Add tt := tt inside each for-range loop before t.Run to ensure
parallel subtests capture their own immutable copy of the test case.
2026-04-06 19:15:29 -04:00
dependabot[bot]
04a054431e
build(deps-dev): bump vite
...
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 7.2.2 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.2
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-06 20:24:41 +00:00
Octopus
a12ffe9c01
fix: user-defined providers take precedence over built-in providers ( fixes #220 )
2026-04-05 09:44:53 +08:00
dependabot[bot]
17a76e46e2
build(deps): bump github.com/go-jose/go-jose/v4
...
Bumps the go_modules group with 1 update in the /backend directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ).
Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.3...v4.1.4 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-version: 4.1.4
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-03 04:22:29 +00:00
Dmitry Ng
d56952653f
Merge pull request #231 from mason5052/test/schema-validation
...
test: add unit tests for schema package JSON Schema validation
2026-04-02 11:08:46 +04:00
Sergey Kozyrenko
53ea23e49e
feat: dashboard
2026-04-02 00:17:30 +07:00
mason5052
8ddc25f411
test: add failure-path coverage for schema validation
...
Add missing negative-path tests:
- Schema.Valid() with invalid $ref that fails compilation
- GetValidator() with same invalid schema returns error
- ValidateBytes() with malformed JSON input returns error
2026-03-31 21:54:51 -04:00