Skip to content

Releases: fortunto2/rust-code

v0.6.5

16 May 18:53

Choose a tag to compare

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

15 May 00:14

Choose a tag to compare

rust-code v0.6.3 — real fix for #4 (tui-textarea 0.7 + crossterm 0.28)

v0.6.2

14 May 23:39

Choose a tag to compare

v0.6.2 — fix: pin ratatui + tui-textarea (issue #4)

v0.6.1

22 Apr 20:59

Choose a tag to compare

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

22 Apr 18:34

Choose a tag to compare

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

07 Mar 23:16

Choose a tag to compare

What's New

  • Hints pipeline — pluggable tactical advice system (HintSource trait, 3 built-in sources: pattern detection, tool recommendations, workflow rules)
  • Intent guard — mode-based permission matrix (Auto/Ask/Build/Plan) with soft hints
  • --intent CLI 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 | bash

v0.4.0

07 Mar 12:21

Choose a tag to compare

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

07 Mar 01:02

Choose a tag to compare

release: v0.3.0 — SgrAgent migration, baml-agent-tui, streaming headl…

v0.2.0

06 Mar 17:00

Choose a tag to compare

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>

v0.1.0

06 Mar 00:02

Choose a tag to compare

macOS aarch64 local build asset