Initial release
chore: bump deepagents-cli to 0.0.13a2 (#795)
docs: add testing readme (#788)
fix(cli): include tcss and py.typed in package data (#781)
feat(cli): format file tree with markdown (#782)
fix(cli): add explicit package inclusion for setuptools (#780)
add prompt seeding with -m flag (#755)
docs: update model configuration details in README (#772)
fix: import rules (#763)
release(deepagents-cli): 0.0.13a1 (#756)
cli-token-tracking-fixes (#706)
release: deepagents 0.3.6 (#752)
chore: automatically sort imports (#740)
Add LangSmith tracing status to welcome banner (#741)
feat(cli): inject local context into system prompt via LocalContextMiddleware
fix: don't allow Rich markup from user content (#704)
fix(cli): remove duplicate version from welcome.py (#737)
feat(cli): add --version//version commands (#698)
minor release(deepagents): bump version to 0.3.5 (#695)
Port SDK Memory to CLI (#691)
fix thread id (#692)
chore(ci): add uv lock checks (#681)
update version bounds (#687)
CLI Refactor to Textual (#686)
Fix invalid YAML in skill-creator SKILL.md frontmatter (#675)
feat(deepagents): add skills to sdk (#591)
docs: replace gemini 1.5 (#653)
feat(cli): show version in splash screen (#610)
chore(cli): expose version (#609)
fix(cli): handle read_file offset exceeding file length by returning all lines (issue #559) (#568)
chore(cli): remove line (#601)
minor version bump, model setting, agent skill spec support, skill creator example (#600)
Comply with Anthropic Agent Skills spec (#592)
feat(cli): add --model flag with auto-detection (#584)
feat: add skill-creator skill with init and validation scripts (#579)
docs(cli): add LangSmith environment variables documentation (#583)
CLI release (#581)
feat(cli): add DEEPAGENTS_LANGSMITH_PROJECT configuration (#577)
feat: add ability to paste images in input (#555)
chore(harbor/cli): allow benchmarking with either cli or SDK (#542)
chore(cli): add comprehensive testing for sandbox operations (#501)
test make format (#483)
Update README to specify CLI (#490)
docs(cli): enhance README with comprehensive documentation (#489)
fix(cli): for now use non peristent implementation of shell (#488)
chore(cli): bump lock file (#487)
chore(cli): add end to end test to the cli (#482)
release(deepagents, cli) (#477)
Harrison/fix diffing (#478)
truncate glob (#473)
fix(cli): 2nd argument must be called runtime (not _runtime) (#472)
add file upload and download apis (#381)
chore(cli): other lints (#464)
feat: add option to disable splash on startup (#446)
chore(cli): pull out interrupt on config (#463)
Harrison/add gemini support (#456)
chore(cli): remove internal file that's not needed (#462)
chore(cli): apply auto-fixes for linting (#461)
chore(cli): quick linting fixes (#460)
chore(cli): remove hard-coded paths (#458)
cli: inherit env variables for cli (#459)
fix(deepagents-cli): fix linting (broke CI) (#457)
feat(cli): add project-level skills support (#439)
fix: localize key bindings and update tips for macOS compatibility (#451)
chore: cleanup markdownlint errors in README.md (#447)
fix cli rendering (#445)
add auto accept option to CLI (#421)
Remove unnecessary dependencies from deepagents module (#429)
fix: use request.override instead of direct attribute overrides (#431)
add missing type annotations (#425)
chore(deepagent-cli): remove double diff display (WIP) (#387)
Add skills and dual-scope memory to deepagents CLI (#315)
use thread id rather than hardcoding to main (#423)
release: deepagents 0.2.9, cli 0.0.9 (#411)
patch: remove resumable shell middleware (#410)
chore(cli): internal refactor and some unit tests for tool descriptions (#394)
Add simple benchmark tests (#395)
fix: remove temperature, not supported by some OpenAI models (o3) (#392)
release 0.0.8 deepagents-cli (#390)
release (#388)
clean up for HIL logic (#384)
chore: finish migration into monorepo structure (#383)
chore: clean up placeholder test file (#378)
feat(sandbox-protocol): introduce id property + restore missing traceback (#379)
chore: add simple integration tests (#377)
chore: carve out integration tests for CLI (#376)
chore: clean up some sandbox provider details (#375)
feat: sandbox protocol (#319)
chore: quick linting pass in cli (#349)
fix(cli): handle multiple concurrent interrupts in HITL workflow (#318)
feat(cli): add fetch_url tool for converting web content to markdown (#310)
ctrl-c protection, add buffer to avoid accidentally exiting thread (#300)
update message.text() to .text (#317)
release 0.2.5 (#306)
fix-cli(ui): show tool call running in spinner instead of hanging cursor (#305)
cli-update: make execute_task async, allows abort to work (#299)
fix (cli-ui): remove brittle/dead code for summarization tracking (#298)
fix (cli-ux): improved diff viewer (highlighting, line_nums, wrapping), fixed spacing nits on tool approval (#293)
ci: enable format lint (#292)
fix (cli): autocomplete for @ and / commands through directories, bash mode in TUI (#278)
chore: delete accidental file (#282)
handle hilt in a way that makes tracing better (#277)
simplify hilt (#276)
chore: add ci (#254)
move agent memory and bump (#249)
Revert "fix(cli): Abort functionality, autocomplete, and fixed memory prompts…" (#248)
fix(cli): Abort functionality, autocomplete, and fixed memory prompts (#246)
cr (#245)
fix(deepagents-cli): package the agent prompt correctly (#242)
release
ix(cli): Fix token counting bugs and improve clarity (#240)
release (#238)
Add deepagents cli scaffolding (#224)