Skip to main content

Agentic Testcase

AutoDev Sketch

Alpha 1

  • How to merge branches in git
  • Add delete blog functionality
/file:src/main/java/cc/unitmesh/untitled/demo/controller/BlogController.java
/file:src/main/java/cc/unitmesh/untitled/demo/service/BlogService.java
/file:src/main/java/cc/unitmesh/untitled/demo/repository/BlogRepository.java
  • Add delete blog by author functionality
  • Add category feature to Blogpost and support fetching blogs by category
/file:src/main/java/cc/unitmesh/untitled/demo/controller/BlogController.java
/file:src/main/java/cc/unitmesh/untitled/demo/service/BlogService.java
/file:src/main/java/cc/unitmesh/untitled/demo/repository/BlogRepository.java
  • Implement DDD pattern to generate corresponding ApplicationService and DomainService
/file:src/main/java/cc/unitmesh/untitled/demo/service/BlogService.java
/file:src/main/java/cc/unitmesh/untitled/demo/repository/BlogRepository.java

Alpha 2

  • Refactor blog functionality using DDD + rich domain model
  • Bash code for starting Spring Boot application with Gradle
  • Generate release notes from recent two weeks' code commits
  • Generate tests based on code changes

Multiple-Language

  • Add vue router using patch method
  • Add Element UI using patch method
  • Generate OpenAPI Yaml example and return in markdown yaml format
  • Write Go hello world program, return in markdown go format (without using write or other DevIns commands)
  • Create basic Swagger Yaml skeleton for OpenAPI 3.0 spec (return only Swagger Yaml without DevIns)
  • Design refactoring strategy based on Vue data structure:
/structure:src/components/Custom/DataSelect.vue
  • Use line numbers and file commands to select appropriate code snippets for viewing (limited to small segments)
  • Generate package.json example for Vite + Jest configuration with axios and jszip dependencies

AutoDev Bridge

Migrate database to MongoDB

Migrate from Vue2 to Vue 3

Spring Boot to Micronaut Migration

Spring Boot to Micronaut migration

/dependencies
/scc
/containerView
/dir:src
/ripgrepSearch:JdbcTemplate
/database:schema

Rewrite current project using Node.js

Current project APIs:

/webApiView