Skip to content

Editions and token costs#7

Open
nicosammito wants to merge 5 commits into
mainfrom
feat/editions-and-token-costs
Open

Editions and token costs#7
nicosammito wants to merge 5 commits into
mainfrom
feat/editions-and-token-costs

Conversation

@nicosammito

Copy link
Copy Markdown
Member

@Taucher2003 because we now have editions, this should also be considered in the image building process

@nicosammito nicosammito requested a review from Taucher2003 June 18, 2026 11:23
@nicosammito nicosammito self-assigned this Jun 18, 2026
Comment thread src/edition.py Outdated
"cloud": ["cloud", "ee"],
}

_PACKAGES_DIR = os.path.join(os.path.dirname(__file__), "packages")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we please move the edition extensions outside of src or move everything into a src/packages/core directory?

I would really like to avoid a situation where the dockerfile has to copy all directories, except one (or two) subdirectory. It should instead be copy this directory, and if building a non-ce edition, another directory additionally.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

so you not only want the edition script to be outside of src, you also want the packages directly to be outside src?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Okay I changed it @Taucher2003.

@nicosammito nicosammito requested a review from Taucher2003 June 18, 2026 12:47
@nicosammito

Copy link
Copy Markdown
Member Author

Will be merged after next canary release

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