Releases: DavidSouther/ailly
Releases · DavidSouther/ailly
v1.5.1
What's Changed
- Add template snippet to COOKBOOK by @cpyle0819 in #149
- Better detect and message unknown CLI region in Bedrock by @DavidSouther in #150
- Release 1.5.1 by @DavidSouther in #151
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Feat: Add --skip-head/skipHead meta options by @DavidSouther in #133
- Feat: Add --clean and Ailly: Clean that resets Ailly files. by @DavidSouther in #131
- Feat: continue as assistant by @DavidSouther in #137
- Feat: cookbook steps to pull statistics for a run of data. by @DavidSouther in #139
Core
- Refactor: consolidate edit messages. by @DavidSouther in #102
- Bedrock: correctly ignore ini cache. by @DavidSouther in #104
- Feat: Edit as template-view by @DavidSouther in #111
- Bugs: Bedrock BittyBugs by @DavidSouther in #116
- Bug: Include some debugging information in output. by @DavidSouther in #124
- Feat: allow prompt in combined: false head by @DavidSouther in #132
- Confirm context: folder works from aillyrc by @DavidSouther in #141
CLI
- Feat: --prompt --stream for Bedrock and noop engines. by @DavidSouther in #109
- Refactor: cli to typescript by @DavidSouther in #113
- Cleanup: getting started cli by @DavidSouther in #122
Extension
- Bug: Extension: Determine root from URL by @DavidSouther in #101
- Feat: specify aws-profile setting extension point. by @DavidSouther in #100
- Feat: output channel by @DavidSouther in #103
- Feat: rename settings & add Aws Region config by @DavidSouther in #105
- Docs: add extension docs to README.md by @jsspric in #107
- Clean: First extension test by @DavidSouther in #120
- Feat: Ailly extension will stream edits into vscode by @DavidSouther in #110
- Feat: Getting Started by @DavidSouther in #121
- Bug: Use os-normalized fsPath by @DavidSouther in #123
- Refactor extension command registration. by @DavidSouther in #138
- Feat: extension generate all by @DavidSouther in #135
- Feat: template views in extension by @DavidSouther in #142
Web
- Tabs: call onSelect if provided. by @DavidSouther in #99
New Contributors
Full Changelog: v1.4.0...v1.5.0-rc2
v1.5.0-rc3
What's Changed
- Feat: Add --skip-head/skipHead meta options by @DavidSouther in #133
- Feat: Add --clean and Ailly: Clean that resets Ailly files. by @DavidSouther in #131
- Feat: continue as assistant by @DavidSouther in #137
- Feat: cookbook steps to pull statistics for a run of data. by @DavidSouther in #139
Core
- Feat: allow prompt in combined: false head by @DavidSouther in #132
- Confirm context: folder works from aillyrc by @DavidSouther in #141
Extension
- Refactor extension command registration. by @DavidSouther in #138
- Feat: extension generate all by @DavidSouther in #135
- Feat: template views in extension by @DavidSouther in #142
Full Changelog: v1.5.0-rc2...v1.5.0-rc3
v1.5.0-rc2
What's Changed
Core
- Refactor: consolidate edit messages. by @DavidSouther in #102
- Bedrock: correctly ignore ini cache. by @DavidSouther in #104
- Feat: Edit as template-view by @DavidSouther in #111
- Bugs: Bedrock BittyBugs by @DavidSouther in #116
- Bug: Include some debugging information in output. by @DavidSouther in #124
CLI
- Feat: --prompt --stream for Bedrock and noop engines. by @DavidSouther in #109
- Refactor: cli to typescript by @DavidSouther in #113
- Cleanup: getting started cli by @DavidSouther in #122
Extension
- Bug: Extension: Determine root from URL by @DavidSouther in #101
- Feat: specify aws-profile setting extension point. by @DavidSouther in #100
- Feat: output channel by @DavidSouther in #103
- Feat: rename settings & add Aws Region config by @DavidSouther in #105
- Docs: add extension docs to README.md by @jsspric in #107
- Clean: First extension test by @DavidSouther in #120
- Feat: Ailly extension will stream edits into vscode by @DavidSouther in #110
- Feat: Getting Started by @DavidSouther in #121
- Bug: Use os-normalized fsPath by @DavidSouther in #123
Web
- Tabs: call onSelect if provided. by @DavidSouther in #99
New Contributors
Full Changelog: v1.4.0...v1.5.0-rc2
v1.4.0
What's Changed
core & cli
- --version suppresses child stderr when checking git repo by @DavidSouther in #61
- Add configurable request limit & flag. by @DavidSouther in #69
- Fixes golang file filtering in gitignore_fs.ts and adds a test by @beqqrry-aws in #75
- Handle
--prompt -
for stdin and document> out
by @DavidSouther in #77 - Use full contents in edit context by @DavidSouther in #80
- Feat: Allow passing multiple --template-view arguments by @DavidSouther in #97
- Feat: --max-depth to limit amount of context loaded. by @DavidSouther in #89
- Allow specifying template-view as a file in aillyrc by @DavidSouther in #90
ailly.dev
- Bug: Fix Package Extension workflow by @DavidSouther in #84
- Bug: Mix colors in srgb. by @DavidSouther in #81
- Feat: ailly.dev Response and Prompt tabs in output. by @DavidSouther in #82
- Feat: Allow freeform storyboard inputs after all story items shown. by @DavidSouther in #83
- Web CI by @DavidSouther in #85
- Add bird examples by @DavidSouther in #93
- Add copy buttons to prompt and response outputs by @DavidSouther in #96
VSCode Extension
- Extension updates and
Ailly: edit
command by @DavidSouther in #78 - Compile and publish extension by @DavidSouther in #79
New Contributors
- @beqqrry-aws made their first contribution in #75
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
Features
- Add --context=conversation|folder|none handling by @DavidSouther in #43
- Add --edit CLI mode with --lines [start]:[end] by @DavidSouther in #44
- Add --log-level=error|warn|info|debug|silent and --pretty human readable vs JSONL by @DavidSouther in #54
- Bedrock validation only requires at least one user message by @DavidSouther in #50
- Add opus bedrock model id by @DavidSouther in #51
- Ailly.dev beta by @DavidSouther in #56
Bugs
- Adds integration testing by @DavidSouther in #47
- Backfill to support node16 by @DavidSouther in #55
- Fix bedrock messages not generating in non-predecessor mode by @DavidSouther in #49
Full Changelog: v1.2.6...v1.3.0
v1.3.0-rc2
v1.3.0-rc2
v1.3.0-rc1
What's Changed
- Cleanup tasks by @DavidSouther in #42
- Add --context handling by @DavidSouther in #43
- Add --edit CLI mode by @DavidSouther in #44
- Reorganize
content
folder by @DavidSouther in #46 - Adds integration testing by @DavidSouther in #47
Full Changelog: v1.2.6...v1.3.0-rc1
v1.2.6
What's Changed
- Use
yaml.stringify
, which has better block format output controls. by @DavidSouther in #29 - Improve logging on CLI. by @DavidSouther in #30
- Add --template-view to CLI by @DavidSouther in #28
- Add jsdoc types in cli fs.js to make error handling better by @DavidSouther in #31
Full Changelog: v1.2.5...v1.2.6