| add code assist for PR (#623) Signed-off-by: dongjiang1989 <dongjiang1989@126.com> | 9 个月前 |
| fix(security): harden internal service boundaries Signed-off-by: yjlu12 <1064690083@qq.com> | 7 天前 |
| fix(security): prevent SSRF in outbound plugin requests (#1669) * fix(security): prevent SSRF in outbound plugin requests Validate URLs, resolved addresses, redirects, and download targets across the console, link plugin, and AI tools. Preserve only narrowly scoped internal storage access and add regression coverage for rebinding and parser edge cases. Signed-off-by: yjlu12 <1064690083@qq.com> * chore(console): apply Spotless formatting Signed-off-by: yjlu12 <1064690083@qq.com> --------- Signed-off-by: yjlu12 <1064690083@qq.com> | 3 天前 |
| fix(security): prevent SSRF in outbound plugin requests (#1669) * fix(security): prevent SSRF in outbound plugin requests Validate URLs, resolved addresses, redirects, and download targets across the console, link plugin, and AI tools. Preserve only narrowly scoped internal storage access and add regression coverage for rebinding and parser edge cases. Signed-off-by: yjlu12 <1064690083@qq.com> * chore(console): apply Spotless formatting Signed-off-by: yjlu12 <1064690083@qq.com> --------- Signed-off-by: yjlu12 <1064690083@qq.com> | 3 天前 |
| fix(security): prevent SSRF in outbound plugin requests (#1669) * fix(security): prevent SSRF in outbound plugin requests Validate URLs, resolved addresses, redirects, and download targets across the console, link plugin, and AI tools. Preserve only narrowly scoped internal storage access and add regression coverage for rebinding and parser edge cases. Signed-off-by: yjlu12 <1064690083@qq.com> * chore(console): apply Spotless formatting Signed-off-by: yjlu12 <1064690083@qq.com> --------- Signed-off-by: yjlu12 <1064690083@qq.com> | 3 天前 |
| fix(docs): resolve VitePress example preview assets Signed-off-by: yjlu12 <1064690083@qq.com> | 6 天前 |
| docs: add example gallery previews (#1594) Show preview thumbnails for workflow examples in the VitePress gallery and bundle the seed preview assets so the cards render cleanly with a text fallback. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> | 17 天前 |
| Merge pull request #1630 from FenjuFu/faq/workflow-publish-missing-info docs(faq): add entry for workflow publish failing when basic info is missing | 9 天前 |
| fix(security): prevent SSRF in outbound plugin requests (#1669) * fix(security): prevent SSRF in outbound plugin requests Validate URLs, resolved addresses, redirects, and download targets across the console, link plugin, and AI tools. Preserve only narrowly scoped internal storage access and add regression coverage for rebinding and parser edge cases. Signed-off-by: yjlu12 <1064690083@qq.com> * chore(console): apply Spotless formatting Signed-off-by: yjlu12 <1064690083@qq.com> --------- Signed-off-by: yjlu12 <1064690083@qq.com> | 3 天前 |
| fix(console): include space context in debug SSE requests (#1569) * fix(console): include space context in debug SSE requests Signed-off-by: yjlu12 <yjlu12@iflytek.com> * fix(console): enforce space authorization for model access Signed-off-by: yjlu12 <yjlu12@iflytek.com> * fix(workflow): handle usage-only OpenAI stream chunks Signed-off-by: yjlu12 <yjlu12@iflytek.com> * refactor(workflow): reduce OpenAI stream complexity Signed-off-by: yjlu12 <yjlu12@iflytek.com> * fix(workflow): satisfy OpenAI stream type checks Signed-off-by: yjlu12 <yjlu12@iflytek.com> --------- Signed-off-by: yjlu12 <yjlu12@iflytek.com> | 1 个月前 |
| docs: standardize VitePress i18n layout, add editLink and contribution guide Converge the docs site to the standard VitePress i18n layout: English is now the default locale at the root (consistent with the repo-wide "bare name = English" convention) and Simplified Chinese mirrors it under zh/ with identical relative paths. This removes the duplicated and drifted docs/en/ tree. - Move all Chinese pages to docs/zh/ (bare names, dropping _zh/_CN suffixes) - Promote docs/en/ English pages to the root; dedup files that existed in both trees (keep the newer copy) and normalize image/cross-page links per locale - Rewrite .vitepress/config.mts: root=en, add zh locale under /zh/ - Flip locale routing in AstronHomePage.vue (English at root, Chinese at /zh/) - Add editLink ("Edit this page on GitHub") to both locales - Add a "Contribute to the Docs" guide (English + Chinese) - Update external references to moved Chinese docs (README, AGENTS, CLAUDE, website/index.html) Verified locally with DOCS_BASE=/astron-agent/ npm run docs:build. Signed-off-by: FenjuFu <fufenjupku@gmail.com> | 2 个月前 |
| fix:Resolve script format issues | 9 个月前 |
| docs: add agent guidance files Signed-off-by: yjlu12 <yjlu12@iflytek.com> | 1 个月前 |
| feat(security): add gitleaks secret scanning to pre-commit (#711) Add gitleaks hook to detect hardcoded secrets and credentials in the codebase before commits are made. | 8 个月前 |
| docs: align agent workflow guidance Signed-off-by: yjlu12 <1064690083@qq.com> | 9 天前 |
| docs: align agent workflow guidance Signed-off-by: yjlu12 <1064690083@qq.com> | 9 天前 |
| docs: add pre-commit usage guide and update contributing docs (#713) - Add comprehensive pre-commit usage guide in English and Chinese - Update CONTRIBUTING.md to recommend pre-commit for code quality checks - Replace make check references with pre-commit run commands - Add pre-commit setup instructions to development environment section | 8 个月前 |
| docs:Update the FAQ document | 7 个月前 |
| docs: add governance documents (#1280) | 3 个月前 |
| Rename Community Operator to Community Moderator Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> | 3 个月前 |
| chore: initial commit | 11 个月前 |
| refactor(ci): enforce check-only philosophy, remove auto-formatting (#510) - Remove all format commands (make format, fmt-*, smart_format) - Remove enable-legacy command (unused placeholder) - Fix Python check to be check-only (isort --check-only, black --check) - Fix duplicate execution in smart_* commands (each project checked N times) - Skip build directories in comment checks (.venv, node_modules, target, vendor) - Add Go cache directories to gitignore (.gocache, .golangci-cache) Breaking Changes: - make format command removed, use language-specific formatters manually - Git hooks no longer auto-format, only check Rationale: CI systems should detect issues, developers fix them manually. Auto-formatting violates separation of concerns. | 9 个月前 |
| docs: update NOTICE project name (#1617) | 20 天前 |
| docs(readme): add Related Projects section linking sibling Astron repos (#1627) Astron Agent, AstronRPA and SkillHub are sibling projects in the iFlytek Astron open-source ecosystem. SkillHub's README already links to both, so this adds the reciprocal Related Projects section describing the real integrations between the projects. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> | 9 天前 |
| docs: fix site logo and locale entry (#1370) | 3 个月前 |
| chore: publish docs site to GitHub Pages (#1366) | 3 个月前 |