Skip to content

create bundle(index.js) from sources#1

Open
mloginov wants to merge 10 commits into
v1-devfrom
v1-dev-build
Open

create bundle(index.js) from sources#1
mloginov wants to merge 10 commits into
v1-devfrom
v1-dev-build

Conversation

mloginov added 3 commits April 9, 2026 13:47
add dev build(creates dev server on http://localhost:1234 by default)
Comment thread .github/workflows/release.yml Outdated
- name: upload artifact
uses: AButler/upload-release-assets@v3.0
with:
files: "dist/dist.tar.gz"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe name the file after release or some other stuff

Comment thread src/extension-2/index.js
// Orchestrator

export async function startAltTextGeneration() {
codioIDE.coachBot.write(`Generating alt text for ya my bestie... give me a sec and I'll get started!`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who is bestie? =)

Comment thread src/extension-1/index.js
)
console.log("response", result.result)

const startIndex = result.result.indexOf(`<${xml_tag}>`) + `<${xml_tag}>`.length

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<${xml_tag}>
reuse as variable?

@AndreyNikitin

Copy link
Copy Markdown

does this task needs review?
is it a template?

@mloginov

Copy link
Copy Markdown
Author

does this task needs review? is it a template?

it's sample repo. WIP. need to review only build step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants