Tags: atopile/atopile
Tags
CI: Remove specific pre-release version computation and add dry runs … …per PR (#1672) - Remove seperate path pre-release version computation - Do extension release dry-runs on each PR - Fix a zig bug when doing builds without an existing zig-out folder
Fix vsx release workflow (#1670) ### Series of events leading to silent release failure - No python version specified in workflow, uv auto selected python 3.14.0rc2 - Pipe configured to swallow crashes - npm version didn't run leading to hardcoded 0.14.0 being filled for version - --skip-duplicate flag on upload commands lead to silent skip of duplicate version ### Mitigations to resolve - Specify python 3.14 for uv - Don't swallow crashes in the workflow - Dedicated version computation step with no silent crashing - Remove hard-coded 0.14.0 in extension .json, use 0.0.0 sentinel and crash if it's detected in the workflow - Remove skip-duplicate from upload commands, crash instead of skipping
VSCE: frontend startup improvements (#1666) - Remove redunant ato bin search - Prevent schema autogeneration from running every extension activation - Remove LSP startup from blocking webview show - Cleanup extension logging **Results** Total startup time: 3.79s -> 2.67s
Staging: 0.14.x (#1517) # 0.14.x Staging branch This release will contain deep core changes. Primarily using zig and the new graph language. Also restructuring of what faebryk means. Primary goals: - speed - maintainability - understanding of the core - more powerful graph - serializable graph ## Open PRs #1528 --------- Co-authored-by: Nicholas Krstevski <nick@atopile.io> Co-authored-by: Ray Allen <ray@atopile.io> Co-authored-by: RubenB-ITENG <94007802+ruben-iteng@users.noreply.github.com> Co-authored-by: Nick Krstevski <51719418+nickkrstevski@users.noreply.github.com> Co-authored-by: Narayan Powderly <narayan@atopile.io> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Sam Mellor <sam@atopile.io>
Agents: Disable file creation & Improve Claude.md (#1554) Also add AGENTS.md that links to claude.
Libs: Add Package Version Fallback Support (#1549) Add package install fallback functionality Base commit: af90515 When adding package dependency to project, find latest package version that satisfies minimum required ato version. Current behavior fails to add package if ato version is not compatible with latest package version. Run CI jobs on branches named 'release/'
PreviousNext