v0.52.17
March 21, 2025

Reverts API change, fixes duplication, updates docs.

  • Revert changes to API for removing unused symbols
  • Fix issue with duplicate additional tools
  • Update API reference documentation
v0.52.16
March 20, 2025

Updates OpenAI dependency and PR branch handling.

  • Update dependency to OpenAI v1.68.0
  • Return branch name with PR changes
v0.52.15
March 20, 2025

fixes token limit inversion bug.

  • Fix token limit inversion bug
v0.52.14
March 19, 2025

Fixes a maximum observation length error.

  • Fix maximum observation length error
v0.52.13
March 20, 2025

Fixes summarization error for images.

  • Fix summarization error for images
v0.52.12
March 19, 2025

Renames search functionality

  • Renamed search functionality to ripgrep
v0.52.11
March 19, 2025

Fixes error, updates docs, adds TypeScript feature.

  • Fix LLM truncation error
  • Update API reference documentation
  • Implement Namespace as TypeScript graph node
v0.52.10
March 19, 2025

Fixes collection script permissions and newline bug.

  • Fix permissions on collection script
  • Workaround for replace not adding newlines
v0.52.9
March 19, 2025

Reintroduced schema for tool outputs.

  • Re-add schema for tool outputs
v0.52.8
March 18, 2025

Update OpenAI dependency to improve stability.

  • Update OpenAI dependency to v1.66.5
v0.52.7
March 18, 2025

Improved documentation and fixed log issues.

  • Updated API reference documentation
  • Fixed logging for empty repositories and codebase parsing
v0.52.6
March 18, 2025

Fixes commit attribution issue

  • Fix commit attribution issue with codegen-sh
v0.52.5
March 18, 2025

Tool update to include default parameter values.

  • Update tool to include default parameter values
v0.52.4
March 18, 2025

Fixes parameter reference bug.

  • Fixed parameter reference bug
v0.52.3
March 18, 2025

enhances search by filename tool with pagination.

  • Update search by filename tool to support pagination
v0.52.2
March 18, 2025

Enhances agent and tools, increases token limit.

  • Increased view file size limit for better usability
  • Enhanced agent functionality to accept image URLs
  • Fixed multiple broken links
  • Increased output token limit for better performance
  • Introduced schemas for tool outputs
v0.52.1
March 17, 2025

Fixes an error in the search files by name tool.

  • Fix error in search files by name tool
v0.52.0
March 17, 2025

New co-author extraction and developer tools

  • Extract co-author information from git configurations
  • Introduce a global find/replace tool
  • Add a file-finding tool
v0.51.4
March 17, 2025

Updates sentry-sdk and adds instance ID option.

  • Update dependency sentry-sdk
  • Add option to run multiple instance IDs by name
v0.51.3
March 17, 2025

Documentation enhancements and dependency update

  • Update sentry-sdk dependency
  • Add integrations page to documentation
  • Fix broken links in documentation
v0.51.2
March 16, 2025

Introduces logger interface support.

  • Add logger interface support
v0.51.1
March 14, 2025

Adds memory truncation feature and directory listing fix.

  • Fix inefficient directory listing implementation.
  • Introduce memory truncation feature for conversation history.
  • Enhance conditionals handling and quality of life improvements.
  • Improve analytics documentation and add CLI-based run example.
v0.51.0
March 13, 2025

Introduces Pink in codegen with updated API docs.

  • Updated API reference documentation
  • Implemented Pink in code generation
v0.50.2
March 13, 2025

Fixes draft setting for private repositories.

  • Fix issue with draft setting for private repositories
v0.50.1
March 12, 2025

Fixes Relace Edit Tool URL issue.

  • Fix Relace Edit Tool URL
v0.50.0
March 12, 2025

Removes JWT authentication feature.

  • Remove JWT authentication feature
v0.49.6
March 12, 2025

Enhancements to error handling and file validation.

  • Improved error handling for file not found errors in RelaceEditTool
  • Added file validity and existence checks to create_file
  • Updated API reference
v0.49.5
March 12, 2025

Fixes IndexError and file parse issue.

  • Fix IndexError when message.content is empty
  • Resolve issue with disable_file_parse for create_file
v0.49.4
March 12, 2025

Increased maximum token limit.

  • Increased maximum token limit
v0.49.3
March 12, 2025

