Skip to content

Releases: andrefetch/postal

v0.0.35

Choose a tag to compare

@andrefetch andrefetch released this 13 Sep 20:11
240622b

Updates.. updates! 📣

  • Now with every new update of postal, there will be a TUI modifier that will give a warn message that the harness is not to date with the latest release, it will provide a command of postal upgrade which will execute a -m pip install --upgrade postalcli which upgrades your postal executable to the latest version! No manually checking the repository anymore to see if there was an update.

Download

  • To download visit the release website, download the source, or run pip install postalcli

What's Changed

  • Added: upgrade flags if old version is out of date. by @andrefetch in #51

Full Changelog: v0.0.34...v0.0.35

v0.0.34

Choose a tag to compare

@andrefetch andrefetch released this 08 Sep 20:57

v0.0.34 🛠️

Improvements

  • Improved the terminal UI for tool execution and subagent progress.
  • Added clearer permission prompts and diff previews.
  • Improved the status bar with model, directory, approval mode, and context usage.
  • Refined UI styling and progress feedback.

Download

  • To download visit the release website, download the source, or run pip install postalcli

What's Changed

  • Added: New TUI components, diff view, permissions, subagent and tool progress by @andrefetch in #49

Full Changelog: v0.0.33...v0.0.34

v0.0.33

Choose a tag to compare

@andrefetch andrefetch released this 03 Sep 23:03

New Feature! 📣

Skills Implementation

  • With the new skills implementation, you can gather your favorite skills that you've used in any other harness and use them with postal! Automatically reads for skills as your first prompt kicks in!

What's Changed

Full Changelog: v0.0.32...v0.0.33

v0.0.32

Choose a tag to compare

@andrefetch andrefetch released this 17 Aug 20:58

What's Changed

New Contributors

Full Changelog: v0.0.31...v0.0.32

v0.0.31

Choose a tag to compare

@andrefetch andrefetch released this 14 Aug 14:05

What's Changed

  • fix(safety): check every segment of a compound command by @luantaraschi in #41
  • fix(bash): stop blocking commands that only mention a dangerous word by @luantaraschi in #42

New Contributors

Full Changelog: v0.0.30...v0.0.31

v0.0.30

Choose a tag to compare

@andrefetch andrefetch released this 14 Aug 02:05

New release: 0.0.30! 📣

What's changed?

  • Refactored shell tool, to be named bash
  • Added: Header Agents to both search and fetch so sites like Wikipedia, Forum(s) sites don't block fetch or search tool requests.

Open up any issues, or open a PR if you found a bug, or problem you've fixed! (or new feature)

Happy building!

What's Changed

New Contributors

Full Changelog: v0.0.29...v0.0.30

v0.0.29

Choose a tag to compare

@andrefetch andrefetch released this 04 Aug 19:46

New Release, What's Changed? 📝

  • Release version: 0.0.29 📣
  • Slash command improvement >_
  • Shimmer text extending upon sub-agent tool calls. ✨
  • New tool: Apply Patch 🛠️

Slash Commands! >_

  • Turned vague descriptions of commands into better-suited descriptions for developers to understand better.
  • Now with the most recent contributor @DevSidd2006, he recently added a new TUI component that allows users to see previews of commands whenever they type a / in the input field. It autocompletes until it reaches either no results or the command you want to see with a small description of the command.
  • You are able to to navigate through the commands by using your up and down arrows ↑↓ and clicking enter to execute.
  • Helps users figure out the slash command system a lot quicker, and is prevalent on modern coding agents.
image

Shimmer Text ~!

  • Now extended to sub-agent tool calls, and the call of the the certain sub-agent isn't as ugly anymore. Now when calling a sub-agent it displays subagent: subagent definition

Apply Patch 🛠️

  • Allows multiple edits in multiple files without calling extra tools to do the job, saves on tokens and context.

Go Postal!

What's Changed

  • Clarify help commands and document config options with examples by @DevSidd2006 in #35
  • feat: split technical documention into seperate markdown files. by @andrefetch in #37
  • Added auto-complete feature, where we can track through arrow keys by @DevSidd2006 in #38

New Contributors

Full Changelog: v0.0.28...v0.0.29

v0.0.28

Choose a tag to compare

@andrefetch andrefetch released this 04 Aug 01:43

New Changes! 🛠️

  • For contributors, or people who like to look thru the source code: rolled out a new way to create visuals for the Terminal User Interface. A new component-based architecture allows contributors or hobbyists who want to alter this agent to create components. Read more on instructions on how to use this new system in: CONTRIBUTING.md
  • New Tool: apply_patch, allows the agent to multi-edit multiple files without extra tool calls, saving token usage whilst using and quicker edits.
    • It supports: create, update, rename, and delete operations.
    • Preferred use: editing 2 or more files simultaneously

What's Changed

Full Changelog: v0.0.27...v0.0.28

v0.0.27

Choose a tag to compare

@andrefetch andrefetch released this 03 Aug 21:18

New Additions! 📝

Sleek, polished TUI 🖥️

  • Shimmering text between thinking and tool calls.
  • Animated spinner frames for thinking/reasoning.
  • Markdown displays in the terminal now, not just with slash commands.
  • Thinking mode now has a timestamp for larger context thinking sessions.
  • Live tool progress with thinking modes (Reading, Writing) shown in TUI's agent thinking mode, showing to the user what tools it is about to execute.

Logos, banners are Work In Progress!

What's Changed

Full Changelog: v0.0.25...v0.0.27

v0.0.26

Choose a tag to compare

@andrefetch andrefetch released this 03 Aug 20:13

New Additions! 📝

Sleek, polished TUI 🖥️

  • Shimmering text between thinking and tool calls.
  • Markdown displays in the terminal now, not just with slash commands.
  • Thinking mode now has a timestamp for larger context thinking sessions.
  • Live tool progress with thinking modes (Reading, Writing) shown in TUI's agent thinking mode, showing to the user what tools it is about to execute.

Logos, banners are Work In Progress!

What's Changed

Full Changelog: v0.0.25...v0.0.26