stashai 0.1.331__tar.gz → 0.1.332__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. {stashai-0.1.331/stashai.egg-info → stashai-0.1.332}/PKG-INFO +1 -1
  2. {stashai-0.1.331 → stashai-0.1.332}/pyproject.toml +1 -1
  3. {stashai-0.1.331 → stashai-0.1.332/stashai.egg-info}/PKG-INFO +1 -1
  4. {stashai-0.1.331 → stashai-0.1.332}/LICENSE +0 -0
  5. {stashai-0.1.331 → stashai-0.1.332}/README.md +0 -0
  6. {stashai-0.1.331 → stashai-0.1.332}/cli/__init__.py +0 -0
  7. {stashai-0.1.331 → stashai-0.1.332}/cli/client.py +0 -0
  8. {stashai-0.1.331 → stashai-0.1.332}/cli/config.py +0 -0
  9. {stashai-0.1.331 → stashai-0.1.332}/cli/formatting.py +0 -0
  10. {stashai-0.1.331 → stashai-0.1.332}/cli/import_history.py +0 -0
  11. {stashai-0.1.331 → stashai-0.1.332}/cli/main.py +0 -0
  12. {stashai-0.1.331 → stashai-0.1.332}/cli/mcp_server.py +0 -0
  13. {stashai-0.1.331 → stashai-0.1.332}/cli/telemetry.py +0 -0
  14. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/__init__.py +0 -0
  15. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_agent_cli.py +0 -0
  16. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_agent_detection.py +0 -0
  17. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_app_vfs.py +0 -0
  18. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_client_retry.py +0 -0
  19. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_history_pagination.py +0 -0
  20. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_hook_cli.py +0 -0
  21. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_import_history.py +0 -0
  22. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_install_codex.py +0 -0
  23. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_install_gemini.py +0 -0
  24. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_install_hermes.py +0 -0
  25. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_install_hooks.py +0 -0
  26. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_install_openclaw.py +0 -0
  27. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_ls_cmd.py +0 -0
  28. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_marketplace_autoupdate.py +0 -0
  29. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_memory_recompute_poll.py +0 -0
  30. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_mount_vfs.py +0 -0
  31. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_root_help.py +0 -0
  32. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_scope_config.py +0 -0
  33. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_setup_complete_splash.py +0 -0
  34. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_share_and_upload_helpers.py +0 -0
  35. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_sharing_cli.py +0 -0
  36. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_skill_client_permissions.py +0 -0
  37. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_skills_install.py +0 -0
  38. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_skills_installed.py +0 -0
  39. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_skills_sync.py +0 -0
  40. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_sources_cli.py +0 -0
  41. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_streaming_toggle.py +0 -0
  42. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_tools_cli.py +0 -0
  43. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_update_file_and_folder.py +0 -0
  44. {stashai-0.1.331 → stashai-0.1.332}/cli/tests/test_upload_status_helpers.py +0 -0
  45. {stashai-0.1.331 → stashai-0.1.332}/setup.cfg +0 -0
  46. {stashai-0.1.331 → stashai-0.1.332}/stashai/__init__.py +0 -0
  47. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/__init__.py +0 -0
  48. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/_do_session_upload.py +0 -0
  49. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/_do_upload.py +0 -0
  50. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/_session_watcher.py +0 -0
  51. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/agent_config.py +0 -0
  52. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/__init__.py +0 -0
  53. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/adapt.py +0 -0
  54. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/config.py +0 -0
  55. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/on_prompt.py +0 -0
  56. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/on_session_end.py +0 -0
  57. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/on_session_start.py +0 -0
  58. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/on_stop.py +0 -0
  59. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/claude/scripts/on_tool_use.py +0 -0
  60. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/AGENTS.md +0 -0
  61. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/README.md +0 -0
  62. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/config.toml.snippet +0 -0
  63. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/hooks.json +0 -0
  64. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/adapt.py +0 -0
  65. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/config.py +0 -0
  66. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/on_prompt.py +0 -0
  67. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/on_session_start.py +0 -0
  68. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/on_stop.py +0 -0
  69. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/codex/scripts/on_tool_use.py +0 -0
  70. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/README.md +0 -0
  71. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/hooks.json +0 -0
  72. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/adapt.py +0 -0
  73. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/config.py +0 -0
  74. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/on_agent_response.py +0 -0
  75. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/on_prompt.py +0 -0
  76. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/on_session_end.py +0 -0
  77. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/on_session_start.py +0 -0
  78. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/scripts/on_tool_use.py +0 -0
  79. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/cursor/stash.mdc +0 -0
  80. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/GEMINI.md +0 -0
  81. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/README.md +0 -0
  82. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/adapt.py +0 -0
  83. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/config.py +0 -0
  84. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/on_prompt.py +0 -0
  85. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/on_session_end.py +0 -0
  86. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/on_session_start.py +0 -0
  87. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/on_stop.py +0 -0
  88. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/scripts/on_tool_use.py +0 -0
  89. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/gemini/settings.snippet.json +0 -0
  90. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/HERMES.md +0 -0
  91. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/README.md +0 -0
  92. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/config.snippet.yaml +0 -0
  93. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/adapt.py +0 -0
  94. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/config.py +0 -0
  95. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/on_prompt.py +0 -0
  96. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/on_session_end.py +0 -0
  97. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/on_session_start.py +0 -0
  98. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/on_stop.py +0 -0
  99. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/hermes/scripts/on_tool_use.py +0 -0
  100. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/README.md +0 -0
  101. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/dist/index.js +0 -0
  102. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/index.ts +0 -0
  103. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/openclaw.plugin.json +0 -0
  104. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/package.json +0 -0
  105. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/adapt.py +0 -0
  106. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/config.py +0 -0
  107. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/on_prompt.py +0 -0
  108. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/on_session_end.py +0 -0
  109. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/on_session_start.py +0 -0
  110. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/openclaw/scripts/on_stop.py +0 -0
  111. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/AGENTS.md +0 -0
  112. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/README.md +0 -0
  113. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/package.json +0 -0
  114. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/plugin.ts +0 -0
  115. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/adapt.py +0 -0
  116. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/config.py +0 -0
  117. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/on_prompt.py +0 -0
  118. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/on_session_end.py +0 -0
  119. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/on_session_start.py +0 -0
  120. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/assets/opencode/scripts/on_tool_use.py +0 -0
  121. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/doctor.py +0 -0
  122. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/event.py +0 -0
  123. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/hooks.py +0 -0
  124. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/scope.py +0 -0
  125. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/session_upload.py +0 -0
  126. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/stash_client.py +0 -0
  127. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/state.py +0 -0
  128. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/summarize.py +0 -0
  129. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/transcript_upload.py +0 -0
  130. {stashai-0.1.331 → stashai-0.1.332}/stashai/plugin/upload_status.py +0 -0
  131. {stashai-0.1.331 → stashai-0.1.332}/stashai.egg-info/SOURCES.txt +0 -0
  132. {stashai-0.1.331 → stashai-0.1.332}/stashai.egg-info/dependency_links.txt +0 -0
  133. {stashai-0.1.331 → stashai-0.1.332}/stashai.egg-info/entry_points.txt +0 -0
  134. {stashai-0.1.331 → stashai-0.1.332}/stashai.egg-info/requires.txt +0 -0
  135. {stashai-0.1.331 → stashai-0.1.332}/stashai.egg-info/top_level.txt +0 -0
  136. {stashai-0.1.331 → stashai-0.1.332}/stashvfs/__init__.py +0 -0
  137. {stashai-0.1.331 → stashai-0.1.332}/stashvfs/client.py +0 -0
  138. {stashai-0.1.331 → stashai-0.1.332}/stashvfs/model.py +0 -0
  139. {stashai-0.1.331 → stashai-0.1.332}/stashvfs/shell.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stashai
3
- Version: 0.1.331
3
+ Version: 0.1.332
4
4
  Summary: CLI for Stash — shared memory for AI coding agents
5
5
  Author: Fergana Labs
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "stashai"
3
- version = "0.1.331"
3
+ version = "0.1.332"
4
4
  description = "CLI for Stash — shared memory for AI coding agents"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stashai
3
- Version: 0.1.331
3
+ Version: 0.1.332
4
4
  Summary: CLI for Stash — shared memory for AI coding agents
5
5
  Author: Fergana Labs
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes