Releases: langwatch/better-agents
Releases · langwatch/better-agents
v0.1.2-beta.0
v0.1.1-beta.0
0.1.1-beta.0 (2025-11-18)
Features
- add ASCII art banner to init command (785efd4)
- add Cursor CLI and Kilocode CLI support with auto-launch (ee739fb)
- add ESLint with automatic unused import removal (1564be7)
- add release please (#26) (7cbec8f)
- add smithery, super agent man, improve instructions further (80d2e3b)
- add support for multiple LLM providers (Anthropic, Gemini, Bedrock, OpenRouter, Grok) (7effefa)
- add tsup build configuration for CLI publishing (c94e197)
- add tsup build configuration for CLI publishing (#20) (ba383b2)
- add unified logging for debug logs and standard user logging (#28) (99a8c4a)
- add unified logging for debug logs and standard user logging (#30) (f31da71), closes #27
- add unified logging system with Pino (74d8f29)
- always create timestamped debug log files (21b448a)
- create CLAUDE.md file for Claude Code projects (739e3bc)
- implement E2E test for TypeScript + Claude + Mastra flow (9ec5d6f)
- implement global unified logging across codebase (37c541c)
- init: add animated rainbow banner with horizontal color bands (f39aac1)
- llm-providers: add API key URLs for all providers during init flow (7702051)
- offer automatic installation for missing coding assistants (fd0dd64)
Bug Fixes
- better instructions (7440973)
- better rules (72d3886)
- correct typo in ASCII art banner (AGEENTS -> AGENTS) (50970ef)
- improve initial instructions, and mcp server does not need api key anymore (17183ef)
- improve instructions and change kilocode to automode (e6fa558)
- improve principles further (5c84ed7)
- use execSync for proper terminal control handover (7077d63)
Miscellaneous
- .gitignore local files (3938e2d)
- add coding guidelines (3e4dbc2)
- add new rule for commit and push (992156e)
- add unit testing guidelines (045151f)
- better name (#32) (1f6a420), closes #31
- fix lint (eb644d1)
- lint (9795f8c)
- new spec stories (93ded10)
- update pnpm lock (8e3aa8e)
Documentation
- add links to docs for evals and prompts (a5e74a2)
- improve readme and few renamings left (fa861ea)
- remove unused generated md files (7c3207f)
Code Refactoring
- complete utility namespacing and import standardization (87c3982)
- implement facade pattern for logger architecture (039b0c2)
- implement provider-based architecture to eliminate conditionals (dc768f6)
- implement provider-based architecture to eliminate conditionals (fdbf4e6)
- namespace utility functions and standardize imports (7a4c358)
- namespace utility functions and standardize imports (#24) (0424e01), closes #23
- reorganize codebase into feature-based architecture (70dcc0d)
- reorganize codebase into feature-based architecture (10a7b46)
- reorganize codebase into feature-based architecture (70dcc0d)
- simplify process launch with spawnSync (a084874)