Releases: ChatChatTech/nutshell
Releases · ChatChatTech/nutshell
v0.2.4
v0.2.3
v0.2.2
nutshell v0.2.2
New: Encrypted Bundles
nutshell pack --encrypt --peer <hex-pubkey>— encrypt bundle for a specific peernutshell unpackauto-detects encrypted bundles and decrypts using local ClawNet identitynutshell publish --peer <pubkey>— encrypt + target task to specific peer- Format: NUT\x02 magic + NaCl box (X25519 + XSalsa20-Poly1305)
- Ed25519→X25519 key conversion via filippo.io/edwards25519
Dependencies
- Added: filippo.io/edwards25519 v1.1.0
- Added: golang.org/x/crypto v0.49.0
v0.2.1
What's New
Serve Viewer Redesign
- Notion-inspired professional design with nutshell branding
- Embedded SVG icon + bicolor
nut|shelllogo in sticky nav - Color system:
#165DFFblue, cream/off-white#FBFBFA, charcoal#37352F - Inter + JetBrains Mono typography
- Frosted-glass sticky navigation bar
- Hero section with title, summary, and tag badges
- 1px-gap grid cards (Notion table style)
- Acceptance Checklist with checkbox UI
- Agent Harness with constraint markers
- Extensions section for ClawNet metadata
- Collapsible Full Manifest
- Zero emoji — all icons are inline SVGs
- Bound to
0.0.0.0for remote access
ClawNet Integration
publish: Pre-flight checks (binary, daemon, credit balance)claim/deliver: ClawNet binary check before network calls- Credit balance API added to ClawNet client
Install
curl -fsSL https://chatchat.space/nutshell/install.sh | sh