buildwithnexus 0.12.1

A hilariously fast agentic AI coding CLI — remote or local models, full TUI with live autocomplete, clean diffs, multimodal input, hooks, and checkpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Release Notes

Use this skill when writing changelogs, release notes, migration notes, npm package descriptions, or PR summaries.

## Workflow

1. Use `run_command` with `git log`, `git diff`, and `git status`.
2. Use `read_file` for package metadata and README changes.
3. Group notes by user-visible areas: Added, Changed, Fixed, Removed, Security.
4. Include upgrade notes and compatibility warnings.
5. Use `write_file` to update changelog/release artifacts when asked.

## Standard

- Do not list internal refactors unless they matter to users.
- Mention version numbers and package names exactly.
- Include verification commands that passed.