Documentation updates and AI dashboard implementation.

  • Updated API reference documentation
  • Fixed tests patch
  • Cleaned up symbol attributions example
  • Implemented AI impact dashboard
  • Fixed attribution tutorial
v0.49.2
March 12, 2025

Updates dependencies and fixes assignment issues.

  • Update OpenAI dependency to v1.66.3
  • Add JWT as an explicit dependency
  • Improve error handling mechanisms
  • Fix issues with assignment functionality
v0.49.1
March 12, 2025

API and bug fixes for import resolution and file handling.

  • Updated API reference documentation
  • Fixed import resolution issues
  • Ensured correct file directory handling
v0.49.0
March 11, 2025

Tool enhancements and compatibility fixes

  • Enhance tool functionality
  • Fix from_repo compatibility with latest conventions
  • Add demo for codebase statistics
  • Update API reference documentation
v0.48.9
March 11, 2025

File tool improvements and dependency update

  • Update dependency openai to v1.66.1
  • Improve create file tool functionality
v0.48.8
March 11, 2025

Enhancements in documentation and repository retrieval.

  • Bug fix: updated openai dependency to v1.66.0
  • Added architecture documentation
  • Enhanced API reference documentation
  • Introduced full history option in repository retrieval
v0.48.7
March 10, 2025

Enhances error handling and adds custom langgraph nodes.

  • Improved error handling with enhanced retry policy
  • Introduced custom langgraph nodes
v0.48.6
March 10, 2025

Fixes null body issue in pull request context.

  • Fix null body issue in pull request context
v0.48.5
March 09, 2025

Adds dataset subsets and improves CLI arguments.

  • Updated OpenAI dependency
  • Improved command line arguments
  • Added subsets of swe-bench lite dataset
v0.48.4
March 07, 2025

Fixes import issue and removes outdated Chat Agent.

  • Fix search tool import issue
  • Remove obsolete Chat Agent implementation
v0.48.3
March 07, 2025

Fixes git token issue and integrates xAI provider.

  • Fix issue with remote git repo token requirement
  • Integrate new xAI provider
  • Update and expand API documentation
v0.48.2
March 06, 2025

Fixes PR viewing issue returning 404 error.

  • Fix issue with viewing PR returning 404
v0.48.1
March 06, 2025

Fixes and documentation update with langsmith tagging.

  • Updated API reference
  • Fixed issue with Codebase.from_repo
  • Enabled model name tagging for langsmith traces
v0.48.0
March 06, 2025

adds view PR checks tool.

  • Add view PR checks tool
v0.47.0
March 06, 2025

Adds GitHub issues search tool and eval command update.

  • Adds a new tool for searching GitHub issues
  • Makes model a parameter for the run eval command
v0.46.1
March 06, 2025

Bug fixes and GitHub Webhook functionality improvements.

  • Fix invalid file handling bug
  • Improve GitHub Webhook functionality
  • Enhance testing and documentation updates
v0.46.0
March 04, 2025

Introduces a better search tool and dynamic scaling.

  • Fix issues with unpacking functionality
  • Implement dynamic scaling for asyncio requests
  • Introduce a better search tool
  • Enable evaluator to run on existing predictions
v0.45.1
March 04, 2025

Improved bug fixes with updated dependency.

  • Update dependency to improve bug fixes
v0.45.0
March 04, 2025

Improve performance and update documentation.

  • Add runner tooling feature
  • Speed up directory tree generation
  • Remove unnecessary tools from agent implementation
  • Update API reference and fix documentation links
v0.44.4
March 03, 2025

Fixes a Slack schema error.

  • Fix Slack schema error
v0.44.3
March 03, 2025

Fixes Slack event type handling for rich text.

  • Fix Slack event type handling for rich text
v0.44.2
March 03, 2025

Fixes and improvements to event handling and codebase.

  • Fix Slack event handling with thread-ts addition
  • Resolve codebase corruption in file editing
  • Improve pypath resolution for init files
  • Update API reference documentation
v0.44.1
March 03, 2025

Fixes Slack integration and agent-related issues.

  • Fix Slack integration and minor agent issues
v0.44.0
March 03, 2025

adds URL replacement feature.

  • Add feature for replacing URLs
v0.43.3
March 03, 2025

Bug fixes and documentation link corrections.

  • Fix Slack integration callback
  • Remove sandbox runner reset feature
  • Correct broken links in blog posts
v0.43.2
March 02, 2025

