Timothy Zhang
ec9bf033e6
feat: windows quickstart and hive cli
2026-02-10 15:09:38 -08:00
Timothy @aden
5e537d9d55
Merge pull request #4410 from TimothyZhang7/feature/windows-quickstart
...
feat(quickstart): windows script
2026-02-10 12:52:13 -08:00
Timothy
d6b95067a1
feat(quickstart): windows script
2026-02-10 12:49:25 -08:00
Timothy @aden
a12163d63f
Merge pull request #4304 from adenhq/fix/init-config
...
Release / Create Release (push) Waiting to run
model selection + max_tokens in quickstart
v0.4.3
2026-02-09 20:11:55 -08:00
RichardTang-Aden
0cd6f21980
Merge pull request #4270 from TimothyZhang7/feature/hard-goal-negotiation
...
Feature/hard goal negotiation
2026-02-09 20:04:20 -08:00
Richard Tang
a88fc1d75c
fix: remove the unnecessary summary before checking capabilities and gaps
2026-02-09 19:59:49 -08:00
Richard Tang
e9bde26611
fix: fixed minor issues introduced by the merge
2026-02-09 19:45:55 -08:00
Richard Tang
c02f40622c
Merge remote-tracking branch 'upstream/main' into feature/hard-goal-negotiation
2026-02-09 19:42:55 -08:00
Timothy @aden
3328a388b3
Merge pull request #3877 from adenhq/fix/oauth-refresh
...
(micro-fix): update oauth to refresh token
2026-02-09 19:30:49 -08:00
Richard Tang
8f632eb005
feat: add communication style guideline
2026-02-09 19:28:48 -08:00
Richard Tang
c8ee961436
fix: update the step label to avoid confusion
2026-02-09 19:04:05 -08:00
Richard Tang
bc9f6b0af8
feat: update goal negotiation for a more conversational negotiation
2026-02-09 18:52:07 -08:00
bryan
7d48f17867
model selection + max_tokens in quickstart
2026-02-09 18:07:57 -08:00
RichardTang-Aden
736ae65a1d
Merge pull request #4262 from adenhq/feat/build-from-sample
...
Build from Sample Agent
2026-02-09 16:05:42 -08:00
Bryan @ Aden
76c9f7c9a9
Merge pull request #1834 from fermano/feat/observability-trace-context
...
feat(observability): structured logging for trace context
2026-02-09 15:25:51 -08:00
Fernando Mano
32ad225d7f
feat(observability): Adding OTel-compliant logging to L3 tool logs as introduced by #3715 . -- remove redundant text from readme.md
2026-02-09 19:56:17 -03:00
bryan
7ae6f67470
updates to skills, renaming, suggested agents, remove changelog
2026-02-09 13:49:36 -08:00
Timothy @aden
594bceb8f5
Merge branch 'adenhq:main' into feature/hard-goal-negotiation
2026-02-09 12:28:19 -08:00
bryan
9dc0f48ec9
implemented building from sample agent template and updated deep research agent
2026-02-09 12:13:41 -08:00
Fernando Mano
ce5a2d4a81
feat(observability): Adding OTel-compliant logging to L3 tool logs as introduced by #3715 . -- remove line that would cause third-party loggers to log twice
2026-02-09 09:36:25 -03:00
Fernando Mano
7f489cee46
Merge branch 'main' into feat/observability-trace-context
2026-02-09 09:25:51 -03:00
Anjali Yadav
3c2d669a2f
fix(credentials): correctly resolve integration_id in AdenCredentialResponse.from_dict ( #3965 )
...
* fix(credentials): respect integration_id in AdenCredentialResponse.from_dict
* style: fix forward reference annotation for Ruff
2026-02-09 17:52:55 +08:00
Timothy @aden
ec36e96499
Merge pull request #4146 from TimothyZhang7/main
...
docs(release): release v0.4.2 - resumable sessions
2026-02-08 20:49:59 -08:00
Timothy
9ecd4980e4
chore: release v0.4.2 - resumable sessions
...
Release / Create Release (push) Waiting to run
- Add comprehensive resumable session functionality
- Immediate pause with Ctrl+Z and /pause command
- Auto-save state on quit
- Session management with /resume and /sessions commands
- Full memory and conversation history restoration
- See CHANGELOG.md for complete list of changes
v0.4.2
2026-02-08 20:44:36 -08:00
Timothy @aden
64446ff9b6
Merge pull request #4141 from TimothyZhang7/feature/resumable-sessions
...
Feature/resumable sessions
Release candidate for v0.4.2
2026-02-08 20:40:33 -08:00
Timothy
e3d2262292
fix: quit timeout, and tui interactions
2026-02-08 20:30:30 -08:00
Timothy
891cfa387a
Merge branch 'main' into feature/resumable-sessions
2026-02-08 19:46:30 -08:00
Timothy
f0243fddf2
feat: session resumable states and checkpoint system
2026-02-08 19:42:02 -08:00
Bryan @ Aden
85ff8e364b
Merge pull request #3828 from Sandeepa-git/docs/fix-contributing-typo
...
docs(contributing): fix formatting typo in issue link
2026-02-08 19:07:48 -08:00
Bryan @ Aden
75f1afe8e3
Merge pull request #3857 from Manudeserti/docs/add-deep-research-readme
...
docs: add missing README for Deep Research Agent
2026-02-08 19:07:40 -08:00
Bryan @ Aden
7b660311e5
Merge pull request #4025 from hamzanajam7/docs/fix-getting-started-project-structure
...
docs(getting-started): fix project structure tree for tools and mcp_server location
2026-02-08 18:44:24 -08:00
Bryan @ Aden
98a493296d
Merge pull request #4026 from hamzanajam7/docs/add-contributing-link-readme
...
docs(readme): add Contributing link to Quick Links section
2026-02-08 18:43:23 -08:00
RichardTang-Aden
bc2a42aed2
Merge pull request #3901 from Templar121/docs/clarify-hive-test-generation
...
docs: clarify test generation responsibility in hive skill
2026-02-08 14:22:31 -08:00
Gaurav kapur
8b501d9091
fix: write node outputs to memory before edge evaluation ( #3599 ) ( #3694 )
...
* fix: write node outputs to memory before edge evaluation (#3599 )
* test: add regression tests for conditional edge direct key access
2026-02-08 23:23:37 +08:00
Fernando Mano
0304b392b2
feat(observability): Adding OTel-compliant logging to L3 tool logs as introduced by #3715 .
2026-02-07 19:52:03 -03:00
hamzanajam7
ae9b4e82fe
docs(readme): add Contributing link to Quick Links section
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-07 14:52:50 -05:00
hamzanajam7
4bac5e4c46
docs(getting-started): fix project structure tree for tools and mcp_server location
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-07 14:49:04 -05:00
Fernando Mano
c4d3400ec4
Merge main into feat/observability-trace-context; resolve execution_stream conflicts
2026-02-07 16:49:04 -03:00
Amit Kumar
6d0a3b952a
feat(tools): add Apollo.io contact and company data enrichment integration ( #3167 )
...
Add Apollo.io MCP tool integration for B2B contact and company data
enrichment. Implements 4 MCP tools:
- apollo_enrich_person: Enrich contact by email, LinkedIn URL, or name+domain
- apollo_enrich_company: Enrich company by domain
- apollo_search_people: Search contacts with filters (titles, seniorities, etc.)
- apollo_search_companies: Search companies with filters (industries, size, etc.)
Features:
- Authentication via X-Api-Key header (APOLLO_API_KEY env var)
- Credential spec in dedicated apollo.py (follows repo pattern)
- Comprehensive error handling (401, 403, 404, 422, 429)
- Full test coverage (36 tests)
Closes #3061
2026-02-07 21:57:13 +08:00
Subhayan Mukherjee
873fcd5822
docs: clarify test generation responsibility in hive skill
2026-02-07 11:39:52 +05:30
RichardTang-Aden
2a98d3a489
Merge pull request #3890 from RichardTang-Aden/update-readme-gifs
...
docs(readme): quick fix for the doc links
2026-02-06 20:34:34 -08:00
Richard Tang
b681ba03b1
chore: quick fix for the doc links
2026-02-06 20:32:20 -08:00
RichardTang-Aden
fe775a36c0
Merge pull request #3887 from RichardTang-Aden/update-readme-gifs
...
Release / Create Release (push) Waiting to run
feat: add video in the README
v0.4.1
2026-02-06 20:21:48 -08:00
Timothy @aden
2df9adcb43
Merge pull request #3886 from TimothyZhang7/fix/quickstart-secret-key
...
fix(micro-fix): quickstart secret key setup
2026-02-06 20:21:06 -08:00
Richard Tang
c756cbf6d5
feat: add video in the README
2026-02-06 20:20:53 -08:00
Timothy
d0ac67c9d3
fix: quickstart secret key setup
2026-02-06 20:18:12 -08:00
Timothy
47cd55052f
feat: hive-create needs to do some hard negotiation
2026-02-06 19:56:05 -08:00
bryan
fb203b5bdf
update oauth to refresh token
2026-02-06 19:43:30 -08:00
RichardTang-Aden
6ee47e243d
Merge pull request #3876 from RichardTang-Aden/update-readme
...
Docs Update readme
2026-02-06 19:39:16 -08:00
Richard Tang
c1844b7a9d
docs: improve readme
2026-02-06 19:30:16 -08:00