Skip to content

Releases: nxxxsooo/another

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:22

Changelog

  • 3fe49b4 feat(tui): restore the approved spatial rhythm

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 07:04

Changelog

  • 9be137c docs: make Chinese the default README
  • bc6c5c9 feat(agy): add Antigravity CLI support
  • fee2478 feat(titler): add the agy launcher
  • 8790e1c feat(tui): adopt violet-mint directional theme
  • f163672 test(agy): initialize migration fixture storage

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 05:52

Changelog

  • 679f89b build: distribute through Homebrew
  • 4216ebb ci: allow publishing an existing release tag
  • 9cb254e docs: add animated GitHub identity
  • be7d0c2 docs: refine the README's reading path
  • 43506d8 docs: require brew trust before install
  • 2ae7b22 docs: show the goodbye wordmark in the README
  • d5facc0 feat(tui): add an animated goodbye wordmark
  • 8b1ab9f feat(tui): suggest session titles from an installed agent
  • 81e8ef2 fix(pi): follow native session title semantics

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 17:29

Changelog

  • d3310a5 Always refresh index in background on TUI startup
  • b393d2a Document here vs everywhere filter semantics in README.
  • 96f09a1 Filter Hermes tool noise and injected prompts on load
  • 9940062 Fix "here" filter treating home as entire session tree.
  • ec80a6e Fix Hermes session discovery and index bootstrap.
  • e0acd93 Fix here filter semantics for home vs project directories.
  • 82a8ed3 Fix hermes/cursor write paths broken against real installs
  • 7866c9f Fix home-directory session filter and speed up Codex indexing.
  • 0b3a3d4 Fix index scans reading whole session files and stale-path refresh churn
  • b152515 Improve session ID display and TUI migration summary
  • 5eddfa2 Keep session indexes fresh across all providers.
  • d562c20 Redesign README banner SVG and reference SVG asset.
  • 3cab6ec Replace README banner with minimal terminal layout.
  • 01f5459 Use exact path match for here filter outside home.
  • 023aefd Write Codex v2 rollouts, register threads, dedup by origin session
  • 5b2b268 chore: remove legacy migration marker aliases
  • 7a3dc6e chore: rename the TUI banner to another
  • 3608eaf chore: rename the fork's product surface to another
  • c845550 ci: allow manual verification before release
  • aeb601f ci: move release workflows to Node 24 actions
  • ad33d0b docs(pi): document migrated assistant session contract
  • ccdcfd8 docs: design adaptive migration context
  • bbd3f65 docs: explain adaptive context migration
  • 620dc57 docs: plan adaptive migration context
  • 5ec33f7 docs: relaunch another as a native session manager
  • 7c58a4c feat(pi): add pi coding agent provider
  • c33eaad feat(setup): choose which agents another manages
  • d671a98 feat(tui): archive sessions with one-step undo
  • edb5562 feat(tui): center agent pickers and apply Charmtone theme
  • e8b8497 feat(tui): delete sessions with explicit destructive confirmation
  • 24ca440 feat(tui): enter after a migration lands in the target agent
  • 439f7b4 feat(tui): make Enter resume the selected native session
  • 619856d feat(tui): make source and destination spatially obvious
  • d8eeebe feat(tui): rename sessions in their native agent
  • 9c7c802 feat(tui): show the project directory per row; fix install SIGKILL
  • 0283036 feat(tui): single screen, one row per session, overlay targets
  • 56ce480 feat: add adaptive migration context modes
  • b0521e9 feat: expose migration context controls
  • d385a8f feat: harden indexing and migrations
  • 082bc1d feat: stand alone as another and split OpenCode generations
  • 9e2708a fix(codex): make Desktop GUI titles authoritative
  • 73fe051 fix(pi): persist complete assistant transport metadata
  • 39ef29c fix(pi): persist zero usage on migrated assistant turns
  • 00491a9 fix(tui): remove inherited modal background resets
  • 1701465 fix(tui): resume Claude after first workspace trust
  • 88a43b2 fix: Claude session titles and install to ~/.local/bin
  • 107de84 fix: clean previews and restore Go 1.22 CI
  • 03bead1 fix: drop Cursor redaction placeholders
  • 738b935 fix: keep migrated sessions resumable
  • ba73b5b fix: make every resume line pasteable from any directory
  • d9e5835 fix: strip embedded Cursor redaction blocks
  • 27fbf6e refactor: shared session title logic across all providers
  • 7a27cde test: make index freshness check hermetic