Documentation updates and bug fix

  • Updated API reference documentation
  • Fixed codeowners property and added regression unit tests
v0.43.1
March 01, 2025

Improves test time, evaluation, and documentation.

  • Improved test time by modifying validation flow
  • Enhanced evaluation with new dataset options
  • Extracted and refactored utility functions for better code organization
  • Added installation instructions for Windows/WSL
  • Updated API reference documentation
v0.43.0
February 28, 2025

Add LLM tracing link feature for LangSmith

  • Add LLM tracing link feature for LangSmith
v0.42.2
February 28, 2025

Fixes compatibility issue by pinning codegen version.

  • Pin codegen version to address compatibility issues
v0.42.1
February 28, 2025

Documentation updates and unified file import methods.

  • Updated and consolidated API documentation
  • Unified file import methods for improved usability
v0.42.0
February 27, 2025

Enhances local state sync and import parsing.

  • Sync changes to local state before execution
  • Updated API reference documentation
  • Improved import parsing in the parser
v0.41.8
February 27, 2025

Dependency update and improved documentation.

  • Update OpenAI dependency to v1.65.1
  • Convert function names to use underscores
  • Updated API reference documentation
v0.41.7
February 27, 2025

Fixes parameter handling in container management.

  • Remove extra parameter from container handler
v0.41.6
February 27, 2025

update OpenAI dependency to v1.65.0.

  • Update dependency to OpenAI v1.65.0
v0.41.5
February 27, 2025

Fix log error issue when commit_sha is None.

  • Fix log error when commit_sha is None
v0.41.4
February 27, 2025

Improves Dockerfile support for various versions.

  • Improve Dockerfile support for published and dev versions
v0.41.3
February 27, 2025

Fixes and documentation improvements.

  • Fix Dockerfile-runner inclusion in codegen package
  • Update language detection testing parameters
  • Add troubleshooting section to documentation
v0.41.2
February 27, 2025

Fixes and improvements for codemods and daemon.

  • Fix issue with nested pycache directory in codemods
  • Improve git configuration and daemon functionality
v0.41.1
February 26, 2025

fixes a bug and adds new Codebase support methods.

  • Fix determine programming language bug
  • Support Codebase.from_string and Codebase.from_files
  • Updated API reference
v0.41.0
February 26, 2025

adds —daemon option and improves dataset access.

  • Add —daemon option to codegen run command
  • Improve swebench dataset access
v0.40.0
February 26, 2025

Adds Chat Agent and subdirectory support in codegen.

  • Add functionality to specify subdirectories in codegen.function
  • Introduce a new Chat Agent
v0.39.1
February 26, 2025

Custom codebase path setting for code generation.

  • Allow setting custom codebase path in code generation
v0.39.0
February 26, 2025

Lazy Graph Compute Mode and new agent run snapshots.

  • Implement Lazy Graph Compute Mode
  • Add agent run snapshots feature
  • Update API reference documentation
v0.38.0
February 26, 2025

Adds ripgrep search tool and updates API docs.

  • Integrate ripgrep in search tool
  • Update API reference documentation
v0.37.1
February 26, 2025

Fixes linting issues.

  • Fix linting issues
v0.37.0
February 26, 2025

Custom package resolving and error handling improvements.

  • Allow custom overrides for package resolving
  • Add optional sys.path support
  • Improve error handling with linear tools
  • Fix wildcard resolution issues
v0.36.0
February 25, 2025

File Parse Mode disabled by default

  • Disable File Parse Mode feature implemented
v0.35.0
February 25, 2025

Replaces edit tool and enhances test configurations.

  • Replace edit tool with a new version
  • Enhance test configurations and execution
v0.34.0
February 24, 2025

Introduces Docker client and major refactor.

  • Introduce Docker client feature
  • Refactor codebase directory structure
  • Implement heuristics-based minified file detection
v0.33.1
February 24, 2025

Improves GitHub Actions handling and fixes Docker issues.

  • Improve GitHub Actions token and repo handling
  • Fix codegen Docker runner issues
  • Update agent documentation
v0.33.0
February 24, 2025

Introduces CodegenApp and enhances codegen capabilities.

  • Introduce CodegenApp feature
  • Add local codegen server daemon
  • Implement minified file detection using heuristics
v0.32.2
February 22, 2025

Improves compatibility with updated dependency.

  • Update dependency for better compatibility
