π Astron Open Source Β· Bi-Weekly Report (Jun 15 β Jun 28, 2026) #5
FenjuFu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
π Astron Open Source Β· Bi-Weekly Report (Jun 15 β Jun 28, 2026)
π Highlights
v1.0.9ships (Jun 18): the standalone agent's chat runtime was rebuilt on Spring AI, and gained MCP support and a Skill capability that plugs straight into the SkillHub ecosystem; team publish approval and a redesigned workbench landed in the same release. Another 35 PRs merged in two weeks.v0.2.12+ CLI0.1.8released the same day (Jun 18): anonymous CLI search/install of public skills, AgentGuard as a built-in skill, more reliable notifications & SSE push, plus a round of security hardening.π₯ Top 10 Active Community Contributors (Jun 15 β Jun 28, 2026)
π¦ Release Highlights
π€ Astron Agent
v1.0.9(Jun 18) β Standalone Agent rebuilt on Spring AIOpenAiChatModel+ToolCallback/ToolCallingManager) β model calls, streaming, and tool execution are now framework-managed, and legacy runtime paths were removed (#1418/#1425).read_skill_*(readsSKILL.mdand referenced resources) andrun_skill_*(executes commands in the E2B script sandbox) (#1424/#1427).V1.38migrates automatically on startup;run_skillrequires an E2B sandbox configured in resource management. Change scope: 248 files, +18,358/β6,136 lines.π‘οΈ SkillHub
v0.2.12+ CLI0.1.8(Jun 18) β Anonymous installs & security hardeningβοΈ Astron RPA β Local-service security hardening
FAQ.zhsupplemented with community-sourced Q&A (#806).π¬ Community Q&A & Discussions (Bi-Weekly Picks)
SkillHub (mostly on-prem deployment & upgrades)
skillhub-serverfailing to start becauseSKILLHUB_DOWNLOAD_ANON_COOKIE_SECRETwas still the placeholder. Set a long random string in.env.release(not.env.release.example) and recreate the container; in offline environments where built-in skill sync fails, setSKILLHUB_BUILTIN_SKILLS_ENABLED=falseto get the service up first.SKILLHUB_VERSIONin.env.releaseβdocker compose pullβup -d; with the data volume preserved, the database schema migrates automatically via Flyway β no manual DB changes.SUPER_ADMINto the account in user management; if no admin can log in, fall back to the bootstrap-admin route or a database fix.Astron Agent (mostly open-source deployment & new capabilities)
EXPOSE_NGINX_PORTis only step one βCASDOOR_EXTERNAL_ENDPOINTin.envand the Casdoor application's callback URLs must exactly match the address the browser actually uses (server IP/domain, not localhost), and the callback URL must be added to the Casdoor app's allow-list.SKILL.mdand returns their output (progressive loading) β it is not a local agent with arbitrary file access; multiple scripts must be explicitly referenced inSKILL.md.file β pdffield on the start node β pass it into a plugin/code node for parsing, hand it to RPA, or (for "chat over PDF" scenarios) ingest into a knowledge base first and retrieve from there.0.0.0.0and expose a full URL the platform can reach (intranet address for intranet deployments, public address otherwise).Astron RPA (mostly client adoption & automation)
route.exe(Golang) source? Available on thedevbranch.pid_exist_check, stale pid files, Windows event logs).π Community Call: Come Contribute! (Good First Issues & Bounties)
Newcomer-friendly and rewarding from your first commit (contribution points are redeemable at the points store):
π± Good First Issues (great for a first contribution)
π° Bounties (reward Β· more challenging, more rewarding)
β¨ Community Spotlight
Beta Was this translation helpful? Give feedback.
All reactions