@elyracode/coding-agent 0.5.8 → 0.5.10
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.
- package/CHANGELOG.md +11 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +1 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/norwegian-midnight.json +95 -0
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +2 -0
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/docs/themes.md +5 -1
- package/docs/usage.md +8 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
|
@@ -4227,6 +4227,7 @@ export class InteractiveMode {
|
|
|
4227
4227
|
"@elyracode/i18n-tools -- Localization: hardcoded strings, missing translations",
|
|
4228
4228
|
"@elyracode/herd -- Laravel Herd: services, logs, PHP version, .env sync",
|
|
4229
4229
|
"@elyracode/anna -- Presentations: Anna.js slides, terminal demos, diagrams",
|
|
4230
|
+
"@elyracode/swarm -- Swarm: automated build, review, and refactor pipelines",
|
|
4230
4231
|
];
|
|
4231
4232
|
this.showSelector((done) => {
|
|
4232
4233
|
const selector = new ExtensionSelectorComponent("Install Extension", packages, (selected) => {
|