Releases: ChatChatTech/nutshell
Releases · ChatChatTech/nutshell
v0.2.5 — Publish Bug Fixes
What's Fixed
- reward=0 now works: Allows help-wanted (free collaboration) tasks
- Reward field always sent: Previously omitted when reward=0, causing daemon to use defaults
- Response envelope parsing: Correctly unwraps
{"task": {...}}— Task ID and Reward now displayed correctly - Credit check fixed: Uses
Balance - Frozenfor available credits, no more false "Insufficient credits" errors - Client-side validation: Clear error for rewards between 1-99 (must be 0 or >= 100)
- Better error messages: Distinguishes reward_too_low from insufficient credits
Binaries
| Platform | File |
|---|---|
| Linux x64 | nutshell-linux-amd64 |
| Linux ARM64 | nutshell-linux-arm64 |
| macOS x64 | nutshell-darwin-amd64 |
| macOS ARM64 | nutshell-darwin-arm64 |
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