Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 04:36
· 6 commits to main since this release
80590f8

What's Changed

  • feat: 100% test coverage, angie configure command, README overhaul, lint clean by @brettbergin in #2
  • feat: wire pydantic-ai into all 15 domain agents + 100% test coverage by @brettbergin in #3
  • feat: Tier 1 maturity improvements, chat UX, team management, and UI polish by @brettbergin in #5
  • feat: multi-conversation chat, event system integration, and task dispatch by @brettbergin in #6
  • fix: eliminate all pytest warnings by @brettbergin in #7
  • feat: Spotify agent chat integration with @-mentions and polling by @brettbergin in #8
  • feat: add Vitest frontend test suite + fix UTC timestamp parsing by @brettbergin in #19
  • docs: update README pronouns to use Angie by name by @brettbergin in #20
  • feat: WebSocket status indicator fix + team enable/disable toggle by @brettbergin in #21
  • docs: update README architecture diagram channels and formatting by @brettbergin in #22
  • docs: update README features and arch diagram, add CI Docker builds by @brettbergin in #23
  • feat: add Connections page — centralized credential management by @brettbergin in #29
  • Fix events permanently showing pending by @brettbergin in #33
  • feat: paginated conversation sidebar + agent category grouping by @brettbergin in #35
  • feat: add Web/Screenshot agent — browse URLs, take screenshots, summarize pages by @brettbergin in #36
  • feat: Move user preferences from CLI to DB-backed Settings UI by @brettbergin in #38
  • feat: implement full cron scheduling system with DB persistence and UI by @brettbergin in #39
  • chore: remove accidentally committed .copilot session state by @brettbergin in #44
  • fix: resolve issues #41, #43, #45 — CI fixes and prompts cleanup by @brettbergin in #46
  • feat: multi-select category filters on Agents page by @brettbergin in #48
  • feat: add new agents, Makefile targets, CI improvements, and README badges by @brettbergin in #50
  • chore: remove stale screenshot files from repo root by @brettbergin in #51
  • fix: secure GitHub PAT propagation and harden software-dev agent by @brettbergin in #53
  • feat: Add Weather Agent by @brettbergin in #54
  • feat: add Anthropic Claude SDK as alternative LLM backend (#47) by @brettbergin in #56
  • fix: reliable task-result delivery via Redis pub/sub + sidebar refresh by @brettbergin in #59
  • chore(deps): bump minimatch in /frontend by @dependabot[bot] in #58
  • chore(deps): bump rollup from 4.58.0 to 4.59.0 in /frontend by @dependabot[bot] in #57
  • feat: add mdformat enforcement and PyPI publishing (#27, #31) by @brettbergin in #60
  • fix: use .venv/bin/pytest in deploy workflow by @brettbergin in #61
  • fix: correct two pre-existing test failures by @brettbergin in #62

New Contributors

Full Changelog: https://github.com/brettbergin/angie/commits/v0.1.0

What's Changed

  • feat: 100% test coverage, angie configure command, README overhaul, lint clean by @brettbergin in #2
  • feat: wire pydantic-ai into all 15 domain agents + 100% test coverage by @brettbergin in #3
  • feat: Tier 1 maturity improvements, chat UX, team management, and UI polish by @brettbergin in #5
  • feat: multi-conversation chat, event system integration, and task dispatch by @brettbergin in #6
  • fix: eliminate all pytest warnings by @brettbergin in #7
  • feat: Spotify agent chat integration with @-mentions and polling by @brettbergin in #8
  • feat: add Vitest frontend test suite + fix UTC timestamp parsing by @brettbergin in #19
  • docs: update README pronouns to use Angie by name by @brettbergin in #20
  • feat: WebSocket status indicator fix + team enable/disable toggle by @brettbergin in #21
  • docs: update README architecture diagram channels and formatting by @brettbergin in #22
  • docs: update README features and arch diagram, add CI Docker builds by @brettbergin in #23
  • feat: add Connections page — centralized credential management by @brettbergin in #29
  • Fix events permanently showing pending by @brettbergin in #33
  • feat: paginated conversation sidebar + agent category grouping by @brettbergin in #35
  • feat: add Web/Screenshot agent — browse URLs, take screenshots, summarize pages by @brettbergin in #36
  • feat: Move user preferences from CLI to DB-backed Settings UI by @brettbergin in #38
  • feat: implement full cron scheduling system with DB persistence and UI by @brettbergin in #39
  • chore: remove accidentally committed .copilot session state by @brettbergin in #44
  • fix: resolve issues #41, #43, #45 — CI fixes and prompts cleanup by @brettbergin in #46
  • feat: multi-select category filters on Agents page by @brettbergin in #48
  • feat: add new agents, Makefile targets, CI improvements, and README badges by @brettbergin in #50
  • chore: remove stale screenshot files from repo root by @brettbergin in #51
  • fix: secure GitHub PAT propagation and harden software-dev agent by @brettbergin in #53
  • feat: Add Weather Agent by @brettbergin in #54
  • feat: add Anthropic Claude SDK as alternative LLM backend (#47) by @brettbergin in #56
  • fix: reliable task-result delivery via Redis pub/sub + sidebar refresh by @brettbergin in #59
  • chore(deps): bump minimatch in /frontend by @dependabot[bot] in #58
  • chore(deps): bump rollup from 4.58.0 to 4.59.0 in /frontend by @dependabot[bot] in #57
  • feat: add mdformat enforcement and PyPI publishing (#27, #31) by @brettbergin in #60
  • fix: use .venv/bin/pytest in deploy workflow by @brettbergin in #61
  • fix: correct two pre-existing test failures by @brettbergin in #62

New Contributors

Full Changelog: https://github.com/brettbergin/angie/commits/v0.1.0

What's Changed

  • feat: 100% test coverage, angie configure command, README overhaul, lint clean by @brettbergin in #2
  • feat: wire pydantic-ai into all 15 domain agents + 100% test coverage by @brettbergin in #3
  • feat: Tier 1 maturity improvements, chat UX, team management, and UI polish by @brettbergin in #5
  • feat: multi-conversation chat, event system integration, and task dispatch by @brettbergin in #6
  • fix: eliminate all pytest warnings by @brettbergin in #7
  • feat: Spotify agent chat integration with @-mentions and polling by @brettbergin in #8
  • feat: add Vitest frontend test suite + fix UTC timestamp parsing by @brettbergin in #19
  • docs: update README pronouns to use Angie by name by @brettbergin in #20
  • feat: WebSocket status indicator fix + team enable/disable toggle by @brettbergin in #21
  • docs: update README architecture diagram channels and formatting by @brettbergin in #22
  • docs: update README features and arch diagram, add CI Docker builds by @brettbergin in #23
  • feat: add Connections page — centralized credential management by @brettbergin in #29
  • Fix events permanently showing pending by @brettbergin in #33
  • feat: paginated conversation sidebar + agent category grouping by @brettbergin in #35
  • feat: add Web/Screenshot agent — browse URLs, take screenshots, summarize pages by @brettbergin in #36
  • feat: Move user preferences from CLI to DB-backed Settings UI by @brettbergin in #38
  • feat: implement full cron scheduling system with DB persistence and UI by @brettbergin in #39
  • chore: remove accidentally committed .copilot session state by @brettbergin in #44
  • fix: resolve issues #41, #43, #45 — CI fixes and prompts cleanup by @brettbergin in #46
  • feat: multi-select category filters on Agents page by @brettbergin in #48
  • feat: add new agents, Makefile targets, CI improvements, and README badges by @brettbergin in #50
  • chore: remove stale screenshot files from repo root by @brettbergin in #51
  • fix: secure GitHub PAT propagation and harden software-dev agent by @brettbergin in #53
  • feat: Add Weather Agent by @brettbergin in #54
  • feat: add Anthropic Claude SDK as alternative LLM backend (#47) by @brettbergin in #56
  • fix: reliable task-result delivery via Redis pub/sub + sidebar refresh by @brettbergin in #59
  • chore(deps): bump minimatch in /frontend by @dependabot[bot] in #58
  • chore(deps): bump rollup from 4.58.0 to 4.59.0 in /frontend by @dependabot[bot] in #57
  • feat: add mdformat enforcement and PyPI publishing (#27, #31) by @brettbergin in #60
  • fix: use .venv/bin/pytest in deploy workflow by @brettbergin in #61
  • fix: correct two pre-existing test failures by @brettbergin in #62
  • chore: rename PyPI package to angie-ai by @brettbergin in #63

New Contributors

Full Changelog: https://github.com/brettbergin/angie/commits/v0.1.0