v0.5.0 — Token Optimizer & Plan/Execute Agents #34
mvoutov
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.
-
aspens v0.5.0 is now live on npm.
Highlights
Token Optimizer
All prompts — discovery, generation, sync, and agent customization — have been trimmed to reduce token usage while preserving semantic content. This means faster runs and lower costs, especially on larger repos.
Plan + Execute Agent Pair
Two new agent templates for structured workflows.
plananalyzes the task and produces a step-by-step plan;executecarries it out. Install them with:Graph Removal
New
--removeflag ondoc graphto cleanly strip graph artifacts from a repo:Other
dev-docsanddev-docs-updatecommand templatesUpgrade
npm install -g aspens@latest aspens doc init --hooks-only # update hooks in existing reposFull changelog: https://github.com/aspenkit/aspens/releases/tag/v0.5.0
Beta Was this translation helpful? Give feedback.
All reactions