|
Some checks failed
Release: Tag Push / build (amd64, linux, ubuntu-latest) (push) Failing after 1s
Release: Tag Push / build (arm64, linux, ubuntu-latest) (push) Failing after 1s
Release: Tag Push / build (amd64, windows, windows-latest) (push) Has been cancelled
Release: Tag Push / build (arm64, darwin, macos-latest) (push) Has been cancelled
Release: Tag Push / release (push) Has been cancelled
* feat(io): add streaming API to Medium interface and optimize agentic context - Added ReadStream and WriteStream to io.Medium interface. - Implemented streaming methods in local and mock mediums. - Updated pkg/agentic/context.go to use streaming I/O with LimitReader. - Added 5000-byte truncation limit for all AI context file reads to reduce memory usage. - Documented when to use streaming vs full-file APIs in io.Medium. * feat(io): optimize streaming API and fix PR feedback - Fixed resource leak in agentic context by using defer for closing file streams. - Improved truncation logic in agentic context to handle multibyte characters correctly by checking byte length before string conversion. - Added comprehensive documentation to ReadStream and WriteStream in local medium. - Added unit tests for ReadStream and WriteStream in local medium. - Applied formatting and fixed auto-merge CI configuration. * feat(io): add streaming API and fix CI failures (syntax fix) - Introduced ReadStream and WriteStream to io.Medium interface. - Implemented streaming methods in local and mock mediums. - Optimized agentic context with streaming reads and truncation logic. - Fixed syntax error in local client tests by overwriting the file. - Fixed auto-merge CI by adding checkout and repository context. - Applied formatting fixes. |
||
|---|---|---|
| .. | ||
| locales | ||
| cmd.go | ||
| cmd_build.go | ||
| cmd_ci.go | ||
| cmd_commands.go | ||
| cmd_deploy.go | ||
| cmd_dev.go | ||
| cmd_packages.go | ||
| cmd_qa_runner.go | ||
| cmd_quality.go | ||
| container.go | ||
| container_test.go | ||
| coolify.go | ||
| coolify_test.go | ||
| deploy.go | ||
| deploy_internal_test.go | ||
| deploy_test.go | ||
| detect.go | ||
| detect_test.go | ||
| dockerfile.go | ||
| dockerfile_test.go | ||
| i18n.go | ||
| packages.go | ||
| packages_test.go | ||
| php.go | ||
| php_test.go | ||
| quality.go | ||
| quality_extended_test.go | ||
| quality_test.go | ||
| services.go | ||
| services_extended_test.go | ||
| services_test.go | ||
| services_unix.go | ||
| services_windows.go | ||
| ssl.go | ||
| ssl_extended_test.go | ||
| ssl_test.go | ||
| testing.go | ||
| testing_test.go | ||