codex-agent-framework 0.1.8__tar.gz → 0.1.9__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 (63) hide show
  1. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/CHANGELOG.md +4 -0
  2. {codex_agent_framework-0.1.8/codex_agent_framework.egg-info → codex_agent_framework-0.1.9}/PKG-INFO +2 -1
  3. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/README.md +1 -0
  4. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9/codex_agent_framework.egg-info}/PKG-INFO +2 -1
  5. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/pyproject.toml +1 -1
  6. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/LICENSE +0 -0
  7. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/MANIFEST.in +0 -0
  8. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/__init__.py +0 -0
  9. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/__main__.py +0 -0
  10. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/agent.py +0 -0
  11. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/agent_runtime.py +0 -0
  12. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/ai.py +0 -0
  13. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/builtin_commands.py +0 -0
  14. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/builtin_providers.py +0 -0
  15. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/builtin_tools.py +0 -0
  16. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/chat.py +0 -0
  17. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/client.py +0 -0
  18. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/command.py +0 -0
  19. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/event.py +0 -0
  20. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/get_text/__init__.py +0 -0
  21. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/get_text/default_gitignore +0 -0
  22. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/get_text/get_text.py +0 -0
  23. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/get_text/simpler_get_text.py +0 -0
  24. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/get_webdriver.py +0 -0
  25. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/image.py +0 -0
  26. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/latex.py +0 -0
  27. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/memory.py +0 -0
  28. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/message.py +0 -0
  29. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/prompts/image_generation_system_prompt.txt +0 -0
  30. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/prompts/system_prompt.txt +0 -0
  31. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/provider.py +0 -0
  32. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/scheduler.py +0 -0
  33. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/server.py +0 -0
  34. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/service.py +0 -0
  35. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/stream_utils.py +0 -0
  36. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/tool.py +0 -0
  37. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/tray.py +0 -0
  38. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/tui.py +0 -0
  39. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/utils.py +0 -0
  40. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/voice.py +0 -0
  41. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent/worker.py +0 -0
  42. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent_framework.egg-info/SOURCES.txt +0 -0
  43. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent_framework.egg-info/dependency_links.txt +0 -0
  44. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent_framework.egg-info/entry_points.txt +0 -0
  45. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent_framework.egg-info/requires.txt +0 -0
  46. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/codex_agent_framework.egg-info/top_level.txt +0 -0
  47. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/setup.cfg +0 -0
  48. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_agent.py +0 -0
  49. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_ai.py +0 -0
  50. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_chat.py +0 -0
  51. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_cli.py +0 -0
  52. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_client.py +0 -0
  53. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_events.py +0 -0
  54. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_image_message.py +0 -0
  55. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_memory.py +0 -0
  56. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_messages.py +0 -0
  57. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_scheduler.py +0 -0
  58. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_server.py +0 -0
  59. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_service.py +0 -0
  60. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_tray.py +0 -0
  61. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_tui.py +0 -0
  62. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_utils.py +0 -0
  63. {codex_agent_framework-0.1.8 → codex_agent_framework-0.1.9}/tests/test_worker.py +0 -0
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and uses semantic versioning where practical.
6
+ ## [0.1.9] - 2026-05-05
7
+ ### Changed
8
+ - Maintenance release for the packaged distribution after validating the updated local execution environment and deploy workflow.
9
+
6
10
  ## [0.1.8] - 2026-05-05
7
11
  ### Changed
8
12
  - Scope TUI startup replay and SSE catch-up events to the current session so reopening the UI after session navigation cannot replay turns from another session.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codex-agent-framework
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A lightweight event-driven Codex agent runtime.
5
5
  Author: Baptiste
6
6
  License-Expression: MIT
@@ -400,6 +400,7 @@ python -m build
400
400
  The distribution includes prompt text files and `codex_agent/get_text/default_gitignore` through package data and `MANIFEST.in`.
401
401
 
402
402
  ## Recent changes
403
+ - `0.1.9`: maintenance packaging release after validating the local execution environment and deploy workflow.
403
404
  - `0.1.8`: scope TUI replay/SSE catch-up to the active session and make bash/python subprocesses inherit the project Python environment, including service-launched agents.
404
405
  - `0.1.7`: add durable RAG memory, scheduled wakeups, process-isolated server runtime, tray/service controls, robust SSE replay/reconnect, richer TUI status, and improved token estimates.
405
406
  - `0.1.6`: add the FastAPI REST/SSE bridge, HTTP/SSE client, async-style agent mainloop, and decoupled TUI operation.
@@ -352,6 +352,7 @@ python -m build
352
352
  The distribution includes prompt text files and `codex_agent/get_text/default_gitignore` through package data and `MANIFEST.in`.
353
353
 
354
354
  ## Recent changes
355
+ - `0.1.9`: maintenance packaging release after validating the local execution environment and deploy workflow.
355
356
  - `0.1.8`: scope TUI replay/SSE catch-up to the active session and make bash/python subprocesses inherit the project Python environment, including service-launched agents.
356
357
  - `0.1.7`: add durable RAG memory, scheduled wakeups, process-isolated server runtime, tray/service controls, robust SSE replay/reconnect, richer TUI status, and improved token estimates.
357
358
  - `0.1.6`: add the FastAPI REST/SSE bridge, HTTP/SSE client, async-style agent mainloop, and decoupled TUI operation.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codex-agent-framework
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: A lightweight event-driven Codex agent runtime.
5
5
  Author: Baptiste
6
6
  License-Expression: MIT
@@ -400,6 +400,7 @@ python -m build
400
400
  The distribution includes prompt text files and `codex_agent/get_text/default_gitignore` through package data and `MANIFEST.in`.
401
401
 
402
402
  ## Recent changes
403
+ - `0.1.9`: maintenance packaging release after validating the local execution environment and deploy workflow.
403
404
  - `0.1.8`: scope TUI replay/SSE catch-up to the active session and make bash/python subprocesses inherit the project Python environment, including service-launched agents.
404
405
  - `0.1.7`: add durable RAG memory, scheduled wakeups, process-isolated server runtime, tray/service controls, robust SSE replay/reconnect, richer TUI status, and improved token estimates.
405
406
  - `0.1.6`: add the FastAPI REST/SSE bridge, HTTP/SSE client, async-style agent mainloop, and decoupled TUI operation.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "codex-agent-framework"
7
- version = "0.1.8"
7
+ version = "0.1.9"
8
8
  description = "A lightweight event-driven Codex agent runtime."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"