README.md
pyproject.toml
src/chatybot/__init__.py
src/chatybot/agentic_replayer.py
src/chatybot/buffer_manager.py
src/chatybot/chat_config.toml
src/chatybot/chatdsl_parse.py
src/chatybot/chaty_help.py
src/chatybot/chatybot_app.py
src/chatybot/chatydb.py
src/chatybot/config_manager.py
src/chatybot/config_model.py
src/chatybot/config_sync.py
src/chatybot/config_tui.py
src/chatybot/context_limit.py
src/chatybot/dispatcher.py
src/chatybot/env_utils.py
src/chatybot/extract_code.py
src/chatybot/image_generator.py
src/chatybot/image_manager.py
src/chatybot/localization.py
src/chatybot/logging_manager.py
src/chatybot/macro.chatdsl
src/chatybot/main.py
src/chatybot/mcp_client.py
src/chatybot/migrate_sessions.py
src/chatybot/pattern.py
src/chatybot/profile_editor.py
src/chatybot/profile_manager.py
src/chatybot/profile_model.py
src/chatybot/profile_tui.py
src/chatybot/session_factory.py
src/chatybot/session_interface.py
src/chatybot/session_replayer.py
src/chatybot/session_store_jsonl.py
src/chatybot/session_store_monolithic.py
src/chatybot/setup_keys.py
src/chatybot/tools_config.toml
src/chatybot/translations.json
src/chatybot/vendors.py
src/chatybot.egg-info/PKG-INFO
src/chatybot.egg-info/SOURCES.txt
src/chatybot.egg-info/dependency_links.txt
src/chatybot.egg-info/entry_points.txt
src/chatybot.egg-info/requires.txt
src/chatybot.egg-info/top_level.txt
src/chatybot/commands/__init__.py
src/chatybot/commands/buffer.py
src/chatybot/commands/context.py
src/chatybot/commands/db.py
src/chatybot/commands/debug.py
src/chatybot/commands/debug_misc.py
src/chatybot/commands/image.py
src/chatybot/commands/models.py
src/chatybot/commands/proc_macros.py
src/chatybot/commands/registry.py
src/chatybot/commands/replay.py
src/chatybot/commands/rerank.py
src/chatybot/commands/session.py
src/chatybot/commands/tools.py
src/chatybot/profiles/coding.chatdsl
src/chatybot/profiles/explorer.chatdsl
src/chatybot/profiles/general.chatdsl
src/chatybot/tinydb1/__init__.py
src/chatybot/tinydb1/corpus_manager.py
src/chatybot/tools/__init__.py
src/chatybot/tools/context_utils.py
src/chatybot/tools/file_utils.py
src/chatybot/tools/math_utils.py
src/chatybot/tools/str_utils.py
src/chatybot/tools/tool_config_tui.py
test/test_agentic_replayer.py
test/test_arrays.py
test/test_auto_truncate_persistence.py
test/test_buffer_manager.py
test/test_calc.py
test/test_capability_error.py
test/test_chat_history_flag.py
test/test_chatydb.py
test/test_command_migration_phase2.py
test/test_command_migration_phase3.py
test/test_command_registry.py
test/test_command_verb_validation.py
test/test_config_manager.py
test/test_config_sync.py
test/test_config_tui.py
test/test_context_command.py
test/test_context_edge_cases.py
test/test_context_limit.py
test/test_context_limit_carryover.py
test/test_context_tool.py
test/test_env_utils.py
test/test_extract_code.py
test/test_file_utils.py
test/test_foreach.py
test/test_help.py
test/test_if_numeric.py
test/test_localization.py
test/test_logging_manager.py
test/test_mcp_client.py
test/test_migrate_sessions.py
test/test_multiline.py
test/test_no_tools.py
test/test_procs.py
test/test_profile_integration.py
test/test_profile_manager.py
test/test_profile_tui_help.py
test/test_profile_unmanaged.py
test/test_rerank.py
test/test_run_command.py
test/test_sampling_params.py
test/test_session.py
test/test_session_replayer.py
test/test_session_store_pluggable.py
test/test_str_search.py
test/test_tool_history.py
test/test_tool_loop_serialization.py
test/test_tool_scratch.py
test/test_tui_terminal_size.py
test/test_vmem.py