Releases: blackcoderx/falcon
Releases · blackcoderx/falcon
Release list
Falcon v1.0.0
Falcon v1.0.0
A terminal-based AI agent for API developers.
Changelog
Features
- fc80184: feat: Add an interactive Terminal User Interface (TUI) for agent interaction, including styling and core initialization. UI Change 2 (blackocoderx ziggahemmanuel99@gmail.com)
- b5ab4c6: feat: Add core AI agent with tool execution, new TUI application, and JSON syntax highlighting. (blackocoderx ziggahemmanuel99@gmail.com)
- 1c7e277: feat: Add detailed READMEs (blackocoderx ziggahemmanuel99@gmail.com)
- 3f4ef9a: feat: Added sprint 3 tools (2/4) and the oauth (blackocoderx ziggahemmanuel99@gmail.com)
- fbdef13: feat: Barely fixed the agent's memory. (blackocoderx ziggahemmanuel99@gmail.com)
- ed613d6: feat: Change the history keys from up and down arrow keys to shift + up and down arrow keys (blackocoderx ziggahemmanuel99@gmail.com)
- 6ba3dbd: feat: Fixed major issues and parsing problems (blackocoderx ziggahemmanuel99@gmail.com)
- 991a6c1: feat: Implement a new TUI with ReAct agent and Ollama LLM integration, and update development documentation. (blackocoderx ziggahemmanuel99@gmail.com)
- 0a03360: feat: Implement a new interactive TUI using Bubble Tea for agent and LLM interaction. (blackocoderx ziggahemmanuel99@gmail.com)
- 1ff3ae7: feat: Implement a self-update command and GitHub Actions release workflow, removing Homebrew and Scoop distribution. (blackocoderx ziggahemmanuel99@gmail.com)
- b2e290a: feat: Implement request and environment persistence with YAML storage and introduce the TUI application. (blackocoderx ziggahemmanuel99@gmail.com)
- 4d4b136: feat: Implement streaming LLM responses and multi-line input for the TUI, completing the Claude Code-style UI. (blackocoderx ziggahemmanuel99@gmail.com)
- 56688bc: feat: Implemented fixes on critical and major issues (blackocoderx ziggahemmanuel99@gmail.com)
- 6912fb8: feat: Introduce core AI agent with ReAct processing, tool integration, and initial HTTP and analysis tools, alongside documentation updates. (blackocoderx ziggahemmanuel99@gmail.com)
- 6ea8d99: feat: Introduce core configuration management via a .zap folder, supporting framework selection and agent tool limits. (blackocoderx ziggahemmanuel99@gmail.com)
- 0c0725e: feat: add /model picker and clean up tool limits config (emmanuelziggah ziggahemmanuel99@gmail.com)
- 259e787: feat: add a picture showing the interface of zap. (blackocoderx ziggahemmanuel99@gmail.com)
- 619440b: feat: add download links (blackocoderx ziggahemmanuel99@gmail.com)
- 98f86ce: feat: add release automation with Goreleaser (blackocoderx ziggahemmanuel99@gmail.com)
- f6edc2f: feat: add shared ReportWriter for report file boilerplate (emmanuelziggah ziggahemmanuel99@gmail.com)
- 696526f: feat: add shared TestExecutor for reusable scenario execution (emmanuelziggah ziggahemmanuel99@gmail.com)
- 786ea88: feat: add slash command system to TUI (emmanuelziggah ziggahemmanuel99@gmail.com)
- 7d8c3f4: feat: add the flags for framework support and model support. (blackocoderx ziggahemmanuel99@gmail.com)
- 38effb0: feat: add the performance and the security test module (blackocoderx ziggahemmanuel99@gmail.com)
- ec8852f: feat: add the reada and search tool (blackocoderx ziggahemmanuel99@gmail.com)
- 22e8150: feat: added cmd folder (blackocoderx ziggahemmanuel99@gmail.com)
- f50beac: feat: added gemini to the choice of models (blackocoderx ziggahemmanuel99@gmail.com)
- 3190a23: feat: added interruption of agent. (blackocoderx ziggahemmanuel99@gmail.com)
- 2ad0802: feat: added simple landing page (blackocoderx ziggahemmanuel99@gmail.com)
- c5d1318: feat: added timing to the tool call (blackocoderx ziggahemmanuel99@gmail.com)
- 21607f9: feat: auto_fix: implement autonomous fix-and-verify loop with TUI confirmation (emmanuelziggah ziggahemmanuel99@gmail.com)
- cfb122c: feat: change the memory of the agent so that it can save to the memory.json and the history file. (blackocoderx ziggahemmanuel99@gmail.com)
- 61daefd: feat: changed the UI to show tool call actions and agent messages only. (blackocoderx ziggahemmanuel99@gmail.com)
- 9a206ac: feat: code review - critical issues tackled . unit tests added (blackocoderx ziggahemmanuel99@gmail.com)
- 3c65019: feat: correct readme (blackocoderx ziggahemmanuel99@gmail.com)
- 771820f: feat: enhance debugging tools with automatic stack trace parsing (emmanuelziggah ziggahemmanuel99@gmail.com)
- 4ee63a6: feat: implement TUI chat interface, integrate Ollama, and add an HTTP client tool. (blackocoderx ziggahemmanuel99@gmail.com)
- f4a34cc: feat: implement changes Text User Interface (TUI) for opencode style but not full yet (blackocoderx ziggahemmanuel99@gmail.com)
- 66dc340: feat: implement core AI agent with ReAct logic, tool integration, and initial application setup. NB: it called the tool but i got no response from what it found. The tool is not stable (blackocoderx ziggahemmanuel99@gmail.com)
- fd6774a: feat: introduce TUI with agent core, file write confirmation tools, and updated dependencies. (blackocoderx ziggahemmanuel99@gmail.com)
- 074b53e: feat: modularized the agent and tui files and folders (blackocoderx ziggahemmanuel99@gmail.com)
- da68adb: feat: updates after fixing the mutliple lines glitch (blackocoderx ziggahemmanuel99@gmail.com)
- 3060257: feat: worked on the prompt and the config settings (blackocoderx ziggahemmanuel99@gmail.com)
- 73d2e3f: feat:add Homebrew and scoop package manager support (blackocoderx ziggahemmanuel99@gmail.com)
Bug Fixes
- 58a47a9: fix : fixed the prompt of the agent (blackocoderx ziggahemmanuel99@gmail.com)
- 93a06a1: fix: Code review -5 issues fixed (blackocoderx ziggahemmanuel99@gmail.com)
- 93055d1: fix: fixed gap in the workflow prompt (blackocoderx ziggahemmanuel99@gmail.com)
- 68f6a21: fix: fixed the exporting of reports (blackocoderx ziggahemmanuel99@gmail.com)
- 421ebd4: fix: make performance engine execute real HTTP requests (emmanuelziggah ziggahemmanuel99@gmail.com)
- a5f2084: fix: model picker mutex, viewport height sync, provider pre-selection (emmanuelziggah ziggahemmanuel99@gmail.com)
- 5d6786a: fix: slash command quality fixes — caching, viewport height, key handling (emmanuelziggah ziggahemmanuel99@gmail.com)
- ed7c260: fix: use "directory" instead of "folder" for GoReleaser. (blackocoderx ziggahemmanuel99@gmail.com)
Others
- 082749c: Code Review : fixed snapshot ununsed function , large model struct and poor directory creation ( no error handling ) (blackocoderx ziggahemmanuel99@gmail.com)
- f2fb952: Feat: finalized the project sprints (blackocoderx ziggahemmanuel99@gmail.com)
- a2e3c47: Refactor: changed the agent's prompt - guardrails, format, workflow. (blackocoderx ziggahemmanuel99@gmail.com)
- 36d34bf: add the project folder - contained the sprints and the refine-plan (blackocoderx ziggahemmanuel99@gmail.com)
- 4606780: added the ascii art file - falcon.txt (blackocoderx ziggahemmanuel99@gmail.com)
- 9405340: chore: removed all tools that are not need and rewrote the prompt (blackocoderx ziggahemmanuel99@gmail.com)
- f4ea121: docs: added the claude md file (emmanuelziggah ziggahemmanuel99@gmail.com)
- 78a4fe4: docs: change the package level docs to reflect he code in the related packages - tui,llm, storage, core, and tools. (emmanuelziggah ziggahemmanuel99@gmail.com)
- 5eb1e65: docs: changed the description of Falcon in the root readme file (blackocoderx ziggahemmanuel99@gmail.com)
- f0f2fca: docs: cleaned the readme docs in the core and llm and also clean old unused functions in the core/init.go file (blackocoderx ziggahemmanuel99@gmail.com)
- 6662443: docs: rebranding information (blackocoderx ziggahemmanuel99@gmail.com)
- c7d10bb: docs: refac...