Dmitry Ng
72b1c8489e
feat: implement flow file management with upload and retrieval capabilities
...
- Added new endpoints for managing flow files, including listing, uploading, and deleting files within flow workspaces.
- Introduced FlowFile model to represent file metadata.
- Enhanced GraphQL schema to support flow file operations and subscriptions for real-time updates.
- Updated API documentation to reflect new flow file functionalities.
2026-04-27 10:03:42 +03:00
Dmitry Ng
7cdb3a61cb
Merge pull request #272 from mason5052/codex/issue-193-flow-file-uploads-v1
...
feat: add flow-scoped file uploads
2026-04-24 04:03:39 +04:00
Dmitry Ng
5e902ca255
docs: update API tokens section to reflect new naming convention in settings
2026-04-24 03:00:48 +03:00
Dmitry Ng
378db10732
Merge pull request #270 from mason5052/codex/issue-191-settings-coverage
...
docs: clarify current web settings coverage
2026-04-24 03:52:41 +04:00
Dmitry Ng
fadb4dc80e
Merge pull request #269 from mason5052/codex/issue-35-capability-boundaries-docs
...
[codex] docs: clarify current PentAGI capability boundaries
2026-04-24 03:50:05 +04:00
Dmitry Ng
5067e8f5a4
feat: add assistant flow management tools and summarizer cache
...
- new get_flow_status / stop_flow / submit_flow_input / patch_flow_subtasks tools in assistant executor, backed by FlowWorker callbacks
- flowStatusTool supports 5 detail levels with verbose mode, polling for task readiness, and per-size summarization
- summarizer LRU cache (1000 entries, 4 h TTL, SHA-256 key) on flowProvider to skip redundant LLM calls
- updated assistant.tmpl with full flow management protocol: state reference, decision guide, constraints
- updated flow_execution.md with terminal timeout config, new tools, and cache
2026-04-24 02:37:09 +03:00
Dmitry Ng
172fb8754f
Merge pull request #267 from mason5052/codex/issue-74-memory-lifecycle-docs
...
docs: clarify memory lifecycle across flows
2026-04-22 22:15:23 +04:00
Dmitry Ng
b748af5374
docs: reorganize Pentesting Prompt Methodology section in README.md
2026-04-22 21:08:34 +03:00
Dmitry Ng
6919511022
Merge pull request #266 from mason5052/codex/issue-79-pentest-methodology-guide
...
docs: add pentesting prompt methodology guidance
2026-04-22 21:49:33 +04:00
Dmitry Ng
ec449dd414
fix: update troubleshooting instructions for Docker Compose installation
2026-04-22 20:47:53 +03:00
Dmitry Ng
329c9ae1d0
Merge pull request #265 from mason5052/codex/issue-254-compose-check-alignment
...
fix: align compose checks with docker compose
2026-04-22 21:35:45 +04:00
Dmitry Ng
a1b6e9e826
docs: update Assistant mode description in README.md to include sub-agent delegation feature
2026-04-22 20:24:08 +03:00
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
mason5052
c893bb817e
docs: fix pentesting methodology links
...
Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com >
2026-04-22 12:36:18 -04:00
mason5052
aa718e2330
docs: clarify settings config paths
...
Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com >
2026-04-22 12:36:12 -04:00
mason5052
a285a99e28
docs: tighten memory lifecycle guidance
...
Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com >
2026-04-22 12:36:08 -04:00
mason5052
263eaf56ab
fix: harden flow file uploads
...
Signed-off-by: mason5052 <ehehwnwjs5052@gmail.com >
2026-04-22 12:35:55 -04: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
mason5052
4d7c3678a9
feat: add flow-scoped file uploads
2026-04-19 14:27:06 -04:00
mason5052
e86052b041
docs: clarify current web settings coverage
2026-04-16 12:38:51 -04:00
mason5052
ea8aa205bc
docs: clarify current PentAGI capability boundaries
2026-04-16 12:27:11 -04:00
Mason Kim(ZINUS US_SALES)
4e2ece8945
docs: clarify memory lifecycle across flows
...
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com >
2026-04-15 19:35:08 -04:00
Mason Kim(ZINUS US_SALES)
a9a0b76226
docs: add pentesting prompt methodology guide
...
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com >
2026-04-15 18:04:50 -04: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)
92232f5755
fix: accept compose version output on error
...
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com >
2026-04-15 17:51:28 -04:00
Mason Kim(ZINUS US_SALES)
eea0a86c85
fix: align compose checks with docker compose
...
Signed-off-by: Mason Kim(ZINUS US_SALES) <mkim@zinus.com >
2026-04-15 16:18:36 -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