Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Nov 11:44
· 1 commit to main since this release

v0.3.0 Release

Download

Platform Architecture Binary
test adk-code-test (54M)
v0.3.0 darwin adk-code-v0.3.0-darwin-amd64 (41M)
v0.3.0 darwin adk-code-v0.3.0-darwin-arm64 (39M)
v0.3.0 linux adk-code-v0.3.0-linux-amd64 (40M)
v0.3.0 linux adk-code-v0.3.0-linux-arm (36M)
v0.3.0 linux adk-code-v0.3.0-linux-arm64 (38M)
v0.3.0 windows adk-code-v0.3.0-windows-amd64.exe (40M)

Checksums

Verify the integrity of downloaded files:

sha256sum -c adk-code-v0.3.0-*.sha256

SHA256 Hashes

e0bd729f61114a4e68780a6a21d7bb61c9931438a43232b14d2f4e7c87b913c9 adk-code-v0.3.0-darwin-amd64
ecd031e413bf958e8b6c01a39e1d577c23b5f1727b91cd726e5b6cfc30869ea9 adk-code-v0.3.0-darwin-arm64
91309bf50709de94a2bb7cba5f3f1df0abcf4e3097e5614f4d77ce7aa601e460 adk-code-v0.3.0-linux-amd64
66f3642a7fda87668dfd37583718cf4b0c71439e1f7322acf51ede574ea74c36 adk-code-v0.3.0-linux-arm
8d5a8688a1adc66fc39a75374b8eb7d85e44b9b70dc3d932deb0072bfde91625 adk-code-v0.3.0-linux-arm64
a50f1fd0efdd775cbafe475299ef7489347d27a50ed6b1e70fecbf31cf393b95 adk-code-v0.3.0-windows-amd64.exe

Changes Since Previous Release

7524fc4 Enhance README and REPL tools list with new features and improved descriptions
c058f81 Add make.sh script as a convenience wrapper for invoking make in adk-code
564e4ae Feature/adr-011-sessions-command (#24)
56c1386 Feat/compaction (#20)
f2b611b Investigate/token-doubling-issue (#19)
9cba08c Implement Fetch Web Tool for HTTP content retrieval (#17)
5e0d168 Pr 17 (#18)
d180d0c feat: add ADR 0008 for Vision/Image Analysis Tool implementation
c8f880d fix: Reorder import statements for consistency in event.go
e78d36e feat: Add ADR-0006 for Agent Context Management and Token Budget Enforcement
a1b6a56 Add Google Search tool via ADK geminitool.GoogleSearch (#14) (#15)
66a5114 Merge branch 'feat/agent-definition-support-phase2'
5b57faa docs: Add agent definition support planning documents
c9d2149 docs: Add production-ready ADRs for Google Search and Context Management
ecd2de8 feat: Add Google Search as a built-in tool for enhanced web search capabilities
bf26fc1 Feat/agent definition support phase2 (#13)
5073d64 feat: Enhance agent discovery with timeout handling and symlink cycle prevention
a510c27 chore(ci): update golangci-lint action to v9 + setup-node; add health check and docs
f36707f chore(ci): migrate golangci-lint config and update CI action to v9 + health check
7e1cd3c fix: Correct version indentation in golangci configuration
440b26f feat: Enhance agent tools with dynamic project root detection and improved tool search functionality
b4c913d feat: Implement dynamic sub-agent architecture with intent-driven delegation and modular definitions
5f4fdd6 refactor: Clean up whitespace in subagent tools and tests for consistency
1edcd02 Implement Phase 1 subagent delegation using ADK's agent-as-tool pattern (#12)
23b691b Verify and correct claude_code_like_agent_feature documentation accuracy (#11)
7b09112 docs: Update executive summary and implementation snapshot for Claude Code-like agent feature
ecabfaf feat: Remove completed specification document for Claude Code-like agent feature
0ffe99c Remove outdated implementation checklist and draft session document for Phase 2 execution context and event streaming integration. These files are no longer relevant following the updated specifications and implementation plans.
958a26a docs: Update copilot instructions to enhance terminal safety and output handling guidelines
6d2f420 refactor: Remove unnecessary whitespace in ResolveAgentDependencies function
28cbcf3 Remove outdated documentation: deleted RISK_MITIGATION_AGENT_SUPPORT.md and VISUAL_ALIGNMENT_GUIDE.md files to streamline project resources and focus on current implementation strategies.
93ae3a5 feat: Add Week 1 Implementation Checklist for ExecutionContext & Event Streaming
328aecd docs: Update INDEX.md to reflect Phase 1 completion and Phase 2 in progress
2489bdf docs: add comprehensive test report for all phases
93333b4 docs: comprehensive Phase 2 & Phase 3 implementation summary
eeeaa35 feat(phase3): MCP client, plugin system, and metrics/observability
2481364 feat(execution): Add credential management and audit logging
5ba1420 feat(phase3): implement Docker container execution system
6a7723e feat(phase3): implement execution strategies foundation
44838cc feat(agents): Add Phase 2 management tools - create, edit, export agents
766ca0f feat(agents): Complete Phase 2 implementation with linting, generation, and enhanced tooling
6d34774 feat: Phase 2 Week 4 - Final integration, validation tools, and documentation
38ff984 feat: Phase 2 Week 3 - Metadata integration and dependency resolution tools
92b5191 feat: Phase 2 Week 2 - Dependency resolution and semantic versioning system
334a8af feat: Phase 2 Week 1 - Agent execution system and run_agent tool
e40b71b docs: Add comprehensive Phase 2 architecture assessment and ADK integration analysis
40daa7a docs: Add Phase 2 comprehensive implementation plan
915a7d8 feat: Add comprehensive metadata integration tests
267aba7 feat: Add discover_paths tool and comprehensive tests
8ed3a04 feat: Add metadata fields and CLI filtering for Phase 1 Week 2
72fcc61 feat: Add CLI tool config integration and comprehensive integration tests
94383e9 feat: Implement multi-path discovery system for Phase 1
56e119a docs: Phase 0 executive summary - complete project overview
a297615 docs: Phase 0→Phase 1 transition checklist and kickoff guide
452005f docs: Add spec INDEX for navigation and overview
c28ce60 chore: reorganize spec documents into docs/spec directory
f3e06c8 docs: Phase 1 detailed implementation plan - multi-path agent discovery
b54e3a7 docs: Phase 0 completion report - agent definition support
678e1ab test: Add comprehensive tests for agents tool - Phase 0 Week 2
5f3b0dd feat(tools): Add agents discovery CLI tool - Phase 0 Week 2
da83036 feat(agents): Phase 0 core implementation - agent discovery and parsing
ffa8308 docs: Add agent definition support planning documents

What's Changed

  • Verify and correct claude_code_like_agent_feature documentation accuracy by @Copilot in #11
  • Implement Phase 1 subagent delegation using ADK's agent-as-tool pattern by @Copilot in #12
  • Feat/agent definition support phase2 by @raphaelmansuy in #13
  • Add Google Search tool via ADK geminitool.GoogleSearch (#14) by @raphaelmansuy in #15
  • Pr 17 by @raphaelmansuy in #18
  • Implement Fetch Web Tool for HTTP content retrieval by @Copilot in #17
  • Investigate/token-doubling-issue by @raphaelmansuy in #19
  • Feat/compaction by @raphaelmansuy in #20
  • Feature/adr-011-sessions-command by @raphaelmansuy in #24

Full Changelog: v0.2.1...v0.3.0