v0.32.1
February 21, 2025

Restores default setting for RepoOperator.

  • Restore default setting for RepoOperator to bot_commit=False
v0.32.0
February 21, 2025

Langgraph migration and improved dependency instructions.

  • Improved dependency installation instructions
  • Migrated to Langgraph with Multi-LLM Config
  • Ignored compiled and minified JavaScript files
v0.31.1
February 21, 2025

Fixes GitHub token environment variable key issue.

  • Remove secrets_ prefix from GitHub token environment variable key
v0.31.0
February 21, 2025

Completes tool upgrades

  • Implement final set of upgrades for tools
v0.30.1
February 21, 2025

GitHub action updated and PyGitHub dependency fixed.

  • Update GitHub action setup to version 5.3
  • Fix dependency issue with PyGitHub update to version 2.6.1
v0.30.0
February 20, 2025

Implements tooling fixes.

  • Implement tooling fixes
v0.29.0
February 20, 2025

introduces benchmarking harness and refactors configuration.

  • Introduce a benchmarking harness for SWE
  • Refactor configuration into a dedicated module
v0.28.1
February 20, 2025

Improves security by removing secrets prefix.

  • Remove secrets prefix and global .env file.
v0.28.0
February 20, 2025

Enhances the codebase agent with additional tools.

  • Add extra tools to the codebase agent
v0.27.0
February 20, 2025

Improved configuration management and documentation.

  • Simplify configuration by using a .env file with autoload
  • Enhance code agent documentation
  • Add example of using codegen SDK to build integration bots
v0.26.3
February 20, 2025

Enhance opt out filter handling.

  • Introduce should_handle callback for opt out filters
v0.26.2
February 20, 2025

Fixes UnicodeDecodeError and enhances file import controls.

  • Fix UnicodeDecodeError when instantiating codebase from repo
  • Add node_modules to global file ignore list
  • Ensure files are not imported directly outside specified folder
v0.26.1
February 20, 2025

Token requirement relaxed and unpacking feature removed.

  • Relax GitHub token requirement on initialization
  • Remove unpacking assignment feature
v0.26.0
February 19, 2025

introduces paginated view file tool.

  • Introduce paginated view file tool
v0.25.2
February 19, 2025

Fixes semantic edit tool issues.

  • Fix semantic edit tool issues
v0.25.1
February 19, 2025

Improves tool output rendering.

  • Improve tool output rendering
v0.25.0
February 19, 2025

Adds top-level code agent and unicode parsing fix.

  • Introduce top-level code agent feature
  • Fix unicode filename parsing in codebase
v0.24.1
February 19, 2025

Fixes filesystem corruption and improves tool observations.

  • Upgrade tool observation dataclasses
  • Fix local filesystem corruption in get_codebase_session
  • Re-enable and fix verify_output logic
v0.24.0
February 19, 2025

Introduces new RunCodemodTool feature.

  • Introduce RunCodemodTool feature
v0.23.0
February 19, 2025

Adds replace tool and supports basic file operations.

  • Add codebase language replace tool
  • Allow basic file operations for non-supported languages
v0.22.4
February 19, 2025

resolves issues by removing MultiAIProvider.

  • Remove MultiAIProvider to resolve associated issues
v0.22.3
February 19, 2025

Introduces a linear webhook example.

  • Add linear webhook example
v0.22.2
February 19, 2025

Enhancements and bug fixes for semantic editing.

  • Unified operators for consistent behavior
  • Improved import handling for File/Symbol Index
  • Enhanced semantic edit functionality with line-specific control
  • Bug fix: Display line numbers in semantic edit
  • Updated agent documentation
v0.22.1
February 18, 2025

Fixes async bug by removing unnecessary reset call.

  • Fix async bug by removing codebase reset call
v0.22.0
February 18, 2025

introduces new client feature and language detection.

  • Add server client vs. codebase client feature
  • Implement git-based codebase language detection
v0.21.2
February 18, 2025

Enhances promise handling and updates documentation.

  • Implemented TSPromise class for better promise handling
  • Fixed default types setting
  • Updated external links and documentation
v0.21.1
February 18, 2025

Adds initial server and fixes codebase parsing.

  • Add initial server with run and codebase initialization
  • Fix non-blocking codebase parsing issue
v0.21.0
February 17, 2025

Refactor of vector index

  • Refactor vector index for improved functionality
