Skip to content

Releases: raphaelmansuy/adk-code

v0.3.0

16 Nov 11:44

Choose a tag to compare

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

v0.2.1

14 Nov 08:57

Choose a tag to compare

v0.2.1 Release

Download

Platform Architecture Binary
v0.2.1 darwin adk-code-v0.2.1-darwin-amd64 (40M)
v0.2.1 darwin adk-code-v0.2.1-darwin-arm64 (38M)
v0.2.1 linux adk-code-v0.2.1-linux-amd64 (39M)
v0.2.1 linux adk-code-v0.2.1-linux-arm (35M)
v0.2.1 linux adk-code-v0.2.1-linux-arm64 (37M)
v0.2.1 windows adk-code-v0.2.1-windows-amd64.exe (39M)

Checksums

Verify the integrity of downloaded files:

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

SHA256 Hashes

f2bb99340062d344385b5bd71569ea0c7a1957b251d32f83ab5d6c1a7537de89 adk-code-v0.2.1-darwin-amd64
ff75da3afba2030751a1dc8202956db1530827545673786ff2ffc48fa1f5faad adk-code-v0.2.1-darwin-arm64
2bba115c18db48a42ef31e5d23d2900a355601ab20adaa2e31deecda391f9e6f adk-code-v0.2.1-linux-amd64
d9f0e2ad643267010187aace5e8c0460ad4f512de014d3000b24085e3a7151cb adk-code-v0.2.1-linux-arm
e5fb280e93539e3b2237e05de8860b9982836130a47c7aa32b493dbfa8871e68 adk-code-v0.2.1-linux-arm64
69e4cf4122829959b05327417cf69940426de1442763616c3c1f1e429ad78788 adk-code-v0.2.1-windows-amd64.exe

Changes Since Previous Release

e866b04 chore: release v0.2.1
ba86d0c Enable CGO for SQLite support in all build targets (#9)

What's Changed

  • Enable CGO for SQLite support in all build targets by @Copilot in #9

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Nov 07:15

Choose a tag to compare

v0.2.0 Release

Download

Platform Architecture Binary
v0.2.0 darwin adk-code-v0.2.0-darwin-amd64 (35M)
v0.2.0 darwin adk-code-v0.2.0-darwin-arm64 (34M)
v0.2.0 linux adk-code-v0.2.0-linux-amd64 (35M)
v0.2.0 linux adk-code-v0.2.0-linux-arm (32M)
v0.2.0 linux adk-code-v0.2.0-linux-arm64 (33M)
v0.2.0 windows adk-code-v0.2.0-windows-amd64.exe (35M)

Checksums

Verify the integrity of downloaded files:

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

SHA256 Hashes

0529194a50217a9457bc887bb96662f755717db874e7bf17b0b38b84cebd1e48 adk-code-v0.2.0-darwin-amd64
b27cc241b7f90599736c33e25425d77822eedd29c4928b580e8c0eb5e792c9bc adk-code-v0.2.0-darwin-arm64
ce07640021cc57e7bb38464e8828fbcce62fcdf3643fa166cbe34f3dcddb0f5b adk-code-v0.2.0-linux-amd64
301536d449b5cc296179dec43b657de6fd205b389825af35987036603542ffae adk-code-v0.2.0-linux-arm
69dbe06f81a8728c48b9bea3ba6332d6a4c2b0197132f575fb3ff5b6ba38619d adk-code-v0.2.0-linux-arm64
4239a75b1d5de543084a1e6d11747f34c280f2e23df92299e727b439f5c39b63 adk-code-v0.2.0-windows-amd64.exe

Changes Since Previous Release

3b822b2 chore: release v0.2.0
ab7e958 Remove go.mod requirement - use working directory directly (#7)
1543769 chore: remove Phase 3 branch summary documentation
ab3808a docs: add Homebrew installation guide

What's Changed

  • Remove go.mod requirement - use working directory directly by @Copilot in #7

New Contributors

  • @Copilot made their first contribution in #7

Full Changelog: v0.1.0...v0.2.0

v0.1.1 - Bug Fixes and Improvements

14 Nov 06:08
db09ca6

Choose a tag to compare

v0.1.1 Release

Download

Platform Architecture Binary
v0.1.1 darwin adk-code-v0.1.1-darwin-amd64 (35M)
v0.1.1 darwin adk-code-v0.1.1-darwin-arm64 (34M)
v0.1.1 linux adk-code-v0.1.1-linux-amd64 (35M)
v0.1.1 linux adk-code-v0.1.1-linux-arm (32M)
v0.1.1 linux adk-code-v0.1.1-linux-arm64 (33M)
v0.1.1 windows adk-code-v0.1.1-windows-amd64.exe (35M)

Checksums

Verify the integrity of downloaded files:

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

SHA256 Hashes

69958d07a90d0422ef3cb07e0096b6e7858ae075e2b3216cddc924968ea766b7 adk-code-v0.1.1-darwin-amd64
b8639d0e6b7ea9e0d4f99ba768c32741f928b6730d990e991e585ba614287e6f adk-code-v0.1.1-darwin-arm64
955ab00911e61511c9009620eda86ef51a6ff58aadd6da321fd203671a0c9558 adk-code-v0.1.1-linux-amd64
e745fa97d964a38c3ba7a59dd997a3e9e45049087c8c68ebd19da02312c7eefe adk-code-v0.1.1-linux-arm
0c8d23d6150012630758762bf4c45cedaa0e2614a5cf5c4224ae1b324e9c31de adk-code-v0.1.1-linux-arm64
59ba64d738632e22c61db003b7284e95ab710f5fe81c750b516668ac9e616ded adk-code-v0.1.1-windows-amd64.exe

v0.1.0 - Initial Release

14 Nov 06:06
db09ca6

Choose a tag to compare

v0.1.0 Release

Download

Platform Architecture Binary
v0.1.0 darwin adk-code-v0.1.0-darwin-amd64 (35M)
v0.1.0 darwin adk-code-v0.1.0-darwin-arm64 (34M)
v0.1.0 linux adk-code-v0.1.0-linux-amd64 (35M)
v0.1.0 linux adk-code-v0.1.0-linux-arm (32M)
v0.1.0 linux adk-code-v0.1.0-linux-arm64 (33M)
v0.1.0 windows adk-code-v0.1.0-windows-amd64.exe (35M)

Checksums

Verify the integrity of downloaded files:

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

SHA256 Hashes

3481bb61d862de2b495250bcd20996c010ee8b0960464b1fd3041bc5e37d79ee adk-code-v0.1.0-darwin-amd64
e37d30da89657d8b0fd5787e4f054b79ba8012ef2180cece7b7faa3f905f6394 adk-code-v0.1.0-darwin-arm64
6080e75ba30a25a58a9441cd7f72ca8b5a99f9b479836a1eae2aba762c4e981b adk-code-v0.1.0-linux-amd64
60bd028309a327335aba020bacce4868fe2f77629e63bf159cff47c587ad7ecc adk-code-v0.1.0-linux-arm
5303dd6fde2f6ccb1b2e9fd23e3f0fdd26e6fbffd90cea972c887b000570558e adk-code-v0.1.0-linux-arm64
77ff07f86ae65c75b78f878de0d758ea95d1ae18fb786a32ed4951142a2ab3ba adk-code-v0.1.0-windows-amd64.exe