Releases: Furisto/construct
Releases · Furisto/construct
v0.0.16
v0.0.15
What's Changed
This release includes the following changes:
Changelog
- c4864b1: Add architecture diagram (@Furisto)
- c3f591a: Add demo recording scripts for agent and terminal interactions (@Furisto)
- ef3bba5: Fix format string escaping in execute_command tool documentation (@Furisto)
- b9b2019: Format files (@Furisto)
- e5af18e: Remove plan file (@Furisto)
- 3be530f: Restrict model provider creation to Anthropic for release (@Furisto)
- 108080e: Run each test command in a subshell (@Furisto)
- 9144451: Temporarily skip daemon install and edit test (@Furisto)
v0.0.14
What's Changed
This release includes the following changes:
Changelog
- 7caacd6: Alternative setup instructions (@Furisto)
- 8e07138: Enhance edit_file tool output with detailed patch and validation metadata (@Furisto)
- cb11dc0: Enhance task reconciler logging and migrate shared mocks (@Furisto)
- 1d36f1f: Include demo in README (@Furisto)
- 9bbaba6: Move architecture section down (@Furisto)
- e9d0c3e: Rename agents (@Furisto)
- 849a0f4: Support Anthropic Opus (@Furisto)
- 24d70d4: Update README with improved messaging and architecture documentation (#63) (@Furisto)
- 87bda24: Update demo (@Furisto)
v0.0.13
v0.0.3
v0.0.2
Changelog
- 12f98a0: Update protobuf schema formatting and validation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 8f7825f: Add Claude 4 models and implement prompt caching optimization (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 76f6826: Add Git commit workflow guidelines to execute_command tool (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 2a805cd: Add agent edit and apply commands (#35) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- dbf9ce4: Add agent execution cancellation support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fe9c381: Add ask command with enhanced message content support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 81a2528: Add automated release pipeline with cross-platform builds (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 77b0076: Add comprehensive CLI reference documentation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 167ab0a: Add comprehensive logging for code interpreter operations (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 240a427: Add comprehensive test suite for grep tool output parsing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3830b66: Add config command structure with subcommands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7f81baf: Add confirmation prompts to resource deletion commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- eb9c99c: Add daemon stop and uninstall commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9935d5f: Add error and panic tracking with Sentry (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- a289e5f: Add find_file tool for file discovery (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e97e4ba: Add has_messages filter to task listing API (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- f8f852f: Add message count display to task listing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fb69042: Add pull request template (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- a72bdcf: Add resume command skeleton (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 63a35a1: Add rm alias to all delete commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 25a4e1e: Add submit_report tool for structured task completion (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0f9673d: Add task ID prefix filtering to task list API (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 846cb70: Add task resumption with pagination and UUID prefix filtering (#38) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0f9717c: Add tool usage tracking to task (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- da4eaea: Add verbose mode support for code interpreter visibility (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 4e9f716: Add workspace directory support to CLI commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9f88ef8: Add xAI model provider support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 45a4108: Agent API (#6) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 992e362: Agent CLI Commands (#17) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 55375d6: Agent runtime (#18) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 1d342e1: Attach to process (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fade364: Build local (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 09ad3d3: CodeAct (#24) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 97d4913: Condenser prompt (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- d13f78d: Configure Dependabot for Go and GitHub Actions (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- bbff7c1: Context management (#29) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 043b993: Daemon Installation & Management v1 (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- c4daab7: Define protobuf and DB schema for agents API (#4) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9e38dec: Display code interpreter calls and results in terminal (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 1b29815: Draft: Enhance model providers, tools, and error handling (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- d9232c4: Enable real-time message streaming in terminal interface (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- ff58f4e: Enhance CLI configuration management with validation and fuzzy search (#36) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 02fe154: Enhance CLI message commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e134679: Enhance README with comprehensive setup and usage guide (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 898bebc: Enhance edit_file tool with patch generation and improved validation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 4ebf78a: Enhance new command with flags and improved help text (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- bcba663: Enhance read_file tool with line number prefixing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3cf01eb: Enhance read_file tool with line range functionality (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 8b0b3fa: Enhance tool input validation with flexible argument parsing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 08185d2: Ensure graceful shutdown of API server (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e29158f: Environment details (#26) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3b8d6a9: Extend model commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- de2312a: Extend model provider command (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9afc35d: Extract tool instructions into separate module (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7012605: First stab at README (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- f45d996: Fix DB schema (#5) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 81924e0: Fix RunServiceTests (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0dda812: Fix client initialization and test infrastructure for new protobuf structure (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- ff6f007: Fix message loading and enhance resume command output (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- db33df8: Fix parameter in coder prompt (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e73d9ab: Fix release job (#48) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9c1e1df: Go work sync (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7be05a1: Group commands into logical categories (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 2295ba4: Handoff tool (#28) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7a5720c: Ignore debug files (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 308821f: Implement ask command (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0768aee: Implement comprehensive edit_file tool functionality (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- b3bee08: Implement task event subscription functionality (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- ...
v0.0.1
What's Changed
This release includes the following changes:
Changelog
- 12f98a0: Update protobuf schema formatting and validation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 8f7825f: Add Claude 4 models and implement prompt caching optimization (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 76f6826: Add Git commit workflow guidelines to execute_command tool (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 2a805cd: Add agent edit and apply commands (#35) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- dbf9ce4: Add agent execution cancellation support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fe9c381: Add ask command with enhanced message content support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 81a2528: Add automated release pipeline with cross-platform builds (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 77b0076: Add comprehensive CLI reference documentation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 167ab0a: Add comprehensive logging for code interpreter operations (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 240a427: Add comprehensive test suite for grep tool output parsing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3830b66: Add config command structure with subcommands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7f81baf: Add confirmation prompts to resource deletion commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- eb9c99c: Add daemon stop and uninstall commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9935d5f: Add error and panic tracking with Sentry (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- a289e5f: Add find_file tool for file discovery (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e97e4ba: Add has_messages filter to task listing API (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- f8f852f: Add message count display to task listing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fb69042: Add pull request template (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- a72bdcf: Add resume command skeleton (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 63a35a1: Add rm alias to all delete commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 25a4e1e: Add submit_report tool for structured task completion (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0f9673d: Add task ID prefix filtering to task list API (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 846cb70: Add task resumption with pagination and UUID prefix filtering (#38) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0f9717c: Add tool usage tracking to task (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- da4eaea: Add verbose mode support for code interpreter visibility (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 4e9f716: Add workspace directory support to CLI commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9f88ef8: Add xAI model provider support (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 45a4108: Agent API (#6) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 992e362: Agent CLI Commands (#17) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 55375d6: Agent runtime (#18) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 1d342e1: Attach to process (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- fade364: Build local (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 09ad3d3: CodeAct (#24) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 97d4913: Condenser prompt (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- d13f78d: Configure Dependabot for Go and GitHub Actions (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- bbff7c1: Context management (#29) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 043b993: Daemon Installation & Management v1 (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- c4daab7: Define protobuf and DB schema for agents API (#4) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9e38dec: Display code interpreter calls and results in terminal (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 1b29815: Draft: Enhance model providers, tools, and error handling (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- d9232c4: Enable real-time message streaming in terminal interface (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- ff58f4e: Enhance CLI configuration management with validation and fuzzy search (#36) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 02fe154: Enhance CLI message commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e134679: Enhance README with comprehensive setup and usage guide (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 898bebc: Enhance edit_file tool with patch generation and improved validation (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 4ebf78a: Enhance new command with flags and improved help text (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- bcba663: Enhance read_file tool with line number prefixing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3cf01eb: Enhance read_file tool with line range functionality (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 8b0b3fa: Enhance tool input validation with flexible argument parsing (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 08185d2: Ensure graceful shutdown of API server (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- e29158f: Environment details (#26) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 3b8d6a9: Extend model commands (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- de2312a: Extend model provider command (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9afc35d: Extract tool instructions into separate module (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7012605: First stab at README (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- f45d996: Fix DB schema (#5) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 81924e0: Fix RunServiceTests (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0dda812: Fix client initialization and test infrastructure for new protobuf structure (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- ff6f007: Fix message loading and enhance resume command output (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- db33df8: Fix parameter in coder prompt (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- b74f31a: Go work (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 9c1e1df: Go work sync (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 2a62ca2: GoReleaser wants GITHUB_TOKEN (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7be05a1: Group commands into logical categories (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 2295ba4: Handoff tool (#28) (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 7a5720c: Ignore debug files (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 308821f: Implement ask command (Thomas Schubart 24721048+Furisto@users.noreply.github.com)
- 0768aee: Implement co...