v0.20.2
February 17, 2025

Update OpenAI dependency.

  • Update OpenAI dependency to v1.63.2
v0.20.1
February 17, 2025

Dependency updates for sentry-sdk and openai.

  • Update sentry-sdk dependency to v2.22.0
  • Update openai dependency to v1.63.1
v0.20.0
February 16, 2025

Introduces a new agent CLI.

  • Introduce new agent CLI
v0.19.1
February 16, 2025

Bug fix for GitHub type handling.

  • Bug fix for GitHub type handling
v0.19.0
February 16, 2025

Enable GitHub webhooks and fix tutorial links.

  • Enable GitHub webhooks for better integration
  • Fix links to examples in tutorials
  • Apply agent documentation hotfixes
v0.18.0
February 15, 2025

Introduces Slack webhook handler and improves documentation.

  • Add Slack webhook handler feature
  • Improve documentation for research agent
v0.17.2
February 15, 2025

Bug fix and new Codebase Analytics Dashboard tutorial

  • Fixes deep code research bug
  • Adds Codebase Analytics Dashboard tutorial
v0.17.1
February 15, 2025

Bug fix with pygithub dependency update.

  • Update dependency pygithub to v2.6.0 for improved stability
v0.17.0
February 14, 2025

Introduces BashCommandTool and improves tool arrangement.

  • Introduce BashCommandTool feature
  • Improve tools arrangement
v0.16.0
February 14, 2025

Introduces search_linear and create_linear tools.

  • Introduce search_linear tool
  • Introduce create_linear tool
v0.15.0
February 14, 2025

Adds linear tools and improves import resolution.

  • Add linear tools feature
  • Fix documentation initialization issue
  • Improve import wildcard resolution
v0.14.5
February 13, 2025

Enhanced ergonomic web hook registration

  • Enhanced web hook registration for improved ergonomics
v0.14.4
February 13, 2025

Adds .json directories support and fixes a bug.

  • Support for directories with .json files
  • Fix unauthenticated create bug
  • Documentation improvements
v0.14.3
February 13, 2025

Fixes branch creation issue in create-pr tool.

  • Fix bug in branch creation for the create-pr tool
v0.14.2
February 13, 2025

fixes an import bug.

  • Fix import bug
v0.14.1
February 13, 2025

LSP is now an optional dependency.

  • Make LSP an optional dependency
v0.14.0
February 13, 2025

Add LSP and term migration for codegen functionality.

  • Add code generation language server protocol
  • Migrate terminology from ‘programming_language’ to ‘language’
  • Improve and update documentation
v0.13.1
February 13, 2025

improves link annotation and config commands.

  • Support for directories in link annotation
  • Add —global flag support in config commands
  • Enhance repository operator with GitHub property
v0.13.0
February 13, 2025

Adds link highlighting and LSP progress reporting.

  • Add message highlighting for links
  • Implement LSP progress reporting
v0.12.3
February 13, 2025
v0.12.2
February 12, 2025

Fixes tool arrangement issues.

  • Fix tool arrangement issues
v0.12.1
February 12, 2025

Fixes list directory tool bugs

  • Fix list directory tool bugs
v0.12.0
February 12, 2025

Session validation enhancement.

  • Session validation added on creation and retrieval
v0.11.4
February 12, 2025

Fixes PR tool checkout issue.

  • Fix PR tool checkout issue on custom branches
v0.11.3
February 12, 2025

Fixes tool handling and improves directory tests.

  • Fix tools handling when files are not found
  • Improve directory tests
v0.11.2
February 12, 2025

Fixes and enhancements for PR process and GitHub token usage.

  • Fix CodebaseGraph rename issue
  • Enhance GitHub token usage
  • Improve pull request creation process
v0.11.1
February 12, 2025

Adds Neo4j extension and fixes config tests.

  • Add Neo4j extension for codebase graph export
  • Fix config tests
  • Refactor and break up config models
v0.11.0
February 12, 2025

Global session management and decoupled auth.

  • Implement global session management
  • Decouple authentication module
v0.10.4
February 12, 2025

add documentation indexing instructions.

  • Add documentation indexing instructions
v0.10.3
February 12, 2025

Fixes init command and adds create PR tool.

  • Fix issue with init command
  • Add create PR tool for contributors
v0.10.2
February 12, 2025

Fixes import path and adds MCP examples.

  • Fixed import path issue
  • Added additional MCP examples
