Settings

Theme

Show HN: AISH – PTY-first shell wrapper that shows signal, not noise

origo-labs.github.io

1 points by mrorigo a day ago · 0 comments · 1 min read

Reader

Built AISH to make terminal output more useful without changing how commands run. Your agent context will love it.

What it does:

  - Runs commands in a real PTY (colors/progress still work)
  - Logs full output for every run
  - Shows short digest on success
  - Shows relevant excerpt on failure (tool-aware detectors + generic fallback)
  - Supports bash/zsh via ai wrapper and optional shims
Example:

  - aish-run -- cargo test
  - aish-run --last
  - aish-run --open
Current detectors include pytest/jest/vitest/cargo/go/tsc/eslint/ruff/mypy/maven/gradle/dotnet/cmake/terraform/docker/kubectl.

Would love feedback on:

  - detector quality / false positives
  - shell UX defaults
  - packaging/release experience

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection