-
Notifications
You must be signed in to change notification settings - Fork 2.4k
you forgot the important ones! #3105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
baxen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| pub fn get_language_identifier(path: &Path) -> &'static str { | ||
| match path.extension().and_then(|ext| ext.to_str()) { | ||
| Some("rs") => "rust", | ||
| Some("hs") => "haskell", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
| match path.extension().and_then(|ext| ext.to_str()) { | ||
| Some("rs") => "rust", | ||
| Some("hs") => "haskell", | ||
| Some("rkt") | Some("scm") => "scheme", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:nit: could include erlang
* upstream/main: Add a reference for recipes (block#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (block#3079) feat: new cli provider for claude code and gemini (block#3083) you forgot the important ones! (block#3105) hotfix: fix build (block#3102) Richer tool call ui messages (block#3104) Update linux instructions (block#3087)
* 'main' of github.com:block/goose: Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087)
* origin/main: Added announcement modal (#3098) build: Add `just` to Hermit, correct ui/desktop's README (#3116) fix: Make the entire toolcall argument row clickable to expand (#3118) Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087) Add flag for showing cost tracking (#3090) Improve config file editing and recovery fallback mechanisms (#3082)
Signed-off-by: Soroosh <[email protected]>

No description provided.