v0.10.1
February 11, 2025

Fixes a tool issue and enhances code maintainability.

  • Fix issue with view_file tool content
  • Deduplicate codebase for improved maintainability
v0.10.0
February 11, 2025

Support for reading local git repo config.

  • Read repository configuration from local git instance
v0.9.2
February 11, 2025

fixes a function call issue.

  • Fix function call issue
v0.9.1
February 11, 2025

Enhancements to agent implementation.

  • Improve agent implementation
v0.9.0
February 11, 2025

Introducing Codegen-lsp v0 with additional test coverage.

  • Introduce Codegen-lsp v0 feature
  • Add tests for codebase.create_pr
v0.8.0
February 11, 2025

Introduces codeowners interface and enhances codegen.

  • Update code generation command
  • Introduce new codeowners interface
  • Add new examples and improve documentation
  • Support for creating pull requests
v0.6.4
February 11, 2025

Fixes Slack bot action release-tag input issue.

  • Fix issue with Slack bot action regarding release-tag input
v0.6.3
February 11, 2025

Fixes git tagging and adds a Slack bot example.

  • Fix git tagging method for improved accuracy
  • Add Slack bot example
v0.6.2
February 10, 2025

Structural refactor, clearer naming, and new permissions

  • Add content write permission
  • Refactor file IO for better structure
  • Rename CodebaseGraph to CodebaseContext for clarity
  • Unified dependency management
v0.6.1
February 10, 2025

Introduces VectorIndex and supports x86_64 mac.

  • Add VectorIndex extension and new MCP server feature.
  • Update Plotly requirement and integrate Plotly.js 3.0.0.
  • Fix various bugs and improve parsing tests.
  • Enhance documentation with new tutorials and examples.
  • Support added for x86_64 mac architecture.
v0.5.30
February 07, 2025

Changes default URLs and removes access token.

  • Change default URLs
  • Remove access token from local repo operator
v0.5.29
February 06, 2025

Fixes the GithubClient constructor.

  • Fix GithubClient constructor
v0.5.28
February 06, 2025

Fixes performance issues by disabling uv cache.

  • Disable uv cache to resolve performance issues
v0.5.27
February 06, 2025

Enhancements and bug fixes including asyncify fix.

  • Fix asyncify return type bug
  • Add foundations for PR bot static analysis
  • Generate changelog
  • Remove default og:image setting
v0.5.26
February 06, 2025

Simplified Slack notifications

  • Simplified Slack notifications by removing description field
v0.5.25
February 06, 2025

JSX parsing improvements and workflow optimizations

  • Fixed JSX prop parsing mechanism
  • Added semantic release workflow improvements
  • Fixed handling of empty collections
  • Added performance optimizations with Mypyc/Cython
  • Improved CI/CD pipeline configuration
v0.5.24
February 05, 2025

Adds Python 3.13 and ARM64 support with feature improvements

  • Added support for Python 3.13 and ARM64 architecture builds
  • Added documentation for incremental recomputation
  • Introduced feature flag for generics support
  • Fixed issues with duplicate edge creation
  • Improved pre-commit hook functionality and stability
v0.5.23
February 04, 2025

Adds symbol flags and improves debugging capabilities

  • Added new symbol flag functionality for Python and TypeScript
  • Introduced duplicate dependencies strategy for file movement
  • Enhanced debugging capabilities and server health monitoring
  • Improved documentation with new guides and usage examples
  • Fixed various issues with codemod file creation and sandbox server
v0.5.22
February 04, 2025

Improves testing and fixes release-related issues

  • Fixed changelog generation and wheel release issues
  • Improved test suite with timeouts and standardized move_to_file tests
  • Enhanced CI/CD pipeline configuration
v0.5.21
February 03, 2025

Adds ephemeral server and improves documentation

  • Added ephemeral server functionality
  • Improved documentation generation with better type resolution and class docstrings
  • Enhanced CI/CD workflows and testing infrastructure
v0.5.19
February 03, 2025

ARM support for Linux

  • Added ARM support for Linux platforms
  • Enhanced documentation with architecture docs and improved docstrings
  • Updated OpenAI dependency to version 1.61.0
v0.5.18
January 30, 2025

Adds system prompt generation and improves core functionality

  • Added automatic system prompt generation and gist client integration
  • Restored namespace module support functionality
  • Removed dynamic widget component from home page
  • Fixed parse error handling
  • Enhanced documentation and workflow improvements
