Skip to content

Releases: Traves-Theberge/LineSense

v0.6.6

19 Nov 01:07

Choose a tag to compare

LineSense v0.6.6

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.6.6/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog


Full Changelog: v0.6.5...v0.6.6

Questions or Feedback?

v0.6.5

19 Nov 00:36

Choose a tag to compare

LineSense v0.6.5

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.6.5/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Bug Fixes


Full Changelog: v0.6.4...v0.6.5

Questions or Feedback?

v0.6.0

18 Nov 20:01

Choose a tag to compare

LineSense v0.6.0

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.6.0/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Features

Others


Full Changelog: v0.5.1...v0.6.0

Questions or Feedback?

v0.5.1

15 Nov 08:02

Choose a tag to compare

LineSense v0.5.1

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.5.1/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Others


Full Changelog: v0.5.0...v0.5.1

Questions or Feedback?

v0.5.0

15 Nov 07:02

Choose a tag to compare

LineSense v0.5.0 - OS-Aware Command Suggestions 🎯

A major feature update that makes LineSense truly cross-platform and intelligent about your system environment!

🎯 Operating System Aware Suggestions

LineSense now automatically detects:

  • Operating System (Linux, macOS, Windows)
  • Linux Distribution (Ubuntu, Arch, Fedora, Debian, etc.)
  • Package Manager (apt, yum, dnf, pacman, brew, choco, winget, etc.)

Zero configuration required - it just works!

✨ What This Means For You

Before v0.5.0:

User on macOS: "install nginx"
❌ sudo apt install nginx  # Wrong! apt doesn't exist on macOS

After v0.5.0:

Ubuntu user: "install nginx"
✅ sudo apt install nginx | Install nginx web server using apt

macOS user: "install nginx"
✅ brew install nginx | Install nginx web server using Homebrew

Arch user: "install nginx"
✅ sudo pacman -S nginx | Install nginx web server using pacman

🛡️ Strict OS Compatibility

The AI now follows CRITICAL RULES to ensure commands work on your system:

  • ✅ ONLY suggests commands compatible with your detected OS
  • ✅ Uses the correct package manager for your system
  • ✅ Prevents cross-platform command mixing
  • ✅ Smart categorization of OS-specific vs cross-platform commands

📦 Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/Traves-Theberge/LineSense/v0.5.0/install.sh | bash

Or download a binary for your system below.

🚀 What's New in v0.5.0

  • OS Detection: Automatic detection using runtime.GOOS
  • Distribution Detection: Parses /etc/os-release on Linux
  • Package Manager Detection: Checks for installed package managers
  • Enhanced AI Prompts: Strict rules for OS-specific commands
  • Updated Context: OS info automatically included in every request
  • Comprehensive Tests: Full test coverage for OS detection

📝 Full Changelog

See CHANGELOG.md for complete details.


Full Changelog: v0.4.4...v0.5.0

Questions or Feedback?

v0.4.4

15 Nov 06:48

Choose a tag to compare

LineSense v0.4.4

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.4.4/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Features


Full Changelog: v0.4.3...v0.4.4

Questions or Feedback?

v0.4.3

15 Nov 06:31

Choose a tag to compare

LineSense v0.4.3

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.4.3/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Features

Bug Fixes


Full Changelog: v0.4.2...v0.4.3

Questions or Feedback?

v0.4.2

15 Nov 06:18

Choose a tag to compare

LineSense v0.4.2

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.4.2/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Bug Fixes

Others


Full Changelog: v0.4.1...v0.4.2

Questions or Feedback?

v0.4.1

15 Nov 05:56

Choose a tag to compare

LineSense v0.4.1

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.4.1/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Features

Bug Fixes


Full Changelog: v0.4.0...v0.4.1

Questions or Feedback?

v0.4.0

15 Nov 05:22

Choose a tag to compare

LineSense v0.4.0

Welcome to this new release of LineSense!

Installation

Quick install with script:

curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.4.0/install.sh | bash

Or download a binary:
Choose the appropriate binary for your system below.

Changelog

Features

Bug Fixes

Others


Full Changelog: v0.3.0...v0.4.0

Questions or Feedback?