Conversation
Need to create a new tagThe following modules have changes and may need version updates:
|
Export struct types to enable direct type references from external packages. Main changes: - Rename sandboxToolBackend to SandboxToolBackend in agentkit package - Rename backend to Backend in local package - Update NewSandboxToolBackend() return type from filesystem.Backend interface to concrete *SandboxToolBackend - Update NewBackend() return type from filesystem.Backend interface to concrete *Backend - Update all method receivers and test assertions to use the exported type names Impact: - External packages can now access the concrete backend types directly - Enables type assertions and direct struct field access when needed - Maintains backward compatibility since the types still implement filesystem.Backend interface
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Need to create a new tagThe following modules have changes and may need version updates:
|
Export struct types to enable direct type references from external packages.
Main changes:
Impact: