Releases: fortunto2/rust-code
Releases · fortunto2/rust-code
v0.6.5
release: v0.6.5 — bump sgr-agent-tui to 0.4.7 with crossterm 0.28 v0.6.4 release CI failed in `cargo publish --verify` because the published sgr-agent-tui 0.4.6 on crates.io still declared `crossterm = ^0.27`, while the workspace was bumped to `crossterm 0.28` in bac2d86 without republishing sgr-agent-tui. When `cargo publish` for rust-code fetched sgr-agent-tui 0.4.6 from the registry, two crossterm versions ended up in the dep graph → KeyEvent / MouseEvent type mismatches. This commit: * sgr-agent-tui 0.4.6 → 0.4.7 (republished with crossterm 0.28) * rust-code 0.6.4 → 0.6.5 Publish order: sgr-agent-tui 0.4.7 → crates.io (manual, before tag push), then v0.6.5 tag triggers CI publish of rust-code. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v0.6.3
rust-code v0.6.3 — real fix for #4 (tui-textarea 0.7 + crossterm 0.28)
v0.6.2
v0.6.2 — fix: pin ratatui + tui-textarea (issue #4)
v0.6.1
release: v0.6.1 Cascade bump to pick up openai-oxide 0.14.0 (anthropic module): - sgr-agent 0.7.6 → 0.7.7: dep openai-oxide = "0.14" - sgr-agent-tui 0.4.4 → 0.4.5: dep sgr-agent = "0.7.7" - rust-code 0.6.0 → 0.6.1: deps sgr-agent "0.7.7", sgr-agent-tui "0.4.5" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v0.6.0
release(sgr-agent-tools): bump 0.4.1→0.4.2 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v0.5.1
What's New
- Hints pipeline — pluggable tactical advice system (
HintSourcetrait, 3 built-in sources: pattern detection, tool recommendations, workflow rules) - Intent guard — mode-based permission matrix (Auto/Ask/Build/Plan) with soft hints
--intentCLI flag — set agent mode in headless mode- Smooth chat scroll — line-level scrolling instead of page jumps
- Bash mode — persistent CWD, stderr capture, exit codes
- Version bump — baml-agent 0.4.0, baml-agent-tui 0.4.0
Install
curl -fsSL https://raw.githubusercontent.com/fortunto2/rust-code/master/install.sh | bashv0.4.0
release: v0.4.0 - baml-agent 0.3.0: typed sessions, UUID v7, memory system, crates.io ready - baml-agent-tui 0.3.0: streaming + headless agent runner - rc-cli 0.4.0: Makefile, pre-commit hooks, session modules Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v0.3.0
release: v0.3.0 — SgrAgent migration, baml-agent-tui, streaming headl…
v0.2.0
release: v0.2.0 — BAML fallback, discriminators, macOS CI - Bump version to 0.2.0 - Fix CI: use arduino/setup-protoc instead of apt protobuf-compiler - Add macOS aarch64 build job - Add crates.io publish job - Features: fallback chain, round-robin, tool_name discriminators, @stream.not_null, loop detection, BashBgTool, doctor command Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>