Skip to content

Releases: plandex-ai/plandex

Release cli/v0.8.2

09 Apr 19:32
Compare
Choose a tag to compare
  • Fix root level --help/-h to use custom help command rather than cobra's help message (re: #25)
  • Include 'survey' fork (https://github.com/plandex-ai/survey) as a proper module instead of a local reference (#37)
  • Add support for OPENAI_ENDPOINT environment variable for custom OpenAI endpoints (#46)
  • Add support for OPENAI_ORG_ID environment variable for setting the OpenAI organization ID when using an API key with multiple OpenAI organizations.

Release server/v0.8.2

05 Apr 10:26
Compare
Choose a tag to compare
  • Fix for creating an org that auto-adds users based on email domain (#24)
  • Fix for possible crash after error in file build
  • Added crash prevention measures across the board
  • Fix for occasional "replacements failed" error
  • Reliability and improvements for file updates
  • Fix for role name of auto-continue model

Release cli/v0.8.1

03 Apr 14:52
Compare
Choose a tag to compare
  • Fix for missing 'host' key when creating an account or signing in to a self-hosted server (#11)
  • add alias for load command + unload alias for rm command (#12)
  • Add invite, revoke, and users commands to plandex help output
  • A bit of cleanup of extraneous logging

Release server/v0.8.1

02 Apr 20:58
Compare
Choose a tag to compare
  • Fixes for two potential server crashes
  • Fix for server git repo remaining in locked state after a crash, which caused various issues
  • Fix for server git user and email not being set in some environments (#8)
  • Fix for 'replacements failed' error that was popping up in some circumstances
  • Fix for build issue that could cause large updates to fail, take too long, or use too many tokens in some circumstances
  • Clean up extraneous logging
  • Prompt update to prevent ouputting files at absolute paths (like '/etc/config.txt')
  • Prompt update to prevent sometimes using file block format for explanations, causing explanations to be outputted as files
  • Prompt update to prevent stopping before the the plan is really finished
  • Increase maximum number of auto-continuations to 50 (from 30)

Release server/v0.8.0

27 Mar 14:16
Compare
Choose a tag to compare
  • User management improvements and fixes
  • Backend support for plandex invite, plandex users, and plandex revoke commands
  • Improvements to copy for email verification emails
  • Fix for org creation when creating a new account
  • Send an email to invited user when they are invited to an org
  • Add timeout when forwarding requests from one instance to another within a cluster

Release cli/v0.8.0

27 Mar 14:14
Compare
Choose a tag to compare
  • plandex invite command to invite users to an org
  • plandex users command to list users and pending invites for an org
  • plandex revoke command to revoke an invite or remove a user from an org
  • plandex sign-in fixes
  • Fix for context update of directory tree when some paths are ignored
  • Fix for plandex branches command showing no branches immediately after plan creation rather than showing the default 'main' branch

Release server/v0.7.1

26 Mar 00:51
Compare
Choose a tag to compare
  • Fix for SMTP email issue
  • Add '/version' endpoint to server

Release server/v0.7.0

23 Mar 00:11
Compare
Choose a tag to compare

Initial release

Release cli/v0.7.3

23 Mar 00:34
Compare
Choose a tag to compare
  • Fixes for changes TUI replacement view
  • Fixes for changes TUI text encoding issue
  • Fixes context loading
  • plandex rm can now remove a directory from context
  • plandex apply fixes to avoid possible conflicts
  • plandex apply ask user whether to commit changes
  • Context update fixes
  • Command suggestions can be disabled with PLANDEX_DISABLE_SUGGESTIONS environment variable

Release cli/v0.7.2

16 Mar 07:33
Compare
Choose a tag to compare
  • PLANDEX_SKIP_UPGRADE environment variable can be used to disable upgrades
  • Color fixes for light backgrounds