Releases: danicat/godoctor
Releases · danicat/godoctor
v0.14.0
v0.13.0
v0.12.0
Changelog
- 3459ea8 Add goreleaser GitHub Actions workflow
- f3f0b2d Cleanup: Remove obsolete configuration JSON files
- 7e86aa6 Feat: Add go.lint tool
- 5e76830 Feat: Auto-create .golangci.yml in go.lint if missing
- 2d319e1 Fix installation command
- 375befe Fix: Add missed files from previous refactoring
- 8d54645 Fix: Comprehensive Lint Cleanup
- 69ac11c Fix: Resolve data race in main.go using atomic operations
- 9be79c7 Initial commit
- 9617de8 Merge pull request #3 from danicat/google-oss-compliance
- 7d23201 Merge pull request #4 from AlekSi/patch-1
- 3eed187 Merge pull request #7 from danicat/configure-goreleaser-godoctor-15282426255208337968
- 8b3e11c Refactor modernize tool to use satellite process and cleanup tools
- 96b273a Refactor: Centralize tool strings and improve smart_edit robustness
- 6d148ef Refactor: Clean package structure and remove legacy edit_code
- 2ae89b3 Refactor: Final package structure and naming alignment
- caeac50 Refactor: Remove Dynamic Profile and Master Gopher
- dd76c88 Refactor: Rename 'full' profile to 'advanced'
- 92cda48 Refactor: Simplify configuration and enhance tools
- 692c738 Refactor: Update tool descriptions to be boring but precise
- 9961068 Restore godoctor from devrel-demos snapshot
- b3c465b Sync fixes and optimizations from devrel-demos
- cb4ad9a add cloud run deployment scripts
- 7fb360d add fuzzy matching to edit
- 18243e9 add logo
- e597cf9 add smart build tool
- 32600a3 chore(release): bump version to 0.5.1
- a5f4e6b chore: Add evaluation framework
- 592a30d chore: Remove remaining legacy edit_code references
- 3032c8a chore: Update prompt and bump version
- 41b66db chore: cleanup
- c26257d chore: ignore bin directory
- 445dd6a chore: remove binary
- d339931 chore: remove binary
- c70fe5b chore: remove project files after migration to devrel-demos
- 1746caf clean evals experiment
- 9bf5100 configure goreleaser for godoctor
- 43e0d57 docs(roadmap): add v0.11.0 integration wave plan
- 55990ca feat(cli): add -instructions flag and improve tool descriptions
- 6a3e301 feat(edit_code): Add AutoFix flag and Go Analysis soft validation
- 7f20754 feat(edit_code): Implement robust fuzzy matching and feedback
- 80d1958 feat(endoscope): Improve crawling robustness and output
- e1100cb feat(experimental): Add edit_code tool prototype
- d0f73a7 feat(godoc): implement intelligent package fallback and context-aware suggestions
- 2444aa8 feat(godoctor): release v0.10.0 intent-driven toolset
- e7e944a feat(project): Implement AI-driven development and major feature enhancements
- 6ff9288 feat(testing): add integration test and improve docs
- 26229ce feat(tools): Add endoscope tool and improve scalpel error handling
- b3730fc feat(tools): improve robustness and feedback for go tools
- 22f1f14 feat: Add HTTP transport for both server and CLI
- c68e4d0 feat: Add goimports tool and refactor tool registration
- f8a8f03 feat: Add scribble tool and bump version
- cf80463 feat: Finalize read_godoc and review_code tools and docs
- 9da25ab feat: Implement Markdown output and fuzzy matching for read_godoc
- d47a5d7 feat: Initial implementation of GoDoctor
- 1263cdc feat: Native godoc parsing and experimental inspect tool
- 10e7069 feat: Refactor and simplify godoctor tools and tests
- 55afbc0 feat: Refactor read_godoc to use native go/doc parsing, optimize JSON output, and fix error handling
- 4820c40 feat: Refactor review_code to return Markdown and improve prompt
- 892886f feat: Refactor tools and remove CLI
- 373a038 feat: Refine tool descriptions and prompts
- c5f8e55 feat: add import_this prompt and update version
- 7d0fe63 feat: comply with Google's OSS policy
- 1f72f69 feat: refactor toolchain, consolidate safe_shell, and refine documentation
- da73c86 feat: replace -setup with -agents flag for LLM tool instructions
- 06b0eff feat: upgrade to v0.6.0 with new SDK and tool improvements
- f7e251f fix tool descriptions
- d495846 fix(edit_code): Skip Go validation for non-Go files and improve eval logs
- dc407bc fix(godoc): clarify fallback vs redirect messages in documentation output
- 723f3f7 fix(godoc): improve package suggestion logic and error messages
- 7253ad1 fix: Set correct model name to gemini-2.5-pro
- 772f86c fix: Use gemini-2.5-pro for code review and bump version
- 6e783dc fix: resolve panic in code_review tool and rename tools for consistency
- bbf04ae refactor(endoscope): apply code review suggestions and fix tests
- dbdd642 refactor(scribble): Improve error handling for invalid Go code
- 97b6ae3 refactor(tools): rename tools to be more LLM-friendly
- d7dbbf9 refactor: Centralize tool result creation and improve error handling
- 55d00ec refactor: Remove unused tools and prompts
- 902e2ed refactor: remove namespace from tools
- 19c4dd1 sync: Update from devrel-demos source
- 7513c8b test(godoc): add coverage for fuzzy matching and parent fallback
- 72af48a test(godoc): restore vanity integration test
- 30d6973 test(project): restore init unit test
- e35fbe2 update readme
- 5baf177 v0.12.0: Code review fixes, usability improvements, and Claude Code support