Skip to content

Releases: blazickjp/GPT-CodeApp

v0.0.5

22 Apr 19:59
f368f9c
Compare
Choose a tag to compare

Release Notes:

  1. Python Version Update: Updated the Python version used in GitHub Actions from 3.10.4 to 3.11 to leverage the latest features and improvements.

  2. Enhanced System Prompts: Introduced a new, detailed system prompt (DEFAULT_SYSTEM_PROMPT_V2) for the coding agent, emphasizing logical reasoning and structured problem-solving. This update aims to improve the interaction quality by providing clearer guidance and more detailed task descriptions.

  3. Model and Configuration Adjustments:

    • Updated the GPT model in CodingAgent from "gpt-4-0125-preview" to "gpt-4-turbo" for enhanced performance.
    • Reduced the temperature setting from 0.75 to 0.2 to generate more predictable and stable outputs.
  4. Logging Enhancements:

    • Changed the default logging level from INFO to WARNING to reduce log verbosity and focus on more critical issues.
    • Improved the StreamToLogger class to prevent recursive logging issues.
  5. Database and Memory Management:

    • Simplified the MemoryManager class by removing redundant code and focusing on core functionalities.
    • Adjusted the add_message method to include system_prompt in the database entries, allowing for better context management in responses.
  6. API and Endpoint Improvements:

    • Introduced a new endpoint /set_temperature to dynamically adjust the model's temperature setting based on user input.
    • Streamlined various API endpoints and improved error handling to enhance stability and user experience.
  7. Codebase and Setup Refinements:

    • Modified the application setup process to integrate the new system prompt more seamlessly.
    • Cleaned up unnecessary print statements and refined error handling across the codebase to improve clarity and maintainability.

These updates are part of our ongoing efforts to enhance the system's capabilities and ensure a more robust, user-friendly experience.

v0.0.4

16 Nov 02:36
e3054d6
Compare
Choose a tag to compare

🚀 GPT-CodeApp's ASTounding Update! 🌟

Version: v0.0.4

Release Date: 2023-11-16

🌈 Overview

Blast off! 🚀 We've just turbocharged GPT-CodeApp with some interstellar magic! Our latest expedition into the coding universe brings you the power of Abstract Syntax Trees (ASTs). Prepare for a journey through cleaner, smarter, and more efficient coding galaxies!

🌟 What's New in the Cosmos?

🎉 Added

  • ASTs: The New Stars in Our Universe: Navigate the code cosmos with more precision and structure.
  • Unit Test Constellation: A galaxy of new tests, ensuring our AST operations are as sturdy as a rocket.
  • Supernova Classes and Methods for AST: These are the new astronauts guiding your code changes.
  • Config Settings Memory: Just like an astronaut's diary, remember all your settings for a smoother journey.

🌍 Changed

  • main.py's Galactic Makeover: It's now more like a high-tech spaceship control panel!
  • Codebase Evolution: Like planets aligning, our files have evolved to embrace ASTs seamlessly.

🚀 Removed

  • Space Junk Begone!: Old, obsolete files have been jettisoned into the void!

v0.0.3

25 Sep 16:21
3aee82e
Compare
Choose a tag to compare

🚀 Release Notes for GPT-CodeApp

🌟 Version 0.0.3

🎉 New Features

🌍 Environment Configuration: Leveled up the .env game for super smooth sailing! 🛠️ (Commit: 72b96ed)
🐘 Postgres Setup: Setting up Postgres is now a piece of cake! 🍰 (Commit: b079e83)

✨ Enhancements

🧪 Tests: More tests = more peace of mind! 💆‍♀️💆‍♂️ (Commit: 3133bfe)
🐍 Python Version: Nailed down the Python version for tests! 🎯 (Commit: ced9471)
🎨 UI Improvements: Spiced up the UI for your viewing pleasure! 🌈 (Commit: 8b0598a)
💻 Multiple OS Support: We're going global! Now supporting multiple operating systems! 🌐 (PR: #12, Commit: 22785a5)
🐛 Fixes
🛠️ GitHub Actions: Squashed those pesky GitHub Actions bugs! 🐜 (Commit: 317722b)
🔨 UI: Those tricky bulleted lists? Consider them fixed! 📝 (Commit: ee39b8e)

📦 Misc

🔮 Codebase Mocking: On a quest to figure out the art of codebase mocking! 🕵️‍♀️🕵️‍♂️ (Commit: ecb6e91, 8718b2e)
🎖️ Badges: We're now officially a decorated project! 🏅 (Commits: 12deb57, ea959ea, ba16fa7)
⚙️ Default Settings: Trimmed the fat—summaries and embeddings are off by default! 🚀 (Commit: 79b3d3f)
🔄 General Updates: Sprinkled some magic dust for good measure! ✨ (Commit: 97a97a1)

v0.0.2

01 Aug 21:00
Compare
Choose a tag to compare

🚀 Introducing GPT-CodeApp v0.0.2! 🚀

We're thrilled to announce the first official release of GPT-CodeApp, the coding companion that's set to revolutionize your programming experience!

GPT-CodeApp is the brainchild of countless hours of coding, debugging, and a sprinkle of AI magic. Born out of the frustration of constantly switching between VS Code and the ChatGPT UI, losing context in conversation memory, and the desire for more transparency, GPT-CodeApp is here to change the game.

📝 Code Highlighting: Spot errors and understand your code faster.
🔍 SearchBar: Easily add file contents to your system prompt with our intuitive SearchBar.
🔄 Switch between GPT-4 and GPT-3.5: Choose the model that suits your needs.
📋 Easy Code Copy: Copy code to clipboard from UI with just a click.

Everything you see has largely been written by GPT-3.5 and GPT-4 (including these notes!)

v0.0.1

15 Jul 00:06
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

🚀 Hey there, code enthusiasts! We're super excited to announce the first release of our GPT-CodeApp. This isn't just any app - it's your new coding buddy! 🤖

With GPT-CodeApp, you can:

Chat with an AI coding assistant who's always ready to help. Got a coding problem? Just ask!
Search for code snippets in a jiffy. No more endless scrolling through StackOverflow!
Get quick summaries of your code. Because who has time to read through lines and lines of code, right?
Manage your system prompts and files with ease. We like to keep things neat and tidy!
But wait, there's more! We're already working on some cool new features for our next release. So stay tuned, and happy coding! 🎉