Releases: mattmorgis/oai-coding-agent
Releases · mattmorgis/oai-coding-agent
Release v0.0.4
What's Changed
- feat: set gpt-5 as default model and update docs by @mattmorgis in #155
Full Changelog: v0.0.3...v0.0.4
Release v0.0.3
Release v0.0.2
What's Changed
- Integrate TokenAnimator into ReplConsole.prompt_fragments with animated token metrics by @oai-coding-agent in #102
Full Changelog: v0.0.1...v0.0.2
Release v0.0.1
What's Changed
- ci: install pre-commit hooks in headless agent workflow by @oai-coding-agent in #96
- Centralize version handling and add --version flag to CLI by @oai-coding-agent in #98
- Add TokenAnimator: pure numeric animation of token counts by @oai-coding-agent in #101
Full Changelog: v0.0.1-alpha...v0.0.1
Release v0.0.1-alpha
What's Changed
- Streaming agent by @mattmorgis in #2
- Add ruff formatting by @mattmorgis in #3
- Interactive CLI by @mattmorgis in #4
- Add preflight checks and prompt file input support by @github-actions in #12
- Resolve mypy errors and fix two miscellaneous bugs by @mattmorgis in #21
- Add mypy.ini config with test-specific overrides and remove mypy settings from pyproject.toml by @github-actions in #28
- tests: ignore attr-defined errors for fake dotenv in test_config.py by @github-actions in #29
- Resolve mypy arg-type errors in console tests by @github-actions in #30
- Clear mypy errors in tests/test_agent.py by @github-actions in #31
- ci: Add CI workflow for ruff, mypy & pytest by @mattmorgis in #33
- Add git hook to add Co-Authored trailer to commits by @mattmorgis in #35
- Refactor preflight by @mattmorgis in #36
- GitHub auth cli by @mendo9 in #46
- Cli default command by @mendo9 in #48
- Centralize XDG directory resolution with helper functions by @github-actions in #42
- Use XDG data directory for prompt history in ReplConsole by @github-actions in #51
- Replace hard-coded log path with XDG data directory by @github-actions in #52
- Refactor commit hook to use XDG-compliant config directory by @github-actions in #53
- Use XDG data directory for GitHub auth token storage by @github-actions in #54
- Simplify Agent.run and remove previous_response_id parameter by @mattmorgis in #34
- Fix agent workflow with backticks in input by @mattmorgis in #61
- Add flag to run atlassian mcp server by @mattmorgis in #62
- Add unit tests for GitHub device flow authentication by @github-actions in #55
- Enable parallel tool calls by @mattmorgis in #65
- Cli interrupt by @mendo9 in #67
- Update GitHub Workflow to Use Agent Identity by @mattmorgis in #69
- refactor(cli): use Annotated from typing instead of typing_extensions by @oai-coding-agent in #72
- docs: update project description in pyproject.toml by @oai-coding-agent in #75
- Remove GitHub Directory by @oai-coding-agent in #77
- Add unit tests for token_storage by @oai-coding-agent in #82
- Map ResponseCompletedEvent to UsageEvent in agent events by @oai-coding-agent in #83
- Consume UsageEvent in ReplConsole and maintain cumulative session usage by @oai-coding-agent in #85
New Contributors
- @mattmorgis made their first contribution in #2
- @github-actions made their first contribution in #12
- @oai-coding-agent made their first contribution in #72
Full Changelog: https://github.com/mattmorgis/oai-coding-agent/commits/v0.0.1-alpha