bodicsek

bodicsek a împins spre master la emacs/emacs

  • 1385557a25 Adding oca.el manual token retrieval fallback

2 săptămâni în urmă

bodicsek a împins spre master la emacs/emacs

  • b9ae0b3bcf Improve OCA auth timeout UX and markdown heading theming

3 săptămâni în urmă

bodicsek a împins spre master la emacs/emacs

  • 4eb509cb36 Improve OCA auth flow diagnostics and timeout handling

3 săptămâni în urmă

bodicsek a împins spre master la emacs/emacs

3 săptămâni în urmă

bodicsek a împins spre master la emacs/emacs

  • 9d1c5cfd86 Update Ellama default model and shell tools

4 săptămâni în urmă

bodicsek a împins spre master la emacs/emacs

  • 18da2824ce Tweak paredit in eval-expression minibuffer

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • e2f2683980 Switch to light nano theme Changed the nano-theme configuration in init.el from (nano-dark) to (nano-light) for a lighter appearance.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • dd81c106e7 Restclient - Update SSO email and add initiate-checkout test case Changed the default SSO username from jediautotest@yahoo.com to david.nabraczky-hajos@oracle.com. Added a new POST request to /wga/ords/osp/checkout-inbound/v1/initiate-checkout with sample JSON payload for testing account details refresh as per OSP-82539, including cart details, line items, agreements, credit cards, and return options for a French customer.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • da8e0a83e3 Bind C-c o for agent-shell; bump package versions

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • b1a133620c Start zsh after Nix environment setup Added `exec zsh` to the end of the shell script in shell.nix to automatically launch a zsh shell after the environment is ready.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • c24576e2f7 Disabling garbage collection messages

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 76ee810013 Add Markdown mode support Added configuration for markdown-mode package using straight.el, including file associations for .md and .markdown files. Enabled pandoc for rendering, native code block fontification, and various display options like header scaling, hiding markup/URLs, and custom characters for blockquotes and horizontal rules. Defined custom faces for headers and code blocks with adjusted heights and backgrounds. Introduced my/markdown-prose-setup function to enable visual-line-mode, variable-pitch-mode, line spacing, and prettify-symbols for bullet points, hooked into markdown-mode. Added pandoc package to shell.nix for environment support.
  • 6ebb354c09 Add Emacs Lisp Developer persona to AGENTS.md Expanded AGENTS.md with a detailed persona for an expert Emacs Lisp Developer and Workflow Architect, including sections on lexical binding, packaging, naming conventions, modernity, performance optimization, UI responsiveness, Emacs ecosystem familiarity (e.g., Magit, Org-mode, Vertico), output structure for code snippets and explanations, style and tone guidelines, and project-specific details about the Emacs configuration using straight.el and use-package.
  • Vizualizați comparația pentru aceste 2 consemnări »

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • bd0bbae6c8 Remove ediff autostore-merges setting Removed the (ediff-autostore-merges t) custom setting from the ediff use-package configuration, disabling automatic storage of merge results while retaining the plain window setup function.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • aff3b587df Enhance ace-window leading character visibility Added :config section to ace-window package configuration, setting the 'aw-leading-char-face height to 3.0 for larger, more prominent display of window selection characters.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 6c1dbdcb01 Update org-document-title face inheritance Modified the org-document-title face configuration to inherit from 'nano-strong instead of specifying explicit :weight 'bold and :foreground "black" attributes, improving consistency with the nano theme.
  • 33b93e7bc1 Switch default Ellama provider to grok4-fast-reasoning Updated the ellama-provider custom variable in init.el from (make-oca-provider "oca/gpt-4.1") to (make-oca-provider "oca/grok4-fast-reasoning").
  • Vizualizați comparația pentru aceste 2 consemnări »

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 82ee36baa7 Ignore multisession directory Added /multisession/ to .gitignore to prevent tracking of files and directories related to multisession.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 150d139301 Move ocaider installation from Emacs config to shell.nix Removed ocaider installation from the :ensure-system-package property in init.el aidermacs config. Added explicit ocaider installation command to shell.nix setup phase to handle dependency management at the environment level. This streamlines package management and avoids redundant installs.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • d05a615ab6 Increase font size for macOS Updated the font height for both fixed-pitch and variable-pitch faces on macOS from 130 to 140 to enhance readability. No changes made for GNU/Linux systems.

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 3cf94fd70f Add Homebrew check and improve npm setup in shell.nix Configured npm to use a custom cache directory and updated global npm installs to include the latest cline and yarn. Replaced npm installation of opencode-ai with a Homebrew installation of opencode, including checks for Homebrew and opencode presence. Added informative messages for missing dependencies and successful environment setup.
  • 3fc8a838c8 Add nix-shell.work script with Node.js version override Added a new executable script nix-shell.work that runs nix-shell with a specified Node.js version (20) using the --argstr nodejsVersion argument. This simplifies launching development environments with the preferred Node.js version.
  • Vizualizați comparația pentru aceste 2 consemnări »

1 lună în urmă

bodicsek a împins spre master la emacs/emacs

  • 6ac09740d4 Add straight-upgrade-freeze utility and update straight lockfile Introduced a new Emacs utility, straight-upgrade-freeze.el, for interactively upgrading, rebuilding, and freezing straight.el packages, with error management, log buffer, commit, and tag support. Bound it to "C-c p u". Updated straight/versions/default.el to reflect package upgrades, additions (acp.el, agent-shell, aidermacs, etc.), and version bumps. Cleaned up AGENTS.md external package example. Disabled nano-modeline for xwidget-webkit-mode in init.el.
  • 386c1fec5c Switch to nano-theme with dark mode Replaced the active theme from modus-themes to nano-theme and enabled nano-dark mode. Commented out the configuration for modus-themes to allow easy switching back if needed. No other changes were made.
  • c4676df47b Add agent-shell package and configuration Added agent-shell to the Emacs configuration with OpenCode authentication set to none. Updated .gitignore to exclude .agent-shell directory.
  • f0dbc71ca3 Cleanup: remove xwwp-follow-link and combobulate packages Deleted the configuration and use-package blocks for xwwp-follow-link (browser link following) and combobulate (structural editing), including their custom settings, keybindings, and hooks. This reduces package dependencies and related setup.
  • dd5e302616 Enhance consult integration with custom thing-at-point features Added utility to insert thing at point into minibuffer and functions to push symbol at point into consult's line history. Bound M-. in minibuffer maps to consult-history for easier access. Set consult-thing-at-point to 'symbol and configured consult-line and consult-line-multi to pre-populate their history with the symbol at point. Cleaned up existing bindings and comments for clarity and conciseness.
  • Vizualizați comparația pentru aceste 5 consemnări »

1 lună în urmă