mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Add test coverage for issue #406 where filesystem-based agents loaded via setting_sources=["project"] may silently fail in Docker environments. Changes: - Add e2e test `test_filesystem_agent_loading` that verifies agents from .claude/agents/*.md are loaded and produce full responses - Add example `examples/filesystem_agents.py` demonstrating filesystem agent usage - Add test agent file `.claude/agents/test-agent.md` for the SDK repo The test confirms this works correctly outside Docker, helping isolate #406 as a Docker/bundled-CLI specific issue. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| plugins/demo-plugin | ||
| agents.py | ||
| filesystem_agents.py | ||
| hooks.py | ||
| include_partial_messages.py | ||
| max_budget_usd.py | ||
| mcp_calculator.py | ||
| plugin_example.py | ||
| quick_start.py | ||
| setting_sources.py | ||
| stderr_callback_example.py | ||
| streaming_mode.py | ||
| streaming_mode_ipython.py | ||
| streaming_mode_trio.py | ||
| system_prompt.py | ||
| tool_permission_callback.py | ||
| tools_option.py | ||