Merge Linc upstream sync and prepare v0.79.0 release#10
Open
maxsonderby wants to merge 1133 commits into
Open
Conversation
closes #4916
fix(tui): detect Apple Terminal Shift+Enter
closes #4897
This reverts commit d0d1d8e.
closes #4897
Closes #4943
closes #4969
closes #4983
closes #4967
closes #5377
closes #5330
closes #5331
feat(ui): Improved project approval settings
Add prompt template argument defaults
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Additional Suggestions:
- The Case.dev API key is passed to the
casedevCLI via the--api-key <key>command-line argument, exposing the secret in process listings (ps, /proc//cmdline) to other local users/processes.
- Docs preview landing page redirects to
/docs/overview, which is never generated (onlyoverlay.mdexists), causing a 404 on the site root.
d20bd8e to
2b42727
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge the upstream Pi 0.79 sync into Linc and prepare the
@casemark/linc@0.79.0npm release.This brings in the updated Linc CLI package shape, including the
dark-linclocal-development variant that stores state under~/.dark-lincinstead of normal~/.lincstate.Changes
dark-lincas a local-development bin viapackages/coding-agent/scripts/dark-linc.mjs.@casemark/lincpackage metadata to0.79.0.package-lock.jsonpackages/ai/src/models.generated.tspackages/ai/src/image-models.generated.ts@casemark/lincwith provenance.Validation
npm installnpm run checknpm run cleannpm run buildnpm run shrinkwrap --workspace @casemark/lincnode scripts/publish.mjs --dry-runnpm run dark-linc -- --helpnpm run dark-linc -- --versionreturned0.79.0Notes
npm installon local Nodev22.22.2warned that@earendil-works/gondolin@0.12.0declaresnode >=23.6.0. The install and checks still completed successfully.After merge, tag
v0.79.0frommainto trigger the binary build and npm publish workflow.