v0.5.17
January 30, 2025

Platform and file handling improvements

  • Enhanced file handling with improved TSourceFile return type
  • Updated platform support capabilities
  • Added community resources for contributors
v0.5.16
January 30, 2025

Pydantic v2 migration and documentation updates

  • Update to Pydantic v2 imports and config handling
  • Documentation and example improvements
  • Configuration file updates
v0.5.15
January 30, 2025

Removes auth requirement and fixes path handling

  • Remove authentication requirement for create command
  • Fix path handling and directory creation
  • Resolve validator import issues
v0.5.14
January 29, 2025

Validation system improvements

  • Updated validation system to use BeforeValidator instead of PlainValidator
v0.5.13
January 29, 2025

Updates to Pydantic v2 and documentation improvements

  • Updated to Pydantic v2 for span handling
  • Added documentation for import loops
  • Improved IDE installation instructions
v0.5.12
January 29, 2025

Documentation improvements and module resolution fixes

  • Enhanced documentation with improved visualization linking and codebase examples
  • Fixed module resolution issues
  • Updated VSCode installation guide with Python extensions
  • Improved documentation metadata and thumbnail images
v0.5.11
January 29, 2025

Adds graph disabling feature and fixes command handling

  • Add disable_graph feature flag to reduce memory usage and parsing time
  • Fix bug in create command response handling
v0.5.10
January 29, 2025

Adds language detection and improves file handling

  • Added package.json-based repository language detection
  • Improved file editing capabilities with new raw text edit features
  • Enhanced documentation with function decorator guide and codebase visualization tutorial
  • Fixed GitHub 404 error handling
  • Added type fixes for codebase initialization
v0.5.9
January 28, 2025

Documentation improvements and dynamic import support

  • Improved documentation with new guides and clarifications on file types
  • Added support for dynamic import detection
  • Added reset command to CLI
  • Improved integration tests for better contributor experience
  • Fixed widget URLs and various documentation improvements
v0.5.8
January 28, 2025

Fixes branch sync and improves documentation

  • Fix branch synchronization clone URL issue
  • Enhance documentation guides
  • Update development dependencies
v0.5.7
January 27, 2025

Improves runner functionality and build process

  • Enhanced runner module functionality and synchronization
  • Added automatic function imports generation during build process
  • Updated documentation and README
v0.5.6
January 27, 2025

New codebase initialization workflow and analytics integration

  • Introduced new codebase initialization workflow
  • Added PostHog integration and override functionality
  • Enhanced documentation for session options
  • Improved sandbox runner synchronization
v0.5.5
January 27, 2025

Adds create flag and improves Git repository handling

  • Added -d flag to codegen create command
  • Fixed Gradio integration issues
  • Improved automatic base path detection for Git repositories
  • Enhanced codebase reset functionality to only affect SDK changes
  • Updated documentation and README
v0.5.4
January 27, 2025

Adds venv management and TypeScript export support

  • Added virtual environment creation and persistence for codegen init
  • Added support for codebase exports in TypeScript projects
  • Reorganized test structure for better maintainability
  • Updated graph widget configuration and URLs
v0.5.3
January 27, 2025

Graph widget and system prompt features added

  • Added graph widget visualization feature
  • Enhanced documentation with improved readability and new guides
  • Added system prompt functionality
  • Fixed core commands: codegen run and create
  • Various internal code cleanup and reorganization
v0.5.2
January 24, 2025

Adds notebook functionality and improves documentation

  • Added new codegen notebook functionality
  • Fixed several documentation rendering issues and broken links
  • Added function call parameter documentation helpers
  • Fixed various type annotations and AST-related bugs
  • Added README files for codegen modules
v0.5.1
January 24, 2025

Adds remote codebase support and improves documentation

  • Added support for fetching remote codebases
  • Fixed documentation and GitHub link parsing issues
  • Improved test organization and coverage
  • Added missing documentation pages
  • Resolved repository configuration issues
v0.5.0
January 24, 2025

Major documentation overhaul and API improvements

  • New documentation system with MDX support and interactive codemod widget
  • Simplified API with improved module organization and naming
  • Added Codebase and CLI functionality for easier code manipulation
  • Introduced fetch_codebase feature for remote repository handling
  • Enhanced documentation with new guides and examples

Was this page helpful?